Commit 59359a0
authored
ci-conda: stop shipping compilers, update codecov-cli to 11.2.6 (#353)
`ci-conda` images currently ship a system-installed `gcc` and `g++`.
This proposes removing them.
It also proposes some other minor re-organization of `ci-conda`, combining very-combinable things (like the creation of directories and files whose content rarely changes) into fewer layers.
## Why were they originally added?
Those were added only because we were building the `codecov` CLI from source in these images (#147). That's no longer necessary here in 2026, because newer releases of `codecov-cli` provide `py3-none-any` wheels (e.g. https://pypi.org/project/codecov-cli/11.2.5/#files).
## Benefits of removing them?
Slightly smaller images.
But more importantly...stronger correctness guarantees. conda-based CI jobs in RAPIDS should never be reaching for system-installed compilers... we'd always prefer to use conda-forge's compilers for building conda packages.
Removing these system-installed `gcc` and `g++` reduces the risk of accidentally picking up things from those packages that should have come from conda-provided compilers.
Authors:
- James Lamb (https://github.com/jameslamb)
Approvers:
- Gil Forsyth (https://github.com/gforsyth)
URL: #3531 parent e375390 commit 59359a0
2 files changed
Lines changed: 65 additions & 25 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| 103 | + | |
103 | 104 | | |
104 | | - | |
| 105 | + | |
105 | 106 | | |
106 | | - | |
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
| |||
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
| 133 | + | |
133 | 134 | | |
134 | | - | |
| 135 | + | |
135 | 136 | | |
136 | | - | |
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
| |||
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
192 | | - | |
193 | | - | |
194 | 192 | | |
195 | 193 | | |
196 | 194 | | |
| |||
206 | 204 | | |
207 | 205 | | |
208 | 206 | | |
209 | | - | |
210 | | - | |
211 | 207 | | |
212 | 208 | | |
213 | 209 | | |
| |||
221 | 217 | | |
222 | 218 | | |
223 | 219 | | |
224 | | - | |
225 | | - | |
226 | | - | |
227 | | - | |
228 | | - | |
229 | | - | |
230 | | - | |
231 | 220 | | |
232 | 221 | | |
233 | 222 | | |
234 | 223 | | |
235 | | - | |
236 | | - | |
237 | 224 | | |
238 | 225 | | |
239 | 226 | | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
240 | 235 | | |
241 | 236 | | |
242 | 237 | | |
| |||
269 | 264 | | |
270 | 265 | | |
271 | 266 | | |
272 | | - | |
| 267 | + | |
273 | 268 | | |
| 269 | + | |
274 | 270 | | |
275 | 271 | | |
276 | 272 | | |
| 273 | + | |
277 | 274 | | |
278 | 275 | | |
279 | 276 | | |
280 | 277 | | |
| 278 | + | |
281 | 279 | | |
282 | 280 | | |
283 | 281 | | |
284 | 282 | | |
285 | 283 | | |
286 | 284 | | |
287 | | - | |
288 | 285 | | |
289 | | - | |
290 | | - | |
291 | | - | |
292 | | - | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
293 | 333 | | |
294 | 334 | | |
295 | 335 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
0 commit comments