Commit 79ca085
CI: Fix container image build workflow
Ubuntu Noble runners now need the `--break-system-packages` option to
install system-wide Python packages. However this option is absent from
pip on our Ubuntu Jammy arm64 runners.
Detect the distribution version and run the appropriate command.
note: Removed requests pinning as it was unpinned before.
(cherry picked from commit 8207567)1 parent 9bf7ba4 commit 79ca085
1 file changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
151 | | - | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
152 | 157 | | |
153 | 158 | | |
154 | 159 | | |
| |||
0 commit comments