Skip to content

Commit

Permalink
hide warnings from gcc version override
Browse files Browse the repository at this point in the history
Signed-off-by: Nigel Jones <[email protected]>
  • Loading branch information
planetf1 committed May 31, 2024
1 parent e3af3b1 commit ed4e6ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ jobs:
- name: Patch GCC
# Revert GCC from 13.3.0 to 13.2.0. See https://github.com/open-quantum-safe/liboqs/issues/1804
# Note - stderr from install is hidden to avoid adding build error annotations when installing from ruby formula
run: env HOMEBREW_NO_AUTO_UPDATE=1 brew uninstall --ignore-dependencies gcc@13 && wget https://raw.githubusercontent.com/Homebrew/homebrew-core/eb6dd225d093b66054e18e07d56509cf670793b1/Formula/g/gcc%4013.rb && env HOMEBREW_NO_AUTO_UPDATE=1 brew install --ignore-dependencies [email protected] 2>&1
run: env HOMEBREW_NO_AUTO_UPDATE=1 brew uninstall --ignore-dependencies gcc@13 && wget https://raw.githubusercontent.com/Homebrew/homebrew-core/eb6dd225d093b66054e18e07d56509cf670793b1/Formula/g/gcc%4013.rb && env HOMEBREW_NO_AUTO_UPDATE=1 brew install --ignore-dependencies [email protected] 2>&1|grep -v 'Error: Failed to load cask'
- name: Get system information
run: sysctl -a | grep machdep.cpu
- name: Configure
Expand Down

0 comments on commit ed4e6ec

Please sign in to comment.