]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
Travis, note changelog, disable homebrew update in script and cfg.
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Tue, 23 Mar 2021 13:22:00 +0000 (14:22 +0100)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Tue, 23 Mar 2021 13:22:00 +0000 (14:22 +0100)
.travis.yml
contrib/ios/install_tools.sh
doc/Changelog

index 765dc6eb1ba537e139400c7c2182092b755a425d..30142000506a3ca9e1c3cbeda5f71629f453eabc 100644 (file)
@@ -155,6 +155,7 @@ jobs:
         - IOS_SDK=iPhoneOS
         - IOS_CPU=arm64
         - IOS_PREFIX="$HOME/$IOS_SDK-$IOS_CPU"
+        - HOMEBREW_NO_AUTO_UPDATE=1
 #    - os: osx
 #      osx_image: xcode10
 #      name: Apple TV on iOS, arm64
index 93c730a4dd3579e06e9a95a0b7601696b52dd8c7..e2f381425bed118918930493f1846303330f609c 100755 (executable)
@@ -6,4 +6,5 @@
 #brew update 1>/dev/null
 echo "Installing tools"
 # 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
index 94bd8747daedcb2b7083e60c03e8c9e681fa2c1e..7076ec13dd8d80cbd0d26fbb743608343d7ebdf8 100644 (file)
@@ -3,6 +3,9 @@
          when there is a difference. homebrew updates disabled, so it does
          not hang. removed trailing slashes from configure paths. Moved iOS
          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
        - Fix unused-function warning when compiling with --enable-dnscrypt.