File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
library/compiler-builtins 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:
166166 shell : bash
167167 - run : echo "RUST_COMPILER_RT_ROOT=$(realpath ./compiler-rt)" >> "$GITHUB_ENV"
168168 shell : bash
169-
169+
170170 - name : Download musl source
171171 run : ./ci/update-musl.sh
172172 shell : bash
@@ -278,7 +278,7 @@ jobs:
278278 with :
279279 name : ${{ env.BASELINE_NAME }}
280280 path : ${{ env.BASELINE_NAME }}.tar.xz
281-
281+
282282 - name : Run wall time benchmarks
283283 run : |
284284 # Always use the same seed for benchmarks. Ideally we should switch to a
Original file line number Diff line number Diff line change 161161 mflags+=(--workspace --target " $target " )
162162 cmd=(cargo test " ${mflags[@]} " )
163163 profile_flag=" --profile"
164-
164+
165165 # If nextest is available, use that
166166 command -v cargo-nextest && nextest=1 || nextest=0
167167 if [ " $nextest " = " 1" ]; then
204204 " ${cmd[@]} " " $profile_flag " release-checked --features unstable-intrinsics --benches
205205
206206 # Ensure that the routines do not panic.
207- #
207+ #
208208 # `--tests` must be passed because no-panic is only enabled as a dev
209209 # dependency. The `release-opt` profile must be used to enable LTO and a
210210 # single CGU.
You can’t perform that action at this time.
0 commit comments