Skip to content

Commit

Permalink
Merge upstream fix for osx-gcc job (#650)
Browse files Browse the repository at this point in the history
I noticed the `osx-gcc` job failing in #647 so I found this upstream fix
from @peff. Merging now to unblock PR builds in `microsoft/git`.
  • Loading branch information
dscho committed May 14, 2024
2 parents 6f018f2 + 7df2405 commit d9ecdb8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -283,8 +283,7 @@ jobs:
cc: clang
pool: macos-13
- jobname: osx-gcc
cc: gcc
cc_package: gcc-13
cc: gcc-13
pool: macos-13
- jobname: linux-gcc-default
cc: gcc
Expand Down
2 changes: 0 additions & 2 deletions ci/install-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ macos-*)
export HOMEBREW_NO_AUTO_UPDATE=1 HOMEBREW_NO_INSTALL_CLEANUP=1
# Uncomment this if you want to run perf tests:
# brew install gnu-time
test -z "$BREW_INSTALL_PACKAGES" ||
brew install $BREW_INSTALL_PACKAGES
brew link --force gettext

mkdir -p "$P4_PATH"
Expand Down

0 comments on commit d9ecdb8

Please sign in to comment.