Skip to content

[DO NOT MERGE] default x64 linux target to x64-v2 for perf test #95302

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/ci/docker/host-x86_64/dist-x86_64-linux/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ ENV PGO_HOST=x86_64-unknown-linux-gnu

ENV HOSTS=x86_64-unknown-linux-gnu

ENV RUSTFLAGS="-C target_cpu=x86-64-v3"

ENV RUST_CONFIGURE_ARGS \
--enable-full-tools \
--enable-sanitizers \
Expand All @@ -77,6 +79,8 @@ ENV RUST_CONFIGURE_ARGS \
--set target.x86_64-unknown-linux-gnu.ranlib=/rustroot/bin/llvm-ranlib \
--set llvm.thin-lto=true \
--set llvm.ninja=false \
--set llvm.cxxflags=-march=x86-64-v3 \
--set llvm.cflags=-march=x86-64-v3 \
--set rust.jemalloc \
--set rust.use-lld=true \
--set rust.lto=thin
Expand Down