Skip to content

Commit ce4abc3

Browse files
committed
Delete Travis/AppVeyor makefile builders
We no longer need these builders as we're no longer testing the old build system.
1 parent 9b0e6af commit ce4abc3

File tree

3 files changed

+0
-46
lines changed

3 files changed

+0
-46
lines changed

.travis.yml

-8
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ matrix:
3232
- env: IMAGE=x86_64-gnu-aux
3333
- env: IMAGE=x86_64-gnu-debug
3434
- env: IMAGE=x86_64-gnu-nopt
35-
- env: IMAGE=x86_64-gnu-make
3635
- env: IMAGE=x86_64-gnu-llvm-3.7 ALLOW_PR=1 RUST_BACKTRACE=1
3736
- env: IMAGE=x86_64-gnu-distcheck
3837
- env: IMAGE=x86_64-gnu-incremental
@@ -56,13 +55,6 @@ matrix:
5655
os: osx
5756
osx_image: xcode8.2
5857
install: *osx_install_sccache
59-
- env: >
60-
RUST_CHECK_TARGET=check
61-
RUST_CONFIGURE_ARGS=--build=x86_64-apple-darwin --disable-rustbuild
62-
SRC=.
63-
os: osx
64-
osx_image: xcode8.2
65-
install: *osx_install_sccache
6658
- env: >
6759
RUST_CHECK_TARGET=dist
6860
RUST_CONFIGURE_ARGS="--target=aarch64-apple-ios,armv7-apple-ios,armv7s-apple-ios,i386-apple-ios,x86_64-apple-ios --enable-extended"

appveyor.yml

-12
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,6 @@ environment:
1515
SCRIPT: python x.py test --host i686-pc-windows-msvc --target i686-pc-windows-msvc && python x.py dist
1616
DEPLOY: 1
1717

18-
# MSVC makefiles
19-
- MSYS_BITS: 64
20-
RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-msvc --disable-rustbuild
21-
RUST_CHECK_TARGET: check
22-
2318
# MSVC cargotest
2419
- MSYS_BITS: 64
2520
NO_VENDOR: 1
@@ -58,13 +53,6 @@ environment:
5853
MINGW_DIR: mingw32
5954
DEPLOY: 1
6055

61-
- MSYS_BITS: 32
62-
RUST_CONFIGURE_ARGS: --build=i686-pc-windows-gnu --disable-rustbuild
63-
RUST_CHECK_TARGET: check
64-
MINGW_URL: https://s3.amazonaws.com/rust-lang-ci
65-
MINGW_ARCHIVE: i686-4.9.2-release-win32-dwarf-rt_v4-rev4.7z
66-
MINGW_DIR: mingw32
67-
6856
- MSYS_BITS: 64
6957
SCRIPT: python x.py test && python x.py dist
7058
RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-gnu --enable-extended

src/ci/docker/x86_64-gnu-make/Dockerfile

-26
This file was deleted.

0 commit comments

Comments
 (0)