Commit 154312b
committed
ci: sanitizers - shell:bash for steps that use 'source'
The test-deps container's default shell is dash (Debian's /bin/sh),
not bash. 'source' is a bash builtin - dash has no such command, so
the sanitizers step exits 127 with 'source: not found' before the
actual test runs (job 78146645114).
Add 'shell: bash' to the three steps in sanitizers.yml that source
scripts/env-setup (ASan job test + cmd-tests, TSan job test). Other
PR-time workflows that use 'source scripts/env-setup' (cmdline,
fips-ready) run on the host ubuntu-22.04 runner where bash is the
default, so they don't need this fix.1 parent f0cd51d commit 154312b
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| 93 | + | |
| 94 | + | |
93 | 95 | | |
94 | 96 | | |
95 | 97 | | |
96 | 98 | | |
97 | 99 | | |
98 | 100 | | |
| 101 | + | |
99 | 102 | | |
100 | 103 | | |
101 | 104 | | |
| |||
170 | 173 | | |
171 | 174 | | |
172 | 175 | | |
| 176 | + | |
173 | 177 | | |
174 | 178 | | |
175 | 179 | | |
| |||
0 commit comments