mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-23 16:20:26 -05:00
Travis, note changelog, disable homebrew update in script and cfg.
This commit is contained in:
parent
b5ee27f810
commit
61e6a3910f
3 changed files with 6 additions and 1 deletions
|
|
@ -155,6 +155,7 @@ 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
|
||||||
|
|
|
||||||
|
|
@ -6,4 +6,5 @@
|
||||||
#brew update 1>/dev/null
|
#brew update 1>/dev/null
|
||||||
echo "Installing tools"
|
echo "Installing tools"
|
||||||
# already installed are: autoconf automake libtool pkg-config
|
# already installed are: autoconf automake libtool pkg-config
|
||||||
brew install curl perl 1>/dev/null
|
#brew install curl perl 1>/dev/null
|
||||||
|
HOMEBREW_NO_AUTO_UPDATE=1 brew install curl perl 1>/dev/null
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,9 @@
|
||||||
when there is a difference. homebrew updates disabled, so it does
|
when there is a difference. homebrew updates disabled, so it does
|
||||||
not hang. removed trailing slashes from configure paths. Moved iOS
|
not hang. removed trailing slashes from configure paths. Moved iOS
|
||||||
tests to allow-failure.
|
tests to allow-failure.
|
||||||
|
- travis, analyzer disabled on test without debug, that does not
|
||||||
|
run anway. Turn off failing tests except one. Update iOS test
|
||||||
|
to xcode image 12.2.
|
||||||
|
|
||||||
22 March 2021: George
|
22 March 2021: George
|
||||||
- Fix unused-function warning when compiling with --enable-dnscrypt.
|
- Fix unused-function warning when compiling with --enable-dnscrypt.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue