You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ci): bump cross images to focal base for newer libclang (#6382)
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.
Co-authored-by: Pascal Seitz <pascal.seitz@gmail.com>
0 commit comments