We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9cc8fb commit 03ea9daCopy full SHA for 03ea9da
.circleci/config.yml
@@ -189,9 +189,6 @@ jobs:
189
key: linux-x86_64-0.14.1-{{ checksum "build.zig.zon" }}-v1
190
- run:
191
name: Build
192
- # Build with musl instead of glibc so it's statically linked, in order
193
- # to run inside of the docker container which could contain a different
194
- # GLIBC version.
195
command: workspace/zig/zig build test -Dlong-tests -Dtarget=x86_64-linux-gnu.2.36 -Dcpu=x86_64_v3 -Denable-tsan=false -Dno-run -Dno-network-tests --summary all
196
197
name: Test and Collect
0 commit comments