Skip to content

Commit

Permalink
Pin Rust nightly to 2023-07-03.
Browse files Browse the repository at this point in the history
This works around missing mipsel-unknown-linux-gnu.
  • Loading branch information
sunfishcode committed Jul 5, 2023
1 parent 3c5bf64 commit f6afba4
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
rust: stable
- build: nightly
os: ubuntu-latest
rust: nightly
rust: nightly-2023-07-03
- build: 1.48
os: ubuntu-latest
rust: 1.48
Expand Down Expand Up @@ -149,7 +149,7 @@ jobs:
include:
- build: nightly
os: ubuntu-latest
rust: nightly
rust: nightly-2023-07-03

env:
# -D warnings is commented out in our install-rust action; re-add it here.
Expand All @@ -173,7 +173,7 @@ jobs:
include:
- build: nightly
os: ubuntu-latest
rust: nightly
rust: nightly-2023-07-03

steps:
- uses: actions/checkout@v3
Expand All @@ -200,7 +200,7 @@ jobs:
include:
- build: nightly
os: ubuntu-latest
rust: nightly
rust: nightly-2023-07-03

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -236,20 +236,20 @@ jobs:
include:
- build: ubuntu
os: ubuntu-20.04 # TODO: remove pin when fixed (#483)
rust: nightly
rust: nightly-2023-07-03
- build: ubuntu-20.04
os: ubuntu-20.04
rust: nightly
rust: nightly-2023-07-03
- build: i686-linux
os: ubuntu-20.04 # TODO: remove pin when fixed (#483)
rust: nightly
rust: nightly-2023-07-03
target: i686-unknown-linux-gnu
gcc_package: gcc-i686-linux-gnu
gcc: i686-linux-gnu-gcc
libc_package: libc-dev-i386-cross
- build: aarch64-linux
os: ubuntu-20.04 # TODO: remove pin when fixed (#483)
rust: nightly
rust: nightly-2023-07-03
target: aarch64-unknown-linux-gnu
gcc_package: gcc-aarch64-linux-gnu
gcc: aarch64-linux-gnu-gcc
Expand All @@ -258,7 +258,7 @@ jobs:
qemu_target: aarch64-linux-user
- build: powerpc64le-linux
os: ubuntu-20.04 # TODO: remove pin when fixed (#483)
rust: nightly
rust: nightly-2023-07-03
target: powerpc64le-unknown-linux-gnu
gcc_package: gcc-powerpc64le-linux-gnu
gcc: powerpc64le-linux-gnu-gcc
Expand All @@ -267,7 +267,7 @@ jobs:
qemu_target: ppc64le-linux-user
- build: mips64el-linux
os: ubuntu-20.04 # TODO: remove pin when fixed (#483)
rust: nightly
rust: nightly-2023-07-03
target: mips64el-unknown-linux-gnuabi64
gcc_package: gcc-mips64el-linux-gnuabi64
gcc: mips64el-linux-gnuabi64-gcc
Expand All @@ -276,7 +276,7 @@ jobs:
qemu_target: mips64el-linux-user
- build: mipsel-linux
os: ubuntu-20.04 # TODO: remove pin when fixed (#483)
rust: nightly
rust: nightly-2023-07-03
target: mipsel-unknown-linux-gnu
gcc_package: gcc-mipsel-linux-gnu
gcc: mipsel-linux-gnu-gcc
Expand All @@ -285,7 +285,7 @@ jobs:
qemu_target: mipsel-linux-user
- build: riscv64-linux
os: ubuntu-20.04 # TODO: remove pin when fixed (#483)
rust: nightly
rust: nightly-2023-07-03
target: riscv64gc-unknown-linux-gnu
gcc_package: gcc-riscv64-linux-gnu
gcc: riscv64-linux-gnu-gcc
Expand All @@ -294,7 +294,7 @@ jobs:
qemu_target: riscv64-linux-user
- build: s390x-linux
os: ubuntu-20.04 # TODO: remove pin when fixed (#483)
rust: nightly
rust: nightly-2023-07-03
target: s390x-unknown-linux-gnu
gcc_package: gcc-s390x-linux-gnu
gcc: s390x-linux-gnu-gcc
Expand All @@ -303,7 +303,7 @@ jobs:
qemu_target: s390x-linux-user
- build: arm-linux
os: ubuntu-20.04 # TODO: remove pin when fixed (#483)
rust: nightly
rust: nightly-2023-07-03
target: armv5te-unknown-linux-gnueabi
gcc_package: gcc-arm-linux-gnueabi
gcc: arm-linux-gnueabi-gcc
Expand Down Expand Up @@ -464,10 +464,10 @@ jobs:
rust: stable
- build: windows
os: windows-latest
rust: nightly
rust: nightly-2023-07-03
- build: windows-2019
os: windows-2019
rust: nightly
rust: nightly-2023-07-03
steps:
- uses: actions/checkout@v3
with:
Expand Down Expand Up @@ -726,7 +726,7 @@ jobs:
include:
- build: powerpc64le-linux
os: ubuntu-latest
rust: nightly
rust: nightly-2023-07-03
target: powerpc64le-unknown-linux-gnu
gcc_package: gcc-powerpc64le-linux-gnu
gcc: powerpc64le-linux-gnu-gcc
Expand All @@ -735,7 +735,7 @@ jobs:
qemu_target: ppc64le-linux-user
- build: mips64el-linux
os: ubuntu-latest
rust: nightly
rust: nightly-2023-07-03
target: mips64el-unknown-linux-gnuabi64
gcc_package: gcc-mips64el-linux-gnuabi64
gcc: mips64el-linux-gnuabi64-gcc
Expand All @@ -744,7 +744,7 @@ jobs:
qemu_target: mips64el-linux-user
- build: mipsel-linux
os: ubuntu-latest
rust: nightly
rust: nightly-2023-07-03
target: mipsel-unknown-linux-gnu
gcc_package: gcc-mipsel-linux-gnu
gcc: mipsel-linux-gnu-gcc
Expand Down

0 comments on commit f6afba4

Please sign in to comment.