- Comment out nonworking OSX and IOS travis tests, vm fails to start.

This commit is contained in:
W.C.A. Wijngaards 2021-03-22 14:53:05 +01:00
parent 5b782d0a22
commit e92270bae4
2 changed files with 100 additions and 99 deletions

View file

@ -31,13 +31,13 @@ jobs:
arch: amd64 arch: amd64
env: env:
- CONFIG_OPTS="--enable-debug --disable-flto" - CONFIG_OPTS="--enable-debug --disable-flto"
- os: osx # - os: osx
name: Clang on OS X, Amd64 # name: Clang on OS X, Amd64
compiler: clang # compiler: clang
arch: amd64 # arch: amd64
env: # env:
- TEST_OSX=yes # - TEST_OSX=yes
- CONFIG_OPTS="--enable-debug --disable-flto --with-ssl=/usr/local/opt/openssl/" # - CONFIG_OPTS="--enable-debug --disable-flto --with-ssl=/usr/local/opt/openssl/"
- os: linux - os: linux
name: Libevent, GCC on Linux, Amd64 name: Libevent, GCC on Linux, Amd64
compiler: gcc compiler: gcc
@ -52,14 +52,14 @@ jobs:
env: env:
- TEST_LIBEVENT=yes - TEST_LIBEVENT=yes
- CONFIG_OPTS="--with-libevent" - CONFIG_OPTS="--with-libevent"
- os: osx # - os: osx
name: Libevent, Clang on OS X, Amd64 # name: Libevent, Clang on OS X, Amd64
compiler: clang # compiler: clang
arch: amd64 # arch: amd64
env: # env:
- TEST_OSX=yes # - TEST_OSX=yes
- TEST_LIBEVENT=yes # - TEST_LIBEVENT=yes
- CONFIG_OPTS="--with-ssl=/usr/local/opt/openssl/ --with-libevent=/usr/local/opt/libevent/" # - CONFIG_OPTS="--with-ssl=/usr/local/opt/openssl/ --with-libevent=/usr/local/opt/libevent/"
- os: linux - os: linux
name: UBsan, GCC on Linux, Amd64 name: UBsan, GCC on Linux, Amd64
compiler: gcc compiler: gcc
@ -130,90 +130,90 @@ jobs:
dist: bionic dist: bionic
env: env:
- CONFIG_OPTS="--enable-debug --disable-flto" - CONFIG_OPTS="--enable-debug --disable-flto"
- os: osx # - os: osx
osx_image: xcode10 # osx_image: xcode10
name: Apple iPhone on iOS, armv7 # name: Apple iPhone on iOS, armv7
compiler: clang # compiler: clang
env: # env:
- TEST_IOS=yes # - TEST_IOS=yes
- AUTOTOOLS_HOST=armv7-apple-ios # - AUTOTOOLS_HOST=armv7-apple-ios
- OPENSSL_HOST=ios-cross # - OPENSSL_HOST=ios-cross
- IOS_SDK=iPhoneOS # - IOS_SDK=iPhoneOS
- IOS_CPU=armv7s # - IOS_CPU=armv7s
- IOS_PREFIX="$HOME/$IOS_SDK-$IOS_CPU" # - IOS_PREFIX="$HOME/$IOS_SDK-$IOS_CPU"
- os: osx # - os: osx
osx_image: xcode10 # osx_image: xcode10
name: Apple iPhone on iOS, arm64 # name: Apple iPhone on iOS, arm64
compiler: clang # compiler: clang
env: # env:
- TEST_IOS=yes # - TEST_IOS=yes
- AUTOTOOLS_HOST=aarch64-apple-ios # - AUTOTOOLS_HOST=aarch64-apple-ios
- OPENSSL_HOST=ios64-cross # - OPENSSL_HOST=ios64-cross
- 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"
- os: osx # - os: osx
osx_image: xcode10 # osx_image: xcode10
name: Apple TV on iOS, arm64 # name: Apple TV on iOS, arm64
compiler: clang # compiler: clang
env: # env:
- TEST_IOS=yes # - TEST_IOS=yes
- AUTOTOOLS_HOST=aarch64-apple-ios # - AUTOTOOLS_HOST=aarch64-apple-ios
- OPENSSL_HOST=ios64-cross # - OPENSSL_HOST=ios64-cross
- IOS_SDK=AppleTVOS # - IOS_SDK=AppleTVOS
- IOS_CPU=arm64 # - IOS_CPU=arm64
- IOS_PREFIX="$HOME/$IOS_SDK-$IOS_CPU" # - IOS_PREFIX="$HOME/$IOS_SDK-$IOS_CPU"
- os: osx # - os: osx
osx_image: xcode10 # osx_image: xcode10
name: Apple Watch on iOS, armv7 # name: Apple Watch on iOS, armv7
compiler: clang # compiler: clang
env: # env:
- TEST_IOS=yes # - TEST_IOS=yes
- AUTOTOOLS_HOST=armv7-apple-ios # - AUTOTOOLS_HOST=armv7-apple-ios
- OPENSSL_HOST=ios-cross # - OPENSSL_HOST=ios-cross
- IOS_SDK=WatchOS # - IOS_SDK=WatchOS
- IOS_CPU=armv7k # - IOS_CPU=armv7k
- IOS_PREFIX="$HOME/$IOS_SDK-$IOS_CPU" # - IOS_PREFIX="$HOME/$IOS_SDK-$IOS_CPU"
- os: osx # - os: osx
osx_image: xcode10 # osx_image: xcode10
name: iPhoneSimulator on OS X, i386 # name: iPhoneSimulator on OS X, i386
env: # env:
- TEST_IOS=yes # - TEST_IOS=yes
- AUTOTOOLS_HOST=i386-apple-ios # - AUTOTOOLS_HOST=i386-apple-ios
- OPENSSL_HOST=iphoneos-cross # - OPENSSL_HOST=iphoneos-cross
- IOS_CPU=i386 # - IOS_CPU=i386
- IOS_SDK=iPhoneSimulator # - IOS_SDK=iPhoneSimulator
- IOS_PREFIX="$HOME/$IOS_SDK-$IOS_CPU" # - IOS_PREFIX="$HOME/$IOS_SDK-$IOS_CPU"
- os: osx # - os: osx
osx_image: xcode10 # osx_image: xcode10
name: iPhoneSimulator on OS X, x86_64 # name: iPhoneSimulator on OS X, x86_64
env: # env:
- TEST_IOS=yes # - TEST_IOS=yes
- AUTOTOOLS_HOST=x86_64-apple-ios # - AUTOTOOLS_HOST=x86_64-apple-ios
- OPENSSL_HOST=iphoneos-cross # - OPENSSL_HOST=iphoneos-cross
- IOS_CPU=x86_64 # - IOS_CPU=x86_64
- IOS_SDK=iPhoneSimulator # - IOS_SDK=iPhoneSimulator
- IOS_PREFIX="$HOME/$IOS_SDK-$IOS_CPU" # - IOS_PREFIX="$HOME/$IOS_SDK-$IOS_CPU"
- os: osx # - os: osx
osx_image: xcode10 # osx_image: xcode10
name: AppleTVSimulator on OS X, x86_64 # name: AppleTVSimulator on OS X, x86_64
env: # env:
- TEST_IOS=yes # - TEST_IOS=yes
- AUTOTOOLS_HOST=x86_64-apple-ios # - AUTOTOOLS_HOST=x86_64-apple-ios
- OPENSSL_HOST=iphoneos-cross # - OPENSSL_HOST=iphoneos-cross
- IOS_CPU=x86_64 # - IOS_CPU=x86_64
- IOS_SDK=AppleTVSimulator # - IOS_SDK=AppleTVSimulator
- IOS_PREFIX="$HOME/$IOS_SDK-$IOS_CPU" # - IOS_PREFIX="$HOME/$IOS_SDK-$IOS_CPU"
- os: osx # - os: osx
osx_image: xcode10 # osx_image: xcode10
name: WatchSimulator on OS X, i386 # name: WatchSimulator on OS X, i386
env: # env:
- TEST_IOS=yes # - TEST_IOS=yes
- AUTOTOOLS_HOST=i386-apple-ios # - AUTOTOOLS_HOST=i386-apple-ios
- OPENSSL_HOST=iphoneos-cross # - OPENSSL_HOST=iphoneos-cross
- IOS_CPU=i386 # - IOS_CPU=i386
- IOS_SDK=WatchSimulator # - IOS_SDK=WatchSimulator
- IOS_PREFIX="$HOME/$IOS_SDK-$IOS_CPU" # - IOS_PREFIX="$HOME/$IOS_SDK-$IOS_CPU"
- os: linux - os: linux
name: Android armv7a, Linux, Amd64 name: Android armv7a, Linux, Amd64
compiler: clang compiler: clang

View file

@ -1,6 +1,7 @@
22 March 2021: Wouter 22 March 2021: Wouter
- Merge #449 from orbea: build: Add missing linker flags. - Merge #449 from orbea: build: Add missing linker flags.
- iana portlist update. - iana portlist update.
- Comment out nonworking OSX and IOS travis tests, vm fails to start.
19 March 2021: Wouter 19 March 2021: Wouter
- Fix for #447: squelch connection refused tcp connection failures - Fix for #447: squelch connection refused tcp connection failures