File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -454,9 +454,10 @@ jobs:
454
454
--release
455
455
--out pgo-wheel
456
456
--interpreter ${{ matrix.maturin-interpreter || matrix.interpreter }}
457
- -- -Cprofile-generate=${{ github.workspace }}/profdata
458
457
rust-toolchain : stable
459
458
docker-options : -e CI
459
+ env :
460
+ RUSTFLAGS : " -Cprofile-generate=${{ github.workspace }}/profdata"
460
461
461
462
- name : detect rust host
462
463
run : echo RUST_HOST=$(rustc -Vv | grep host | cut -d ' ' -f 2) >> "$GITHUB_ENV"
@@ -482,9 +483,10 @@ jobs:
482
483
--release
483
484
--out dist
484
485
--interpreter ${{ matrix.maturin-interpreter || matrix.interpreter }}
485
- -- -Cprofile-use=${{ github.workspace }}/merged.profdata
486
486
rust-toolchain : stable
487
487
docker-options : -e CI
488
+ env :
489
+ RUSTFLAGS : " -Cprofile-use=${{ github.workspace }}/merged.profdata"
488
490
489
491
- run : ${{ matrix.ls || 'ls -lh' }} dist/
490
492
You can’t perform that action at this time.
0 commit comments