CI: Single-job builds to avoid #761.

pull/762/head
Phil Howard 2023-04-27 16:10:18 +01:00
rodzic f0975778f6
commit 70f133dd62
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -159,12 +159,12 @@ jobs:
run: |
cmake -S . -B build-${{matrix.name}} -DPICO_BUILD_DOCS=0 -DUSER_C_MODULES=${{env.USER_C_MODULES}} -DMICROPY_BOARD=${{matrix.board}} -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache
- name: Build MicroPython
- name: Build MicroPython # Multiple simultaneous jobs trigger https://github.com/pimoroni/pimoroni-pico/issues/761
shell: bash
working-directory: micropython/ports/rp2
run: |
ccache --zero-stats || true
cmake --build build-${{matrix.name}} -j 2
cmake --build build-${{matrix.name}} -j 1
ccache --show-stats || true
- name: Rename .uf2 for artifact