Materialize legacy libc paths in the x64 sysroot.
Some checks failed
Tagged release / prepare-release (push) Successful in 3m2s
Tagged release / build-linux-x64 (push) Failing after 28m40s
Tagged release / build-macos (push) Has been skipped
Tagged release / build-linux-arm64 (push) Has been skipped
Tagged release / build-windows (push) Has been skipped
Tagged release / publish-release (push) Has been skipped

This commit is contained in:
Hermes Agent
2026-08-14 16:37:03 +00:00
parent 7f12cd053b
commit 11c39e3f38
2 changed files with 23 additions and 7 deletions

View File

@@ -195,8 +195,9 @@ fn tagged_releases_are_built_and_packaged_with_rust_tools() {
"Architectures: arm64",
"--download-only",
"dpkg-deb --extract",
"ln -s usr/lib \"$sysroot/lib\"",
"ln -s usr/lib64 \"$sysroot/lib64\"",
"libc.so.6 libm.so.6 libmvec.so.1",
"cp -a \"$sysroot/usr/lib/x86_64-linux-gnu/$library\"",
"cp -a \"$sysroot/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2\"",
"/usr/share/pkgconfig/.",
"/opt/ruds-x64-sysroot",
] {