Skip to content

Commit 0984aa8

Browse files
committed
exclude linux_arm64
Compiling libm v0.2.11 error: linking with `/usr/bin/aarch64-linux-gnu-gcc` failed: exit status: 1 | = note: "/usr/bin/aarch64-linux-gnu-gcc" "-m64" "/tmp/rustcO5KKpK/symbols.o" "<4 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,libcfg_if-*,liblibc-*,liballoc-*,librustc_std_workspace_core-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/duckdb_build_dir/build/release/./cargo/build/release/build/libc-d80eef7520b92486/build_script_build-d80eef7520b92486" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-Wl,--strip-debug" "-nodefaultlibs" = note: some arguments are omitted. use `--verbose` to show all linker arguments = note: aarch64-linux-gnu-gcc: error: unrecognized command line option '-m64'
1 parent 46dcec9 commit 0984aa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/MainDistributionPipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
1717
duckdb_version: v1.2.2
1818
ci_tools_version: 6a7a4f24c5999355ab36c0a6835baf891fc9d522
1919
extension_name: vortex
20-
exclude_archs: "wasm_mvp;wasm_eh;wasm_threads;windows_amd64_rtools;windows_amd64_mingw;windows_amd64"
20+
exclude_archs: "wasm_mvp;wasm_eh;wasm_threads;windows_amd64_rtools;windows_amd64_mingw;windows_amd64;linux_arm64"
2121
extra_toolchains: "rust"
2222
override_ci_tools_repository: spiraldb/extension-ci-tools

0 commit comments

Comments
 (0)