File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -476,7 +476,9 @@ jobs:
476
476
pip install -r tests/requirements.txt
477
477
pip install pydantic-core --no-index --no-deps --find-links pgo-wheel --force-reinstall
478
478
pytest tests/benchmarks
479
- rustup run stable bash -c 'echo LLVM_PROFDATA=$RUSTUP_HOME/toolchains/$RUSTUP_TOOLCHAIN/lib/rustlib/${{ env.RUST_HOST }}/bin/llvm-profdata >> "$GITHUB_ENV"'
479
+
480
+ - name : deduce llvm-profdata location
481
+ run : rustup run stable bash -c 'echo LLVM_PROFDATA=$RUSTUP_HOME/toolchains/$RUSTUP_TOOLCHAIN/lib/rustlib/${{ env.RUST_HOST }}/bin/llvm-profdata >> "$GITHUB_ENV"'
480
482
481
483
- name : merge pgo data
482
484
run : ${{ env.LLVM_PROFDATA }} merge -o ${{ github.workspace }}/merged.profdata ${{ github.workspace }}/profdata
You can’t perform that action at this time.
0 commit comments