Skip to content

Commit 39e3c52

Browse files
committed
tmp: default x64 linux target to x64-v3 for perf test
1 parent 887fd90 commit 39e3c52

File tree

1 file changed

+3
-3
lines changed
  • src/ci/docker/host-x86_64/dist-x86_64-linux

1 file changed

+3
-3
lines changed

src/ci/docker/host-x86_64/dist-x86_64-linux/Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ ENV PGO_HOST=x86_64-unknown-linux-gnu
6767

6868
ENV HOSTS=x86_64-unknown-linux-gnu
6969

70-
ENV RUSTFLAGS="-C target_cpu=x86-64-v2"
70+
ENV RUSTFLAGS="-C target_cpu=x86-64-v3"
7171

7272
ENV RUST_CONFIGURE_ARGS \
7373
--enable-full-tools \
@@ -79,8 +79,8 @@ ENV RUST_CONFIGURE_ARGS \
7979
--set target.x86_64-unknown-linux-gnu.ranlib=/rustroot/bin/llvm-ranlib \
8080
--set llvm.thin-lto=true \
8181
--set llvm.ninja=false \
82-
--set llvm.cxxflags=-march=x86-64-v2 \
83-
--set llvm.cflags=-march=x86-64-v2 \
82+
--set llvm.cxxflags=-march=x86-64-v3 \
83+
--set llvm.cflags=-march=x86-64-v3 \
8484
--set rust.jemalloc \
8585
--set rust.use-lld=true \
8686
--set rust.lto=thin

0 commit comments

Comments
 (0)