From d5d6cc99dfd3988cd499f7c1b6dc35dd72a7a7bc Mon Sep 17 00:00:00 2001 From: Vincent Rischmann Date: Sun, 24 Jan 2021 00:46:13 +0100 Subject: ci: try to fix the build with sqlite bundled For some reason the build fails with an undefined symbol on Debian aarch64, apparently can be fixed by using musl instead of glibc. --- .builds/debian-stable-aarch64.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.builds/debian-stable-aarch64.yml b/.builds/debian-stable-aarch64.yml index 1204536..ded3f93 100644 --- a/.builds/debian-stable-aarch64.yml +++ b/.builds/debian-stable-aarch64.yml @@ -23,4 +23,4 @@ tasks: - test_filesystem_with_bundled_library: | cd zig-sqlite - TERM=dumb zig build test -Din_memory=false -Duse_bundled + TERM=dumb zig build test -Din_memory=false -Duse_bundled -Dtarget=native-native-musl -- cgit v1.2.3