Skip to content

[CI][Docker] Install libpolly-15-dev for noble llvm-15 static linking#19913

Merged
tqchen merged 1 commit into
apache:mainfrom
tlopex:fix-noble-llvm15-polly
Jun 30, 2026
Merged

[CI][Docker] Install libpolly-15-dev for noble llvm-15 static linking#19913
tqchen merged 1 commit into
apache:mainfrom
tlopex:fix-noble-llvm15-polly

Conversation

@tlopex

@tlopex tlopex commented Jun 30, 2026

Copy link
Copy Markdown
Member

#19893 switched the LLVM install from apt.llvm.org to noble's own repos. Unlike apt.llvm.org, noble splits Polly's static libs into a per-version libpolly--dev package. The install list added libpolly-16-dev and libpolly-17-dev but not libpolly-15-dev, so llvm-config-15 --link-static (used by the GPU build) cannot find libPolly.a / libPollyISL.a, breaking the libtvm_compiler.so link. Add libpolly-15-dev.

apache#19893 switched the LLVM install from apt.llvm.org to noble's own repos. Unlike apt.llvm.org, noble splits Polly's static libs into a per-version libpolly-<N>-dev package. The install list added libpolly-16-dev and libpolly-17-dev but not libpolly-15-dev, so `llvm-config-15 --link-static` (used by the GPU build) cannot find libPolly.a / libPollyISL.a, breaking the libtvm_compiler.so link. Add libpolly-15-dev.

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the Ubuntu LLVM installation script (docker/install/ubuntu_install_llvm.sh) to include the libpolly-15-dev package alongside the other LLVM 15 dependencies. There are no review comments, and I have no additional feedback to provide.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

@tlopex

tlopex commented Jun 30, 2026

Copy link
Copy Markdown
Member Author

@tvm-bot rerun

@tqchen tqchen merged commit 0de13e0 into apache:main Jun 30, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants