ci: make homebrew more conservative
This commit is contained in:
parent
188f829592
commit
d70135cc08
|
@ -28,6 +28,10 @@ runs:
|
||||||
steps:
|
steps:
|
||||||
- id: prepare
|
- id: prepare
|
||||||
shell: bash
|
shell: bash
|
||||||
|
env:
|
||||||
|
HOMEBREW_NO_AUTO_UPDATE: 1
|
||||||
|
HOMEBREW_NO_INSTALL_UPGRADE: 1
|
||||||
|
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: 1
|
||||||
run: |
|
run: |
|
||||||
brew update
|
brew update
|
||||||
brew install curl zip unzip coreutils openssl@1.1
|
brew install curl zip unzip coreutils openssl@1.1
|
||||||
|
@ -61,6 +65,9 @@ runs:
|
||||||
make install
|
make install
|
||||||
- name: build ${{ inputs.profile }}
|
- name: build ${{ inputs.profile }}
|
||||||
env:
|
env:
|
||||||
|
HOMEBREW_NO_AUTO_UPDATE: 1
|
||||||
|
HOMEBREW_NO_INSTALL_UPGRADE: 1
|
||||||
|
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: 1
|
||||||
AUTO_INSTALL_BUILD_DEPS: 1
|
AUTO_INSTALL_BUILD_DEPS: 1
|
||||||
APPLE_SIGN_BINARIES: 1
|
APPLE_SIGN_BINARIES: 1
|
||||||
APPLE_ID: developers@emqx.io
|
APPLE_ID: developers@emqx.io
|
||||||
|
|
Loading…
Reference in New Issue