diff options
author | Carl Dong <contact@carldong.me> | 2020-06-18 18:05:22 -0400 |
---|---|---|
committer | Carl Dong <contact@carldong.me> | 2020-06-22 10:13:55 -0400 |
commit | 3381e4a1892511d4d555853887c89badf4c940a9 (patch) | |
tree | 650accd5e4914cc9b88f93789ca0bf35981d7093 /ci/test/00_setup_env_mac.sh | |
parent | b3394ab235b93937321ffd08b8924e57855aac38 (diff) |
Adapt rest of tooling to new SDK naming scheme
Diffstat (limited to 'ci/test/00_setup_env_mac.sh')
-rw-r--r-- | ci/test/00_setup_env_mac.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ci/test/00_setup_env_mac.sh b/ci/test/00_setup_env_mac.sh index a4dc54d1c1..44eb3d1fe4 100644 --- a/ci/test/00_setup_env_mac.sh +++ b/ci/test/00_setup_env_mac.sh @@ -9,7 +9,8 @@ export LC_ALL=C.UTF-8 export CONTAINER_NAME=ci_macos_cross export HOST=x86_64-apple-darwin16 export PACKAGES="cmake imagemagick libcap-dev librsvg2-bin libz-dev libbz2-dev libtiff-tools python3-dev python3-setuptools" -export OSX_SDK=10.14 +export XCODE_VERSION=10.2.1 +export XCODE_BUILD_ID=10E1001 export RUN_UNIT_TESTS=false export RUN_FUNCTIONAL_TESTS=false export GOAL="deploy" |