Skip to content

Commit

Permalink
Run ls on windows homepath
Browse files Browse the repository at this point in the history
  • Loading branch information
mtreinish committed Jan 5, 2024
1 parent 1eff781 commit 47e4f1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: pypa/cibuildwheel@v2.16.2
env:
CIBW_BEFORE_BUILD: 'bash ./tools/build_pgo.sh'
CIBW_BEFORE_BUILD_WINDOWS: 'bash ./tools/build_pgo.sh && cp /tmp/pgo-data/merged.profdata $HOMEPATH/.'
CIBW_BEFORE_BUILD_WINDOWS: 'bash ./tools/build_pgo.sh && cp /tmp/pgo-data/merged.profdata ~/. && ls $HOMEPATH'
CIBW_ENVIRONMENT: 'RUSTUP_TOOLCHAIN="stable" RUSTFLAGS="-Cprofile-use=/tmp/pgo-data/merged.profdata -Cllvm-args=-pgo-warn-missing-function"'
CIBW_ENVIRONMENT_LINUX: 'PATH="$PATH:$HOME/.cargo/bin" CARGO_NET_GIT_FETCH_WITH_CLI="true" RUSTUP_TOOLCHAIN="stable" RUSTFLAGS="-Cprofile-use=/tmp/pgo-data/merged.profdata -Cllvm-args=-pgo-warn-missing-function"'
CIBW_ENVIRONMENT_WINDOWS: 'RUSTUP_TOOLCHAIN="stable" RUSTFLAGS="-Cprofile-use=$HOMEPATH\\merged.profdata -Cllvm-args=-pgo-warn-missing-function"'
Expand Down

0 comments on commit 47e4f1f

Please sign in to comment.