mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
Travis, try to enable brew update for the 12.2 osx image.
This commit is contained in:
parent
61e6a3910f
commit
26bf371e95
1 changed files with 1 additions and 3 deletions
|
|
@ -15,8 +15,7 @@ addons:
|
||||||
- openssl
|
- openssl
|
||||||
- libevent
|
- libevent
|
||||||
- expat
|
- expat
|
||||||
#homebrew hangs when updates are enabled. So it is kept off.
|
update: true
|
||||||
#update: true
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
include:
|
include:
|
||||||
|
|
@ -155,7 +154,6 @@ jobs:
|
||||||
- IOS_SDK=iPhoneOS
|
- IOS_SDK=iPhoneOS
|
||||||
- IOS_CPU=arm64
|
- IOS_CPU=arm64
|
||||||
- IOS_PREFIX="$HOME/$IOS_SDK-$IOS_CPU"
|
- IOS_PREFIX="$HOME/$IOS_SDK-$IOS_CPU"
|
||||||
- HOMEBREW_NO_AUTO_UPDATE=1
|
|
||||||
# - os: osx
|
# - os: osx
|
||||||
# osx_image: xcode10
|
# osx_image: xcode10
|
||||||
# name: Apple TV on iOS, arm64
|
# name: Apple TV on iOS, arm64
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue