summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Vincent Rischmann2021-01-24 15:10:57 +0100
committerGravatar Vincent Rischmann2021-01-24 15:10:57 +0100
commitcaa7208a2ca2892a7a518922c2637bbad1bb611e (patch)
tree454a2500a66fc2ad714b5b24469dbb745cad47e8
parentremove debug print statements (diff)
downloadzig-sqlite-caa7208a2ca2892a7a518922c2637bbad1bb611e.tar.gz
zig-sqlite-caa7208a2ca2892a7a518922c2637bbad1bb611e.tar.xz
zig-sqlite-caa7208a2ca2892a7a518922c2637bbad1bb611e.zip
ci: stop building with the bundled sqlite on aarch64
Building sqlite increases the build time to close to an hour, which is way too long. We might need to build for aarch64 on another CI platform, but for now just disable this step.
-rw-r--r--.builds/debian-stable-aarch64.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/.builds/debian-stable-aarch64.yml b/.builds/debian-stable-aarch64.yml
index ded3f93..2fc1e7a 100644
--- a/.builds/debian-stable-aarch64.yml
+++ b/.builds/debian-stable-aarch64.yml
@@ -20,7 +20,3 @@ tasks:
20 - test_filesystem: | 20 - test_filesystem: |
21 cd zig-sqlite 21 cd zig-sqlite
22 TERM=dumb zig build test -Din_memory=false 22 TERM=dumb zig build test -Din_memory=false
23
24 - test_filesystem_with_bundled_library: |
25 cd zig-sqlite
26 TERM=dumb zig build test -Din_memory=false -Duse_bundled -Dtarget=native-native-musl