Skip to content

Commit

Permalink
enable llvm.libzstd on test x64 linux builder
Browse files Browse the repository at this point in the history
  • Loading branch information
lqd committed Aug 23, 2024
1 parent 5950529 commit 9d29bf9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ci/docker/host-x86_64/x86_64-gnu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,6 @@ ENV RUST_CONFIGURE_ARGS \
--build=x86_64-unknown-linux-gnu \
--enable-sanitizers \
--enable-profiler \
--enable-compiler-docs
--enable-compiler-docs \
--set llvm.libzstd=true
ENV SCRIPT python3 ../x.py --stage 2 test

0 comments on commit 9d29bf9

Please sign in to comment.