This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit 586629c
committed
ci: Replace exec-with-shell wrapper with "plain bash"
Also, promote defaults.run.shell from inside only the primary jobs to
the top level.
The src/ci/exec-with-shell.py wrapper script was formerly used to change
out the shell mid-job by intercepting a CI_OVERRIDE_SHELL environment
variable. Now, instead, we just set `bash` as the global default across
all jobs, and we also delete the exec-with-shell.py script.
Signed-off-by: Kristofer Rye <kristofer.rye@gmail.com>1 parent 49f5078 commit 586629c
File tree
3 files changed
+5
-44
lines changed- .github/workflows
- src/ci
- github-actions
3 files changed
+5
-44
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | 54 | | |
58 | 55 | | |
59 | 56 | | |
| |||
153 | 150 | | |
154 | 151 | | |
155 | 152 | | |
156 | | - | |
157 | | - | |
158 | | - | |
159 | 153 | | |
160 | 154 | | |
161 | 155 | | |
| |||
473 | 467 | | |
474 | 468 | | |
475 | 469 | | |
476 | | - | |
477 | | - | |
478 | | - | |
479 | 470 | | |
480 | 471 | | |
481 | 472 | | |
| |||
601 | 592 | | |
602 | 593 | | |
603 | 594 | | |
604 | | - | |
605 | | - | |
606 | | - | |
607 | 595 | | |
608 | 596 | | |
609 | 597 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | 78 | | |
82 | 79 | | |
83 | 80 | | |
| |||
233 | 230 | | |
234 | 231 | | |
235 | 232 | | |
236 | | - | |
237 | | - | |
238 | | - | |
239 | | - | |
240 | | - | |
241 | | - | |
242 | | - | |
243 | | - | |
244 | | - | |
245 | | - | |
246 | | - | |
247 | | - | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
248 | 237 | | |
249 | 238 | | |
250 | 239 | | |
| |||
0 commit comments