Skip to content

Commit

Permalink
ci: use Rust 1.58.0
Browse files Browse the repository at this point in the history
Signed-off-by: Miguel Ojeda <[email protected]>
  • Loading branch information
ojeda committed Jan 13, 2022
1 parent 3108878 commit c92c4d2
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
arch: [arm, arm64, ppc64le, riscv64, x86_64]
toolchain: [gcc, clang, llvm]
config: [debug, release]
rustc: [1.57.0]
rustc: [1.58.0]
output: [src] # [src, build]
install: [rustup] # [rustup, standalone]
sysroot: [common] # [common, custom]
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
- arch: arm64
toolchain: gcc
config: debug
rustc: 1.57.0
rustc: 1.58.0
output: build
install: rustup
sysroot: custom
Expand All @@ -59,7 +59,7 @@ jobs:
- arch: arm64
toolchain: llvm
config: debug
rustc: 1.57.0
rustc: 1.58.0
output: build
install: rustup
sysroot: custom
Expand All @@ -68,7 +68,7 @@ jobs:
- arch: arm64
toolchain: llvm
config: release
rustc: 1.57.0
rustc: 1.58.0
output: build
install: rustup
sysroot: custom
Expand All @@ -77,7 +77,7 @@ jobs:
- arch: ppc64le
toolchain: clang
config: release
rustc: 1.57.0
rustc: 1.58.0
output: build
install: standalone
sysroot: common
Expand All @@ -86,7 +86,7 @@ jobs:
- arch: x86_64
toolchain: llvm
config: debug
rustc: 1.57.0
rustc: 1.58.0
output: build
install: standalone
sysroot: custom
Expand All @@ -95,7 +95,7 @@ jobs:
- arch: x86_64
toolchain: llvm
config: debug
rustc: 1.57.0
rustc: 1.58.0
output: src
install: rustup
sysroot: common
Expand All @@ -104,7 +104,7 @@ jobs:
- arch: x86_64
toolchain: llvm
config: release
rustc: 1.57.0
rustc: 1.58.0
output: src
install: rustup
sysroot: common
Expand Down

0 comments on commit c92c4d2

Please sign in to comment.