Skip to content
This repository was archived by the owner on Sep 26, 2025. It is now read-only.

Commit 0fdfaea

Browse files
authored
chore(ci): simplify bootstrap-macos.sh (vectordotdev#23714)
* chore(ci): simplify bootstrap-macos.sh * revert cargo.lock changes
1 parent 8345693 commit 0fdfaea

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

scripts/environment/bootstrap-macos.sh

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,8 @@
22
set -e -o verbose
33

44
brew update
5-
6-
# `brew install` attempts to upgrade python as a dependency but fails
7-
# https://github.com/actions/setup-python/issues/577
8-
brew list -1 | grep python | while read -r formula; do brew unlink "$formula"; brew link --overwrite "$formula"; done
9-
105
brew install ruby@3 coreutils cue-lang/tap/cue protobuf
116

12-
# rustup-init (renamed to rustup) is already installed in GHA, but seems to be lacking the rustup binary
13-
# Reinstalling seems to fix it
14-
# TODO(jszwedko): It's possible GHA just needs to update its images and this won't be needed in the
15-
# future
16-
brew reinstall rustup
17-
187
gem install bundler
198

209
echo "export PATH=\"/usr/local/opt/ruby/bin:\$PATH\"" >> "$HOME/.bash_profile"

0 commit comments

Comments
 (0)