ci: make homebrew more conservative

This commit is contained in:
Ivan Dyachkov 2022-12-22 10:44:51 +01:00
parent 552cabe792
commit 1b27828e3e
1 changed files with 7 additions and 0 deletions

View File

@ -25,6 +25,10 @@ runs:
steps:
- id: prepare
shell: bash
env:
HOMEBREW_NO_AUTO_UPDATE: 1
HOMEBREW_NO_INSTALL_UPGRADE: 1
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: 1
run: |
brew update
brew install curl zip unzip gnu-sed coreutils autoconf automake cmake unixodbc freetds openssl@1.1
@ -57,6 +61,9 @@ runs:
make install
- name: build
env:
HOMEBREW_NO_AUTO_UPDATE: 1
HOMEBREW_NO_INSTALL_UPGRADE: 1
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: 1
AUTO_INSTALL_BUILD_DEPS: 1
APPLE_SIGN_BINARIES: 1
APPLE_ID: developers@emqx.io