File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ jobs:
166
166
shell : bash
167
167
- run : echo "RUST_COMPILER_RT_ROOT=$(realpath ./compiler-rt)" >> "$GITHUB_ENV"
168
168
shell : bash
169
-
169
+
170
170
- name : Download musl source
171
171
run : ./ci/update-musl.sh
172
172
shell : bash
@@ -278,7 +278,7 @@ jobs:
278
278
with :
279
279
name : ${{ env.BASELINE_NAME }}
280
280
path : ${{ env.BASELINE_NAME }}.tar.xz
281
-
281
+
282
282
- name : Run wall time benchmarks
283
283
run : |
284
284
# Always use the same seed for benchmarks. Ideally we should switch to a
Original file line number Diff line number Diff line change 161
161
mflags+=(--workspace --target " $target " )
162
162
cmd=(cargo test " ${mflags[@]} " )
163
163
profile_flag=" --profile"
164
-
164
+
165
165
# If nextest is available, use that
166
166
command -v cargo-nextest && nextest=1 || nextest=0
167
167
if [ " $nextest " = " 1" ]; then
204
204
" ${cmd[@]} " " $profile_flag " release-checked --features unstable-intrinsics --benches
205
205
206
206
# Ensure that the routines do not panic.
207
- #
207
+ #
208
208
# `--tests` must be passed because no-panic is only enabled as a dev
209
209
# dependency. The `release-opt` profile must be used to enable LTO and a
210
210
# single CGU.
You can’t perform that action at this time.
0 commit comments