Disable all macOS dist images to workaround travis-ci/travis-ci#8821
[skip ci]
This commit is contained in:
parent
77ab3a1d5f
commit
666c24136b
@ -25,6 +25,8 @@ matrix:
|
|||||||
- env: IMAGE=dist-x86_64-linux DEPLOY_ALT=1
|
- env: IMAGE=dist-x86_64-linux DEPLOY_ALT=1
|
||||||
if: branch = try OR branch = auto
|
if: branch = try OR branch = auto
|
||||||
|
|
||||||
|
# FIXME: The macOS dist images are temporarily disabled until Travis bug is fixed
|
||||||
|
# https://github.com/travis-ci/travis-ci/issues/8821
|
||||||
- env: >
|
- env: >
|
||||||
RUST_CHECK_TARGET=dist
|
RUST_CHECK_TARGET=dist
|
||||||
RUST_CONFIGURE_ARGS="--enable-extended --enable-profiler"
|
RUST_CONFIGURE_ARGS="--enable-extended --enable-profiler"
|
||||||
@ -37,7 +39,7 @@ matrix:
|
|||||||
NO_DEBUG_ASSERTIONS=1
|
NO_DEBUG_ASSERTIONS=1
|
||||||
os: osx
|
os: osx
|
||||||
osx_image: xcode7.3
|
osx_image: xcode7.3
|
||||||
if: branch = auto
|
if: branch = disabled
|
||||||
|
|
||||||
# macOS builders. These are placed near the beginning because they are very
|
# macOS builders. These are placed near the beginning because they are very
|
||||||
# slow to run.
|
# slow to run.
|
||||||
@ -92,7 +94,7 @@ matrix:
|
|||||||
NO_DEBUG_ASSERTIONS=1
|
NO_DEBUG_ASSERTIONS=1
|
||||||
os: osx
|
os: osx
|
||||||
osx_image: xcode7.3
|
osx_image: xcode7.3
|
||||||
if: branch = auto
|
if: branch = disabled
|
||||||
|
|
||||||
- env: >
|
- env: >
|
||||||
RUST_CHECK_TARGET=dist
|
RUST_CHECK_TARGET=dist
|
||||||
@ -106,7 +108,7 @@ matrix:
|
|||||||
NO_DEBUG_ASSERTIONS=1
|
NO_DEBUG_ASSERTIONS=1
|
||||||
os: osx
|
os: osx
|
||||||
osx_image: xcode7.3
|
osx_image: xcode7.3
|
||||||
if: branch = auto
|
if: branch = disabled
|
||||||
|
|
||||||
# Linux builders, remaining docker images
|
# Linux builders, remaining docker images
|
||||||
- env: IMAGE=arm-android
|
- env: IMAGE=arm-android
|
||||||
|
Loading…
x
Reference in New Issue
Block a user