Skip to content

Commit f99532c

Browse files
ci: Use Homebrew's gcc in native macOS task
Co-authored-by: Tim Ruffing <crypto@timruffing.de>
1 parent b2f6712 commit f99532c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.cirrus.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ task:
139139
- env: {BUILD: distcheck}
140140
brew_script:
141141
- brew install automake libtool gcc
142+
- ln -sf /usr/local/bin/gcc-* /usr/bin/gcc
142143
test_script:
143144
- ./ci/cirrus.sh
144145
<< : *CAT_LOGS

0 commit comments

Comments
 (0)