File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 78
78
if [ $TARGETARCH = "amd64" ] && [ "$RUSTFLAGS" = "" ]; then \
79
79
case "$TARGETVARIANT" in \
80
80
# x86-64-v2 with AES-NI
81
- "v2" ) export RUSTFLAGS="-C target-cpu=x86-64-v2 -C target-feature=+aes " ;; \
81
+ "v2" ) export RUSTFLAGS="-C target-cpu=x86-64-v2" ;; \
82
82
# x86-64-v3 with AES-NI
83
83
"v3" ) export RUSTFLAGS="-C target-cpu=x86-64-v3 -C target-feature=+aes" ;; \
84
84
# v4 is compiled for Zen 4+
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ RUN \
117
117
if [ $TARGETARCH = "amd64" ] && [ "$RUSTFLAGS" = "" ]; then \
118
118
case "$TARGETVARIANT" in \
119
119
# x86-64-v2 with AES-NI
120
- "v2" ) export RUSTFLAGS="-C target-cpu=x86-64-v2 -C target-feature=+aes " ;; \
120
+ "v2" ) export RUSTFLAGS="-C target-cpu=x86-64-v2" ;; \
121
121
# x86-64-v3 with AES-NI
122
122
"v3" ) export RUSTFLAGS="-C target-cpu=x86-64-v3 -C target-feature=+aes" ;; \
123
123
# v4 is compiled for Zen 4+
Original file line number Diff line number Diff line change 79
79
if [ $TARGETARCH = "amd64" ] && [ "$RUSTFLAGS" = "" ]; then \
80
80
case "$TARGETVARIANT" in \
81
81
# x86-64-v2 with AES-NI
82
- "v2" ) export RUSTFLAGS="-C target-cpu=x86-64-v2 -C target-feature=+aes " ;; \
82
+ "v2" ) export RUSTFLAGS="-C target-cpu=x86-64-v2" ;; \
83
83
# x86-64-v3 with AES-NI
84
84
"v3" ) export RUSTFLAGS="-C target-cpu=x86-64-v3 -C target-feature=+aes" ;; \
85
85
# v4 is compiled for Zen 4+
Original file line number Diff line number Diff line change 78
78
if [ $TARGETARCH = "amd64" ] && [ "$RUSTFLAGS" = "" ]; then \
79
79
case "$TARGETVARIANT" in \
80
80
# x86-64-v2 with AES-NI
81
- "v2" ) export RUSTFLAGS="-C target-cpu=x86-64-v2 -C target-feature=+aes " ;; \
81
+ "v2" ) export RUSTFLAGS="-C target-cpu=x86-64-v2" ;; \
82
82
# x86-64-v3 with AES-NI
83
83
"v3" ) export RUSTFLAGS="-C target-cpu=x86-64-v3 -C target-feature=+aes" ;; \
84
84
# v4 is compiled for Zen 4+
You can’t perform that action at this time.
0 commit comments