Commit 13aa71d
committed
ci: drop host nasm install — mcpp >= 0.0.95 self-bootstraps nasm
mcpp resolves nasm like any toolchain: PATH first, then the mcpp sandbox,
then an automatic 'xlings install nasm', lazily and only when the build
plan actually contains .asm units (compat.ffmpeg). The sandbox copy lives
under ~/.mcpp/registry, so the CI cache carries it across runs. Keeping a
host apt install would mask the self-bootstrap path this repo is supposed
to exercise.1 parent b80ecb6 commit 13aa71d
1 file changed
Lines changed: 5 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
211 | 211 | | |
212 | 212 | | |
213 | 213 | | |
214 | | - | |
215 | | - | |
216 | | - | |
217 | | - | |
218 | | - | |
219 | | - | |
220 | | - | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
221 | 219 | | |
222 | 220 | | |
223 | 221 | | |
| |||
0 commit comments