forked from micropython/micropython
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Labels
Milestone
Description
@silabs-ChatNguyen
@silabs-BelaV
Silabs port builds fail intermittently during GitHub Actions CI runs. Re-running the failed job usually succeeds.
Examples (which will disappear within 3 months, I think):
https://github.com/adafruit/circuitpython/actions/runs/6778521612
https://github.com/adafruit/circuitpython/actions/runs/6723361060
This is not a showstopper, since re-running is easy.
We're wondering if there's a race condition in the silabs makefiles, such as some missing dependency. The jobs get run with -j2
.