summaryrefslogtreecommitdiff
path: root/.builds
diff options
context:
space:
mode:
authorGravatar Vincent Rischmann2021-01-24 00:46:13 +0100
committerGravatar Vincent Rischmann2021-01-24 01:23:09 +0100
commitd5d6cc99dfd3988cd499f7c1b6dc35dd72a7a7bc (patch)
treeb8a5ce020479037e9ca55a1e78946cef57317c9d /.builds
parentci: test both in-memory and filesystem (diff)
downloadzig-sqlite-d5d6cc99dfd3988cd499f7c1b6dc35dd72a7a7bc.tar.gz
zig-sqlite-d5d6cc99dfd3988cd499f7c1b6dc35dd72a7a7bc.tar.xz
zig-sqlite-d5d6cc99dfd3988cd499f7c1b6dc35dd72a7a7bc.zip
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.
Diffstat (limited to '.builds')
-rw-r--r--.builds/debian-stable-aarch64.yml2
1 files changed, 1 insertions, 1 deletions
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:
23 23
24 - test_filesystem_with_bundled_library: | 24 - test_filesystem_with_bundled_library: |
25 cd zig-sqlite 25 cd zig-sqlite
26 TERM=dumb zig build test -Din_memory=false -Duse_bundled 26 TERM=dumb zig build test -Din_memory=false -Duse_bundled -Dtarget=native-native-musl