Compile x64 native dependencies as position independent code.
Some checks failed
Tagged release / prepare-release (push) Successful in 3m2s
Tagged release / build-linux-x64 (push) Failing after 28m35s
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 17:11:57 +00:00
parent 11c39e3f38
commit 5a2a98b89f
2 changed files with 4 additions and 0 deletions

View File

@@ -148,6 +148,8 @@ fn tagged_releases_are_built_and_packaged_with_rust_tools() {
"publish",
"PKG_CONFIG_ALLOW_CROSS",
"CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_LINKER",
"CFLAGS_x86_64_unknown_linux_gnu: -fPIC",
"CXXFLAGS_x86_64_unknown_linux_gnu: -fPIC",
] {
assert!(
workflow.contains(required),