Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CI] Fix shared build on Ubuntu 24 #16595

Open
wants to merge 10 commits into
base: sycl
Choose a base branch
from

Conversation

uditagarwal97
Copy link
Contributor

fixes #16502

The problem is that zstd installed by default on Ubuntu 24 is built without -fPIC. This PR installs zstd on Ubuntu 24 docker container by building it from source.

@uditagarwal97
Copy link
Contributor Author

Example of a successful shared lib build on Ubuntu 24: https://github.com/intel/llvm/actions/runs/12728630025/job/35479411381?pr=16595#step:8:19

@uditagarwal97 uditagarwal97 marked this pull request as ready for review January 12, 2025 00:21
@uditagarwal97 uditagarwal97 requested a review from a team as a code owner January 12, 2025 00:21
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.

Build fails on Ubuntu 24.04 in Nightly
1 participant