Skip to content

Commit 78fcf33

Browse files
committed
Auto merge of #46366 - kennytm:revert-46360, r=kennytm
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
2 parents 74bc14d + 6b5f430 commit 78fcf33

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.travis.yml

+3-5
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ matrix:
2424
- env: IMAGE=dist-x86_64-linux DEPLOY_ALT=1
2525
if: branch = try OR branch = auto
2626

27-
# FIXME: The macOS dist images are temporarily disabled until Travis bug is fixed
28-
# https://github.com/travis-ci/travis-ci/issues/8821
2927
- env: >
3028
RUST_CHECK_TARGET=dist
3129
RUST_CONFIGURE_ARGS="--enable-extended --enable-profiler"
@@ -38,7 +36,7 @@ matrix:
3836
NO_DEBUG_ASSERTIONS=1
3937
os: osx
4038
osx_image: xcode7.3
41-
if: branch = disabled
39+
if: branch = auto
4240
4341
# macOS builders. These are placed near the beginning because they are very
4442
# slow to run.
@@ -93,7 +91,7 @@ matrix:
9391
NO_DEBUG_ASSERTIONS=1
9492
os: osx
9593
osx_image: xcode7.3
96-
if: branch = disabled
94+
if: branch = auto
9795
9896
- env: >
9997
RUST_CHECK_TARGET=dist
@@ -107,7 +105,7 @@ matrix:
107105
NO_DEBUG_ASSERTIONS=1
108106
os: osx
109107
osx_image: xcode7.3
110-
if: branch = disabled
108+
if: branch = auto
111109
112110
# Linux builders, remaining docker images
113111
- env: IMAGE=arm-android

0 commit comments

Comments
 (0)