mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 05:00:16 +03:00
macOS CI: Don't brew-install packages provided in the base image already (#15877)
It's slow and prone to sporadic failures (possibly caused by a missing initial `brew update` invocation), and seems superfluous for the used macOS 12+13 GitHub Actions images, according to the CI logs.
This commit is contained in:
parent
75869864da
commit
6662f4a7f6
1 changed files with 0 additions and 3 deletions
|
@ -27,9 +27,6 @@ if [ "$OS_NAME" == "linux" ]; then
|
|||
fi
|
||||
apt-get -q update
|
||||
apt-get install -yq $packages
|
||||
elif [ "$OS_NAME" == "osx" ]; then
|
||||
# required for dlang install.sh
|
||||
brew install gnupg libarchive xz llvm
|
||||
elif [ "$OS_NAME" == "freebsd" ]; then
|
||||
packages="git gmake devel/llvm12"
|
||||
if [ "$HOST_DMD" == "dmd-2.079.0" ] ; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue