Skip to content

Commit

Permalink
Merge pull request #432 from julianhille/feature/downgrade-gcc-to-11
Browse files Browse the repository at this point in the history
Now default node container should be able to run muhammara again
  • Loading branch information
julianhille authored Oct 17, 2024
2 parents f155d00 + 63c66b4 commit bcce9a3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ jobs:
- name: Set up GCC
uses: egor-tensin/setup-gcc@v1
with:
version: 13
version: 11
platform: ${{matrix.architecture}}
if: ${{ matrix.os == 'ubuntu-20.04' }}
- uses: actions/checkout@v4
Expand Down Expand Up @@ -390,7 +390,7 @@ jobs:
- name: Set up GCC
uses: egor-tensin/setup-gcc@v1
with:
version: 13
version: 11
platform: ${{matrix.architecture}}
if: ${{ matrix.os == 'ubuntu-20.04' }}
- uses: actions/setup-python@v5
Expand Down Expand Up @@ -450,7 +450,7 @@ jobs:
needs: [lint]
runs-on: ubuntu-20.04
container:
image: gcc:13-bookworm
image: gcc:11-bullseye
credentials:
username: "${{ secrets.DOCKER_USERNAME }}"
password: "${{ secrets.DOCKER_PASSWORD }}"
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

### Updated

- Downgrade to gcc11 to lower needed glibc version

## [5.0.2] - 2024-10-10

### Added
Expand Down

0 comments on commit bcce9a3

Please sign in to comment.