Commit fd8f696
CI: fix container build — add cmake and ninja-build
The rocm/dev-ubuntu-22.04 base image doesn't include cmake or
ninja-build. The old rocm-build image had them via rocm-dev.
triton_install.sh needs both for the LLVM build (uses Ninja).
Also add set -euo pipefail to build.sh so docker build failures
propagate to the caller (previously exited 0 on failure).
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 329919e commit fd8f696
3 files changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
0 commit comments