diff options
| -rw-r--r-- | .builds/debian-stable-amd64.yml | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/.builds/debian-stable-amd64.yml b/.builds/debian-stable-amd64.yml index 03ec7d9..813f8e3 100644 --- a/.builds/debian-stable-amd64.yml +++ b/.builds/debian-stable-amd64.yml | |||
| @@ -25,8 +25,6 @@ tasks: | |||
| 25 | cd zig-sqlite | 25 | cd zig-sqlite |
| 26 | TERM=dumb zig build test -Din_memory=false | 26 | TERM=dumb zig build test -Din_memory=false |
| 27 | 27 | ||
| 28 | # TODO(vincent): This fails with Debian for some reason | 28 | - test_with_bundled_library: | |
| 29 | # | 29 | cd zig-sqlite |
| 30 | # - test_with_bundled_library: | | 30 | TERM=dumb zig build test -Din_memory -Duse_bundled |
| 31 | # cd zig-sqlite | ||
| 32 | # TERM=dumb zig build test -Din_memory -Duse_bundled | ||