Commit 5a6ead4
ci: ensure subprocess is executable in wheel job
cp -r does not preserve permissions, so subprocess lost its +x bit
before build_distrib zipped it into the wheel. The ZipInfo.from_file()
fix in a68d6b1 preserves whatever mode is on disk — but by the time
the wheel job copies files into cefpython3/, the permission was already
gone. Add chmod +x to match what the test job already does.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>1 parent 0bb5c10 commit 5a6ead4
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
162 | | - | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
163 | 165 | | |
164 | 166 | | |
165 | 167 | | |
| |||
0 commit comments