From c04b068815cde8468957613c5d618fa494f8ab24 Mon Sep 17 00:00:00 2001 From: Meghan Denny Date: Sat, 21 Aug 2021 04:33:57 -0700 Subject: [PATCH] build_all_zig- cut down target list for ci time now that we embed sqlite --- build_all_zig.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/build_all_zig.sh b/build_all_zig.sh index c99c5c1..e871c32 100755 --- a/build_all_zig.sh +++ b/build_all_zig.sh @@ -7,8 +7,6 @@ version=v${CIRCLE_BUILD_NUM-$date} rev=$(git log --format=%h -1) targets=" -aarch64-linux-musl -riscv64-linux-musl x86_64-linux-musl "