File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -167,6 +167,7 @@ jobs:
167167 run : choco install llvm --version="21.1.0" -y
168168
169169 - name : Clear profiles
170+ shell : bash
170171 run : rm -rf ./scripts/pgo-profiles; mkdir ./scripts/pgo-profiles; mkdir ./scripts/pgo-profiles/pgo.profraw
171172
172173 - name : Instrumented build
@@ -176,6 +177,7 @@ jobs:
176177 args : --release --out dist --verbose -- "-Cprofile-generate=${PWD}/scripts/pgo-profiles/pgo.profraw"
177178
178179 - name : Install instrumented
180+ shell : bash
179181 run : |
180182 # Need recent pip for dep groups
181183 python -m pip install -U pip
@@ -192,6 +194,7 @@ jobs:
192194 done
193195
194196 - name : Instrumented profile workload
197+ shell : bash
195198 run : |
196199 # Run profile workload
197200 LLVM_PROFILE_FILE=scripts/pgo-profiles/pgo.profraw/pgo-%p-%m.profraw python ./scripts/profile_workload.py
You can’t perform that action at this time.
0 commit comments