Build x64 zstd from PIC sources.
Some checks failed
Tagged release / prepare-release (push) Successful in 3m4s
Tagged release / build-linux-x64 (push) Failing after 29m8s
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 19:02:11 +00:00
parent f21aab5910
commit cfe3aa5c2c
2 changed files with 2 additions and 0 deletions

View File

@@ -150,6 +150,7 @@ fn tagged_releases_are_built_and_packaged_with_rust_tools() {
"CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_LINKER",
"CC_x86_64_unknown_linux_gnu: x86_64-linux-gnu-gcc -fPIC",
"CXX_x86_64_unknown_linux_gnu: x86_64-linux-gnu-g++ -fPIC",
"unset ZSTD_SYS_USE_PKG_CONFIG",
] {
assert!(
workflow.contains(required),