Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[script] switch to Amazon Corretto Java for brew packages
Browse files Browse the repository at this point in the history
lmnotran committed May 30, 2024

Unverified

This user has not yet uploaded their public signing key.
1 parent 59851e8 commit 97573cd
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions script/bootstrap
Original file line number Diff line number Diff line change
@@ -77,18 +77,24 @@ install_packages_brew()
{
echo 'Installing script dependencies...'

brew update

brew_packages=(
ccache
coreutils
git
git-lfs
grep
ninja-build
openjdk@17
ninja
unzip
wget
)
brew install "${brew_packages[@]}"

brew_casks=(
corretto@17
)
brew install --cask "${brew_casks[@]}"
}

install_packages_source()

0 comments on commit 97573cd

Please sign in to comment.