From 5890065d754ecaca9533ebfa46e72280576510b8 Mon Sep 17 00:00:00 2001 From: Vincent Rischmann Date: Sun, 14 Apr 2024 20:19:40 +0200 Subject: build: stop building with the system library in CI GitHub Actions workflows run on Ubuntu 22.04 which provides sqlite 3.37, we depend on at least 3.38 so we can't test this. --- build.zig | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build.zig b/build.zig index 460df86..de81563 100644 --- a/build.zig +++ b/build.zig @@ -36,10 +36,6 @@ const ci_targets = switch (builtin.target.cpu.arch) { .x86_64 => switch (builtin.target.os.tag) { .linux => [_]TestTarget{ // Targets linux but other CPU archs. - TestTarget{ - .query = .{}, - .bundled = false, - }, TestTarget{ .query = .{ .cpu_arch = .x86_64, -- cgit v1.2.3