Skip to content

Commit

Permalink
dropme; Enable all CI so we can see what breaks
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Silverstone <[email protected]>
  • Loading branch information
kinnison authored and teythoon committed Nov 22, 2021
1 parent 2f3dabe commit da3798a
Show file tree
Hide file tree
Showing 8 changed files with 114 additions and 78 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/linux-builds-on-master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ jobs:
- x86_64-unknown-linux-gnu
- armv7-unknown-linux-gnueabihf
- aarch64-linux-android
- aarch64-unknown-linux-gnu # skip-pr
- powerpc64-unknown-linux-gnu # skip-pr
- x86_64-unknown-linux-musl # skip-pr
- aarch64-unknown-linux-gnu #
- powerpc64-unknown-linux-gnu #
- x86_64-unknown-linux-musl #
include:
- target: x86_64-unknown-linux-gnu
run_tests: YES
snap_arch: amd64
- target: aarch64-unknown-linux-gnu # skip-pr
snap_arch: arm64 # skip-pr
- target: aarch64-unknown-linux-gnu #
snap_arch: arm64 #
- target: armv7-unknown-linux-gnueabihf
snap_arch: armhf
steps:
Expand Down
30 changes: 30 additions & 0 deletions .github/workflows/linux-builds-on-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,42 @@ jobs:
- x86_64-unknown-linux-gnu
- armv7-unknown-linux-gnueabihf
- aarch64-linux-android
- aarch64-unknown-linux-gnu #
- aarch64-unknown-linux-musl # skip-master
- powerpc64-unknown-linux-gnu #
- x86_64-unknown-linux-musl #
- i686-unknown-linux-gnu # skip-master
- arm-unknown-linux-gnueabi # skip-master
- arm-unknown-linux-gnueabihf # skip-master
- x86_64-unknown-freebsd # skip-master
- x86_64-unknown-netbsd # skip-master
- x86_64-unknown-illumos # skip-master
- powerpc-unknown-linux-gnu # skip-master
- powerpc64le-unknown-linux-gnu # skip-master
- mips-unknown-linux-gnu # skip-master
- mips64-unknown-linux-gnuabi64 # skip-master
- mipsel-unknown-linux-gnu # skip-master
- mips64el-unknown-linux-gnuabi64 # skip-master
- s390x-unknown-linux-gnu # skip-master
- arm-linux-androideabi # skip-master
- armv7-linux-androideabi # skip-master
- i686-linux-android # skip-master
- x86_64-linux-android # skip-master
- riscv64gc-unknown-linux-gnu # skip-master
include:
- target: x86_64-unknown-linux-gnu
run_tests: YES
snap_arch: amd64
- target: i686-unknown-linux-gnu # skip-master
snap_arch: i386 # skip-master
- target: aarch64-unknown-linux-gnu #
snap_arch: arm64 #
- target: armv7-unknown-linux-gnueabihf
snap_arch: armhf
- target: powerpc64le-unknown-linux-gnu # skip-master
snap_arch: ppc64el # skip-master
- target: s390x-unknown-linux-gnu # skip-master
snap_arch: s390x # skip-master
steps:
- uses: actions/checkout@v2
with:
Expand Down
60 changes: 30 additions & 30 deletions .github/workflows/linux-builds-on-stable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,42 +19,42 @@ jobs:
- x86_64-unknown-linux-gnu
- armv7-unknown-linux-gnueabihf
- aarch64-linux-android
- aarch64-unknown-linux-gnu # skip-pr
- aarch64-unknown-linux-musl # skip-pr skip-master
- powerpc64-unknown-linux-gnu # skip-pr
- x86_64-unknown-linux-musl # skip-pr
- i686-unknown-linux-gnu # skip-pr skip-master
- arm-unknown-linux-gnueabi # skip-pr skip-master
- arm-unknown-linux-gnueabihf # skip-pr skip-master
- x86_64-unknown-freebsd # skip-pr skip-master
- x86_64-unknown-netbsd # skip-pr skip-master
- x86_64-unknown-illumos # skip-pr skip-master
- powerpc-unknown-linux-gnu # skip-pr skip-master
- powerpc64le-unknown-linux-gnu # skip-pr skip-master
- mips-unknown-linux-gnu # skip-pr skip-master
- mips64-unknown-linux-gnuabi64 # skip-pr skip-master
- mipsel-unknown-linux-gnu # skip-pr skip-master
- mips64el-unknown-linux-gnuabi64 # skip-pr skip-master
- s390x-unknown-linux-gnu # skip-pr skip-master
- arm-linux-androideabi # skip-pr skip-master
- armv7-linux-androideabi # skip-pr skip-master
- i686-linux-android # skip-pr skip-master
- x86_64-linux-android # skip-pr skip-master
- riscv64gc-unknown-linux-gnu # skip-pr skip-master
- aarch64-unknown-linux-gnu #
- aarch64-unknown-linux-musl # skip-master
- powerpc64-unknown-linux-gnu #
- x86_64-unknown-linux-musl #
- i686-unknown-linux-gnu # skip-master
- arm-unknown-linux-gnueabi # skip-master
- arm-unknown-linux-gnueabihf # skip-master
- x86_64-unknown-freebsd # skip-master
- x86_64-unknown-netbsd # skip-master
- x86_64-unknown-illumos # skip-master
- powerpc-unknown-linux-gnu # skip-master
- powerpc64le-unknown-linux-gnu # skip-master
- mips-unknown-linux-gnu # skip-master
- mips64-unknown-linux-gnuabi64 # skip-master
- mipsel-unknown-linux-gnu # skip-master
- mips64el-unknown-linux-gnuabi64 # skip-master
- s390x-unknown-linux-gnu # skip-master
- arm-linux-androideabi # skip-master
- armv7-linux-androideabi # skip-master
- i686-linux-android # skip-master
- x86_64-linux-android # skip-master
- riscv64gc-unknown-linux-gnu # skip-master
include:
- target: x86_64-unknown-linux-gnu
run_tests: YES
snap_arch: amd64
- target: i686-unknown-linux-gnu # skip-pr skip-master
snap_arch: i386 # skip-pr skip-master
- target: aarch64-unknown-linux-gnu # skip-pr
snap_arch: arm64 # skip-pr
- target: i686-unknown-linux-gnu # skip-master
snap_arch: i386 # skip-master
- target: aarch64-unknown-linux-gnu #
snap_arch: arm64 #
- target: armv7-unknown-linux-gnueabihf
snap_arch: armhf
- target: powerpc64le-unknown-linux-gnu # skip-pr skip-master
snap_arch: ppc64el # skip-pr skip-master
- target: s390x-unknown-linux-gnu # skip-pr skip-master
snap_arch: s390x # skip-pr skip-master
- target: powerpc64le-unknown-linux-gnu # skip-master
snap_arch: ppc64el # skip-master
- target: s390x-unknown-linux-gnu # skip-master
snap_arch: s390x # skip-master
steps:
- uses: actions/checkout@v2
with:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/windows-builds-on-master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,17 @@ jobs:
matrix:
target:
- x86_64-pc-windows-msvc
- aarch64-pc-windows-msvc # skip-pr skip-stable
- x86_64-pc-windows-gnu # skip-pr
- aarch64-pc-windows-msvc # skip-stable
- x86_64-pc-windows-gnu #
include:
- target: x86_64-pc-windows-gnu
mingw: https://ci-mirrors.rust-lang.org/rustc/x86_64-6.3.0-release-posix-seh-rt_v5-rev2.7z
mingwdir: mingw64
- target: i686-pc-windows-gnu
mingwdir: mingw32
mingw: https://ci-mirrors.rust-lang.org/rustc/i686-6.3.0-release-posix-dwarf-rt_v5-rev2.7z
- target: aarch64-pc-windows-msvc # skip-pr skip-stable
skip_tests: yes # skip-pr skip-stable
- target: aarch64-pc-windows-msvc # skip-stable
skip_tests: yes # skip-stable
steps:
- uses: actions/checkout@v2
# v2 defaults to a shallow checkout, but we need at least to the previous tag
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/windows-builds-on-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,19 @@ jobs:
matrix:
target:
- x86_64-pc-windows-msvc
- i686-pc-windows-msvc # skip-master
- aarch64-pc-windows-msvc # skip-stable
- x86_64-pc-windows-gnu #
- i686-pc-windows-gnu # skip-master
include:
- target: x86_64-pc-windows-gnu
mingw: https://ci-mirrors.rust-lang.org/rustc/x86_64-6.3.0-release-posix-seh-rt_v5-rev2.7z
mingwdir: mingw64
- target: i686-pc-windows-gnu
mingwdir: mingw32
mingw: https://ci-mirrors.rust-lang.org/rustc/i686-6.3.0-release-posix-dwarf-rt_v5-rev2.7z
- target: aarch64-pc-windows-msvc # skip-stable
skip_tests: yes # skip-stable
steps:
- uses: actions/checkout@v2
# v2 defaults to a shallow checkout, but we need at least to the previous tag
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/windows-builds-on-stable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
matrix:
target:
- x86_64-pc-windows-msvc
- i686-pc-windows-msvc # skip-pr skip-master
- x86_64-pc-windows-gnu # skip-pr
- i686-pc-windows-gnu # skip-pr skip-master
- i686-pc-windows-msvc # skip-master
- x86_64-pc-windows-gnu #
- i686-pc-windows-gnu # skip-master
include:
- target: x86_64-pc-windows-gnu
mingw: https://ci-mirrors.rust-lang.org/rustc/x86_64-6.3.0-release-posix-seh-rt_v5-rev2.7z
Expand Down
60 changes: 30 additions & 30 deletions ci/actions-templates/linux-builds-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,42 +27,42 @@ jobs:
- x86_64-unknown-linux-gnu
- armv7-unknown-linux-gnueabihf
- aarch64-linux-android
- aarch64-unknown-linux-gnu # skip-pr
- aarch64-unknown-linux-musl # skip-pr skip-master
- powerpc64-unknown-linux-gnu # skip-pr
- x86_64-unknown-linux-musl # skip-pr
- i686-unknown-linux-gnu # skip-pr skip-master
- arm-unknown-linux-gnueabi # skip-pr skip-master
- arm-unknown-linux-gnueabihf # skip-pr skip-master
- x86_64-unknown-freebsd # skip-pr skip-master
- x86_64-unknown-netbsd # skip-pr skip-master
- x86_64-unknown-illumos # skip-pr skip-master
- powerpc-unknown-linux-gnu # skip-pr skip-master
- powerpc64le-unknown-linux-gnu # skip-pr skip-master
- mips-unknown-linux-gnu # skip-pr skip-master
- mips64-unknown-linux-gnuabi64 # skip-pr skip-master
- mipsel-unknown-linux-gnu # skip-pr skip-master
- mips64el-unknown-linux-gnuabi64 # skip-pr skip-master
- s390x-unknown-linux-gnu # skip-pr skip-master
- arm-linux-androideabi # skip-pr skip-master
- armv7-linux-androideabi # skip-pr skip-master
- i686-linux-android # skip-pr skip-master
- x86_64-linux-android # skip-pr skip-master
- riscv64gc-unknown-linux-gnu # skip-pr skip-master
- aarch64-unknown-linux-gnu #
- aarch64-unknown-linux-musl # skip-master
- powerpc64-unknown-linux-gnu #
- x86_64-unknown-linux-musl #
- i686-unknown-linux-gnu # skip-master
- arm-unknown-linux-gnueabi # skip-master
- arm-unknown-linux-gnueabihf # skip-master
- x86_64-unknown-freebsd # skip-master
- x86_64-unknown-netbsd # skip-master
- x86_64-unknown-illumos # skip-master
- powerpc-unknown-linux-gnu # skip-master
- powerpc64le-unknown-linux-gnu # skip-master
- mips-unknown-linux-gnu # skip-master
- mips64-unknown-linux-gnuabi64 # skip-master
- mipsel-unknown-linux-gnu # skip-master
- mips64el-unknown-linux-gnuabi64 # skip-master
- s390x-unknown-linux-gnu # skip-master
- arm-linux-androideabi # skip-master
- armv7-linux-androideabi # skip-master
- i686-linux-android # skip-master
- x86_64-linux-android # skip-master
- riscv64gc-unknown-linux-gnu # skip-master
include:
- target: x86_64-unknown-linux-gnu
run_tests: YES
snap_arch: amd64
- target: i686-unknown-linux-gnu # skip-pr skip-master
snap_arch: i386 # skip-pr skip-master
- target: aarch64-unknown-linux-gnu # skip-pr
snap_arch: arm64 # skip-pr
- target: i686-unknown-linux-gnu # skip-master
snap_arch: i386 # skip-master
- target: aarch64-unknown-linux-gnu #
snap_arch: arm64 #
- target: armv7-unknown-linux-gnueabihf
snap_arch: armhf
- target: powerpc64le-unknown-linux-gnu # skip-pr skip-master
snap_arch: ppc64el # skip-pr skip-master
- target: s390x-unknown-linux-gnu # skip-pr skip-master
snap_arch: s390x # skip-pr skip-master
- target: powerpc64le-unknown-linux-gnu # skip-master
snap_arch: ppc64el # skip-master
- target: s390x-unknown-linux-gnu # skip-master
snap_arch: s390x # skip-master
steps:
- uses: actions/checkout@v2
with:
Expand Down
12 changes: 6 additions & 6 deletions ci/actions-templates/windows-builds-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,19 +27,19 @@ jobs:
matrix:
target:
- x86_64-pc-windows-msvc
- i686-pc-windows-msvc # skip-pr skip-master
- aarch64-pc-windows-msvc # skip-pr skip-stable
- x86_64-pc-windows-gnu # skip-pr
- i686-pc-windows-gnu # skip-pr skip-master
- i686-pc-windows-msvc # skip-master
- aarch64-pc-windows-msvc # skip-stable
- x86_64-pc-windows-gnu #
- i686-pc-windows-gnu # skip-master
include:
- target: x86_64-pc-windows-gnu
mingw: https://ci-mirrors.rust-lang.org/rustc/x86_64-6.3.0-release-posix-seh-rt_v5-rev2.7z
mingwdir: mingw64
- target: i686-pc-windows-gnu
mingwdir: mingw32
mingw: https://ci-mirrors.rust-lang.org/rustc/i686-6.3.0-release-posix-dwarf-rt_v5-rev2.7z
- target: aarch64-pc-windows-msvc # skip-pr skip-stable
skip_tests: yes # skip-pr skip-stable
- target: aarch64-pc-windows-msvc # skip-stable
skip_tests: yes # skip-stable
steps:
- uses: actions/checkout@v2
# v2 defaults to a shallow checkout, but we need at least to the previous tag
Expand Down

0 comments on commit da3798a

Please sign in to comment.