Skip to content

Commit 65bdb67

Browse files
committed
BLD: delete the osx_image: xcode12.4 and CONDA_BUILD_SYSROOT in build config and .travis.yml
1 parent 48d843f commit 65bdb67

2 files changed

Lines changed: 0 additions & 5 deletions

File tree

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ os:
44
- linux
55
- osx
66

7-
osx_image: xcode12.4
8-
97
env:
108
- MYUSEMC=true MYPYTHON_VERSION=2.7
119
- MYUSEMC=true MYPYTHON_VERSION=3.7
@@ -74,7 +72,6 @@ before_install:
7472
- $NOAPT || sudo apt-get install -y
7573
libboost-all-dev python-pip build-essential scons
7674

77-
- $NOBREW || export CFLAGS="${CFLAGS} -i sysroot ${CONDA_BUILD_SYSROOT}"
7875
- $NOBREW || test "${TRAVIS_OS_NAME}" = "osx" || exit $?
7976
- $NOBREW || brew update
8077
- $NOBREW || brew install scons
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
11
boost:
22
- 1.67
3-
CONDA_BUILD_SYSROOT:
4-
- /opt/MacOSX10.10.sdk # [osx]

0 commit comments

Comments
 (0)