fix(ci): docker release - bump cross images to focal base for newer libclang#6382
Open
PSeitz-dd wants to merge 1 commit intoquickwit-oss:mainfrom
Open
fix(ci): docker release - bump cross images to focal base for newer libclang#6382PSeitz-dd wants to merge 1 commit intoquickwit-oss:mainfrom
PSeitz-dd wants to merge 1 commit intoquickwit-oss:mainfrom
Conversation
zstd-sys 2.0.16+ pulls in bindgen 0.72 which requires libclang >= 9.0. The cross-rs 0.2.4 base is Ubuntu 16.04 (xenial, EOL) and only provides clang-3.9, causing the cross builds to panic on `clang_getTranslationUnitTargetInfo`. Move both linux-gnu cross images to the cross-rs `main` tag (Ubuntu 20.04, libclang-10), pinned by digest.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
zstd-sys2.0.16+ pulls in bindgen 0.72 which requires libclang >= 9.0. Thecross-rs0.2.4 base is Ubuntu 16.04 (xenial, EOL) and only provides clang-3.9, causing the cross builds to panic onclang_getTranslationUnitTargetInfo. Move both linux-gnu cross images to the cross-rsmaintag (Ubuntu 20.04, libclang-10), pinned by digest.Failing CI:
https://github.com/quickwit-oss/quickwit/actions/runs/25360351450/job/74358416984#step:3:1444
How was this PR tested?
locally tested