Skip to content

Commit 650ba7f

Browse files
committed
enable llvm.libzstd on test x64 linux builder
1 parent 7963bed commit 650ba7f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/ci/docker/host-x86_64/x86_64-gnu/Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,6 @@ ENV RUST_CONFIGURE_ARGS \
2828
--build=x86_64-unknown-linux-gnu \
2929
--enable-sanitizers \
3030
--enable-profiler \
31-
--enable-compiler-docs
31+
--enable-compiler-docs \
32+
--set llvm.libzstd=true
3233
ENV SCRIPT python3 ../x.py --stage 2 test

0 commit comments

Comments
 (0)