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
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:
@@ -168,6 +168,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
set -eu
|
set -eu
|
||||||
target=x86_64-unknown-linux-gnu
|
target=x86_64-unknown-linux-gnu
|
||||||
|
unset ZSTD_SYS_USE_PKG_CONFIG
|
||||||
cargo +${RUST_TOOLCHAIN} build --release --locked --target "$target" \
|
cargo +${RUST_TOOLCHAIN} build --release --locked --target "$target" \
|
||||||
--package bds-ui --package bds-cli --package bds-mcp
|
--package bds-ui --package bds-cli --package bds-mcp
|
||||||
rust_lib_dir=$(rustc +${RUST_TOOLCHAIN} --target "$target" --print target-libdir)
|
rust_lib_dir=$(rustc +${RUST_TOOLCHAIN} --target "$target" --print target-libdir)
|
||||||
|
|||||||
@@ -150,6 +150,7 @@ fn tagged_releases_are_built_and_packaged_with_rust_tools() {
|
|||||||
"CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_LINKER",
|
"CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_LINKER",
|
||||||
"CC_x86_64_unknown_linux_gnu: x86_64-linux-gnu-gcc -fPIC",
|
"CC_x86_64_unknown_linux_gnu: x86_64-linux-gnu-gcc -fPIC",
|
||||||
"CXX_x86_64_unknown_linux_gnu: x86_64-linux-gnu-g++ -fPIC",
|
"CXX_x86_64_unknown_linux_gnu: x86_64-linux-gnu-g++ -fPIC",
|
||||||
|
"unset ZSTD_SYS_USE_PKG_CONFIG",
|
||||||
] {
|
] {
|
||||||
assert!(
|
assert!(
|
||||||
workflow.contains(required),
|
workflow.contains(required),
|
||||||
|
|||||||
Reference in New Issue
Block a user