You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
+ cd zig-sqlite
+ TERM=dumb
+ zig build test -Din_memory=true
ld.lld: error: /usr/lib/gcc/x86_64-alpine-linux-musl/10.3.1/../../../../lib/crt1.o: contains a compressed section, but zlib is not available
ld.lld: error: /usr/lib/gcc/x86_64-alpine-linux-musl/10.3.1/../../../../lib/crt1.o: contains a compressed section, but zlib is not available
ld.lld: error: /usr/lib/gcc/x86_64-alpine-linux-musl/10.3.1/../../../../lib/crt1.o: contains a compressed section, but zlib is not available
ld.lld: error: /usr/lib/gcc/x86_64-alpine-linux-musl/10.3.1/../../../../lib/crt1.o: contains a compressed section, but zlib is not available
ld.lld: error: /usr/lib/gcc/x86_64-alpine-linux-musl/10.3.1/../../../../lib/crt1.o: contains a compressed section, but zlib is not available
ld.lld: error: /usr/lib/gcc/x86_64-alpine-linux-musl/10.3.1/../../../../lib/crti.o: contains a compressed section, but zlib is not available
ld.lld: error: /usr/lib/gcc/x86_64-alpine-linux-musl/10.3.1/../../../../lib/crti.o: contains a compressed section, but zlib is not available
ld.lld: error: /usr/lib/gcc/x86_64-alpine-linux-musl/10.3.1/../../../../lib/crtn.o: contains a compressed section, but zlib is not available
ld.lld: error: /usr/lib/gcc/x86_64-alpine-linux-musl/10.3.1/../../../../lib/crtn.o: contains a compressed section, but zlib is not available
error: LLDReportedFailure
The following command exited with error code 1:
/home/build/zig-master/zig test /home/build/zig-sqlite/sqlite.zig -lc -lsqlite3 --pkg-begin build_options /home/build/zig-sqlite/zig-cache/test_build_options.zig --pkg-end --test-name-prefix native-Debug-multi --cache-dir /home/build/zig-sqlite/zig-cache --global-cache-dir /home/build/.cache/zig --name test -I /home/build/zig-sqlite/c
error: the following build command failed with exit code 1:
/home/build/zig-sqlite/zig-cache/o/723ce6041c0fc5ff598968f8b1b58c82/build /home/build/zig-master/zig /home/build/zig-sqlite /home/build/zig-sqlite/zig-cache /home/build/.cache/zig test -Din_memory=true
apparently related to how the zig tarball is built by the CI system.
see this build log, specifically:
apparently related to how the zig tarball is built by the CI system.
resolution depends on ziglang/zig#8932 I think.
The text was updated successfully, but these errors were encountered: