Skip to content

Commit

Permalink
Downgrade to gcc 13 on Windows (#874)
Browse files Browse the repository at this point in the history
* Downgrade to gcc 13 on Windows

Signed-off-by: Slava <[email protected]>

* Increase build job timeout to 90 minutes

Signed-off-by: Slava <[email protected]>

---------

Signed-off-by: Slava <[email protected]>
  • Loading branch information
veaceslavdoina authored Aug 10, 2024
1 parent 4f56f2a commit b7934fc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/actions/nimbus-build-system/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,12 @@ runs:
mingw-w64-i686-ntldd-git
mingw-w64-i686-rust
- name: MSYS2 (Windows All) - Downgrade to gcc 13
if: inputs.os == 'windows'
shell: ${{ inputs.shell }} {0}
run: |
pacman -U --noconfirm https://repo.msys2.org/mingw/ucrt64/mingw-w64-ucrt-x86_64-gcc-13.2.0-6-any.pkg.tar.zst https://repo.msys2.org/mingw/ucrt64/mingw-w64-ucrt-x86_64-gcc-libs-13.2.0-6-any.pkg.tar.zst
- name: Derive environment variables
shell: ${{ inputs.shell }} {0}
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

name: '${{ matrix.os }}-${{ matrix.cpu }}-${{ matrix.nim_version }}-${{ matrix.tests }}'
runs-on: ${{ matrix.builder }}
timeout-minutes: 80
timeout-minutes: 90
steps:
- name: Checkout sources
uses: actions/checkout@v4
Expand Down

0 comments on commit b7934fc

Please sign in to comment.