File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 93
93
target : ${{ matrix.target }}
94
94
manylinux : ${{ matrix.manylinux || 'auto' }}
95
95
container : ${{ matrix.container }}
96
+ docker-options : -e CI
96
97
- name : Upload wheels
97
98
uses : actions/upload-artifact@v3
98
99
with :
@@ -123,7 +124,8 @@ jobs:
123
124
- uses : actions/setup-python@v5
124
125
with :
125
126
python-version : ${{ matrix.interpreter }}
126
- - uses : dtolnay/rust-toolchain@stable
127
+ # FIXME: set to @stable once PyO3/maturin-action filters `CARGO_HOME`
128
+ - uses : dtolnay/rust-toolchain@bb45937
127
129
with :
128
130
components : llvm-tools
129
131
- name : Build initial wheel
@@ -134,6 +136,7 @@ jobs:
134
136
command : build
135
137
args : --release --out pgo_wheel --interpreter ${{ matrix.interpreter }}
136
138
manylinux : ${{ matrix.manylinux || 'auto' }}
139
+ docker-options : -e CI
137
140
env :
138
141
RUSTFLAGS : " -Cprofile-generate=${{ github.workspace }}/profdata"
139
142
- run : |
@@ -156,6 +159,7 @@ jobs:
156
159
args : --release --out dist --interpreter ${{ matrix.interpreter }}
157
160
manylinux : ${{ matrix.manylinux || 'auto' }}
158
161
rust-toolchain : stable
162
+ docker-options : -e CI
159
163
env :
160
164
RUSTFLAGS : " -Cprofile-use=${{ github.workspace }}/merged.profdata"
161
165
- name : Upload wheels
You can’t perform that action at this time.
0 commit comments