Skip to content

Conversation

@nirinchev
Copy link
Collaborator

@nirinchev nirinchev commented Feb 27, 2025

gcc is not officially supported on macOS (per Build Platform Support Tiers) and would typically not be installed, which is why the scripts have worked previously. It appears that there was a rogue task that installed the linux toolchain on those macs and is currently being removed. Still, I think the changes in this PR make sense as a way to protect us against future incidents.

@nirinchev nirinchev changed the title chore(ci): use toolchain v4 for arm64 runners chore(ci): don't use gcc on macOS Feb 27, 2025
@nirinchev nirinchev requested review from addaleax and gagik February 27, 2025 23:28
@nirinchev nirinchev marked this pull request as ready for review February 27, 2025 23:28
@nirinchev nirinchev changed the title chore(ci): don't use gcc on macOS chore(ci): don't use gcc on macOS MONGOSH-2029 Feb 27, 2025
(which gcc && gcc --version)

echo "Using g++ version:"
(which g++ && g++ --version)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we still print the compiler versions in the darwin case?

@nirinchev nirinchev merged commit 06242f9 into main Mar 3, 2025
131 of 134 checks passed
@nirinchev nirinchev deleted the ni/toolchain-v4 branch March 3, 2025 14:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants