diff options
| -rw-r--r-- | .builds/debian-stable-aarch64.yml | 4 |
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 | ||