From caa7208a2ca2892a7a518922c2637bbad1bb611e Mon Sep 17 00:00:00 2001 From: Vincent Rischmann Date: Sun, 24 Jan 2021 15:10:57 +0100 Subject: 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. --- .builds/debian-stable-aarch64.yml | 4 ---- 1 file changed, 4 deletions(-) (limited to '.builds') 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: - test_filesystem: | cd zig-sqlite TERM=dumb zig build test -Din_memory=false - - - test_filesystem_with_bundled_library: | - cd zig-sqlite - TERM=dumb zig build test -Din_memory=false -Duse_bundled -Dtarget=native-native-musl -- cgit v1.2.3