Skip to content

Commit 03ea9da

Browse files
committed
remove incorrect comment
1 parent e9cc8fb commit 03ea9da

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.circleci/config.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -189,9 +189,6 @@ jobs:
189189
key: linux-x86_64-0.14.1-{{ checksum "build.zig.zon" }}-v1
190190
- run:
191191
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.
195192
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
196193
- run:
197194
name: Test and Collect

0 commit comments

Comments
 (0)