Skip to content

Commit

Permalink
Auto merge of #46366 - kennytm:revert-46360, r=kennytm
Browse files Browse the repository at this point in the history
Revert #46360, re-enable macOS dist images.

This PR reverts #46360, which disabled all macOS dist images to workaround travis-ci/travis-ci#8821.

This PR should be merged as soon as the Travis bug has been fixed.

Closes #46357.

cc @rust-lang/infra
  • Loading branch information
bors committed Nov 29, 2017
2 parents 0a2e9ad + 6b5f430 commit cd19e5e
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ matrix:
- env: IMAGE=dist-x86_64-linux DEPLOY_ALT=1
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: >
RUST_CHECK_TARGET=dist
RUST_CONFIGURE_ARGS="--enable-extended --enable-profiler"
Expand All @@ -38,7 +36,7 @@ matrix:
NO_DEBUG_ASSERTIONS=1
os: osx
osx_image: xcode7.3
if: branch = disabled
if: branch = auto
# macOS builders. These are placed near the beginning because they are very
# slow to run.
Expand Down Expand Up @@ -93,7 +91,7 @@ matrix:
NO_DEBUG_ASSERTIONS=1
os: osx
osx_image: xcode7.3
if: branch = disabled
if: branch = auto
- env: >
RUST_CHECK_TARGET=dist
Expand All @@ -107,7 +105,7 @@ matrix:
NO_DEBUG_ASSERTIONS=1
os: osx
osx_image: xcode7.3
if: branch = disabled
if: branch = auto
# Linux builders, remaining docker images
- env: IMAGE=arm-android
Expand Down

0 comments on commit cd19e5e

Please sign in to comment.