From 5ae6f04d6bb3647419b02e0e0f4d8198b9e44bb2 Mon Sep 17 00:00:00 2001 From: der richter Date: Wed, 18 Nov 2020 23:31:59 +0100 Subject: build: fix macOS arm builds remove the hardcoded swift target version and move the version restriction to configure. this was a bad idea anyway and could lead to mismatched object files between obj-c and swift. fix travis 10.12 legacy build. also update the SDK version parser to handle the new macOS 11 scheme. Fixes #8281 --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index b2700a9b12..dcffe94346 100644 --- a/.travis.yml +++ b/.travis.yml @@ -39,6 +39,10 @@ matrix: osx_image: xcode10.1 - <<: *mac osx_image: xcode9.2 + env: + - HOMEBREW_NO_AUTO_UPDATE=1 + - HOMEBREW_NO_INSTALL_CLEANUP=1 + - CI_SWIFT_FLAGS="\-target x86_64-apple-macosx10.12" - os: freebsd compiler: clang - os: linux -- cgit v1.2.3