llvmlite icon indicating copy to clipboard operation
llvmlite copied to clipboard

Fix conda network failures on GHA workflows

Open swap357 opened this issue 2 months ago • 2 comments

Miniconda is used on GHA workflows to build and test conda packages. Several workflows needed to be re-run after facing network failures like the one below- https://github.com/numba/llvmlite/actions/runs/18354973306/job/52284561372

A solution could be to update conda config params to workflows similar to - https://github.com/numba/numba/blob/main/buildscripts/incremental/setup_conda_environment.sh

swap357 avatar Oct 09 '25 00:10 swap357

increased network related failures - https://github.com/numba/llvmlite/actions/runs/18659074351/attempts/1 https://github.com/numba/llvmlite/actions/runs/18149557773/job/53202079287?pr=1311

swap357 avatar Oct 20 '25 19:10 swap357

In RAPIDS we have https://github.com/rapidsai/gha-tools/blob/main/tools/rapids-conda-retry to make network failures much less likely to turn into a fatal error - perhaps this is worth incorporating into Numba / llvmlite scripts?

gmarkall avatar Oct 21 '25 08:10 gmarkall