Skip to content

Commit

Permalink
github actions: update recommended Rust to 1.81.0
Browse files Browse the repository at this point in the history
Signed-off-by: Bryan Gurney <bgurney@redhat.com>
  • Loading branch information
bgurney-rh committed Sep 11, 2024
1 parent d758c43 commit b10f8bf
Show file tree
Hide file tree
Showing 7 changed files with 45 additions and 45 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cargo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- uses: dtolnay/rust-toolchain@master
with:
components: cargo
toolchain: 1.80.1 # CURRENT DEVELOPMENT RUST TOOLCHAIN
toolchain: 1.81.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
- name: Check out ci repo
run: git clone https://github.com/stratis-storage/ci.git
- name: Run comparisons of version specs with available Fedora packages
Expand Down
32 changes: 16 additions & 16 deletions .github/workflows/fedora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,46 +40,46 @@ jobs:
matrix:
include:
- task: make -f Makefile clippy
toolchain: 1.80.1 # CURRENT DEVELOPMENT RUST TOOLCHAIN
toolchain: 1.81.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
components: clippy
- task: PROFILEDIR=debug make -f Makefile build
toolchain: 1.80.1 # CURRENT DEVELOPMENT RUST TOOLCHAIN
toolchain: 1.81.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
components: cargo
- task: PROFILEDIR=debug make -f Makefile build-test-extras
toolchain: 1.80.1 # CURRENT DEVELOPMENT RUST TOOLCHAIN
toolchain: 1.81.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
components: cargo
- task: PROFILEDIR=debug make -f Makefile build-min
toolchain: 1.80.1 # CURRENT DEVELOPMENT RUST TOOLCHAIN
toolchain: 1.81.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
components: cargo
- task: PROFILEDIR=debug make -f Makefile build-min-no-systemd
toolchain: 1.80.1 # CURRENT DEVELOPMENT RUST TOOLCHAIN
toolchain: 1.81.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
components: cargo
- task: PROFILEDIR=debug make -f Makefile build-utils
toolchain: 1.80.1 # CURRENT DEVELOPMENT RUST TOOLCHAIN
toolchain: 1.81.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
components: cargo
- task: PROFILEDIR=debug make -f Makefile build-no-ipc
toolchain: 1.80.1 # CURRENT DEVELOPMENT RUST TOOLCHAIN
toolchain: 1.81.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
components: cargo
- task: PROFILEDIR=debug make -f Makefile stratisd-tools
toolchain: 1.80.1 # CURRENT DEVELOPMENT RUST TOOLCHAIN
toolchain: 1.81.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
components: cargo
- task: make -f Makefile docs-ci
toolchain: 1.80.1 # CURRENT DEVELOPMENT RUST TOOLCHAIN
toolchain: 1.81.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
components: cargo
- task: make -f Makefile test
toolchain: 1.80.1 # CURRENT DEVELOPMENT RUST TOOLCHAIN
toolchain: 1.81.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
components: cargo
- task: make -f Makefile build
toolchain: 1.80.1 # CURRENT DEVELOPMENT RUST TOOLCHAIN
toolchain: 1.81.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
components: cargo
- task: make -f Makefile build-test-extras
toolchain: 1.80.1 # CURRENT DEVELOPMENT RUST TOOLCHAIN
toolchain: 1.81.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
components: cargo
- task: make -f Makefile build-min
toolchain: 1.80.1 # CURRENT DEVELOPMENT RUST TOOLCHAIN
toolchain: 1.81.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
components: cargo
- task: make -f Makefile build-no-ipc
toolchain: 1.80.1 # CURRENT DEVELOPMENT RUST TOOLCHAIN
toolchain: 1.81.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
components: cargo
runs-on: ubuntu-22.04
container:
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
matrix:
include:
- task: RUST_LOG=stratisd=debug make -f Makefile test-loop
toolchain: 1.80.1 # CURRENT DEVELOPMENT RUST TOOLCHAIN
toolchain: 1.81.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
components: cargo
runs-on: ubuntu-22.04
container:
Expand Down Expand Up @@ -161,7 +161,7 @@ jobs:
- task: >-
TANG_URL=localhost
make -f Makefile test-clevis-loop-should-fail
toolchain: 1.80.1 # CURRENT DEVELOPMENT RUST TOOLCHAIN
toolchain: 1.81.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
components: cargo
runs-on: ubuntu-22.04
container:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ jobs:
matrix:
include:
- task: make -f Makefile fmt-ci
toolchain: 1.80.1 # CURRENT DEVELOPMENT RUST TOOLCHAIN
toolchain: 1.81.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
components: rustfmt
- task: make -f Makefile check-typos
toolchain: 1.80.1 # CURRENT DEVELOPMENT RUST TOOLCHAIN
toolchain: 1.81.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
components: cargo
runs-on: ubuntu-22.04
container:
Expand Down Expand Up @@ -162,7 +162,7 @@ jobs:
- uses: dtolnay/rust-toolchain@master
with:
components: cargo
toolchain: 1.80.1 # CURRENT DEVELOPMENT RUST TOOLCHAIN
toolchain: 1.81.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
- name: Run stratisd-min cli tests
run: make test-stratisd-min
- name: Run stratis-min cli tests
Expand Down Expand Up @@ -227,7 +227,7 @@ jobs:
- uses: dtolnay/rust-toolchain@master
with:
components: cargo
toolchain: 1.80.1 # CURRENT DEVELOPMENT RUST TOOLCHAIN
toolchain: 1.81.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
- name: Build stratisd
run: PROFILEDIR=debug make -f Makefile build-all
- name: Install stratisd
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
matrix:
include:
- task: cargo package
toolchain: 1.80.1 # CURRENT DEVELOPMENT RUST TOOLCHAIN
toolchain: 1.81.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
components: cargo
runs-on: ubuntu-22.04
container:
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
- uses: dtolnay/rust-toolchain@master
with:
components: cargo, clippy
toolchain: 1.80.1 # CURRENT DEVELOPMENT RUST TOOLCHAIN
toolchain: 1.81.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
- uses: baptiste0928/cargo-install@v3
with:
crate: cargo-audit
Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:
- uses: dtolnay/rust-toolchain@master
with:
components: cargo
toolchain: 1.80.1 # CURRENT DEVELOPMENT RUST TOOLCHAIN
toolchain: 1.81.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
- uses: baptiste0928/cargo-install@v3
with:
crate: cargo-audit
Expand Down Expand Up @@ -180,7 +180,7 @@ jobs:
- uses: dtolnay/rust-toolchain@master
with:
components: cargo
toolchain: 1.80.1 # CURRENT DEVELOPMENT RUST TOOLCHAIN
toolchain: 1.81.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
- name: Check out ci repo
run: git clone https://github.com/stratis-storage/ci.git
- name: Run comparisons of version specs with available Fedora packages
Expand All @@ -194,7 +194,7 @@ jobs:
strategy:
matrix:
include:
- toolchain: 1.80.1 # CURRENT DEVELOPMENT RUST TOOLCHAIN
- toolchain: 1.81.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
Expand Down
26 changes: 13 additions & 13 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,40 +40,40 @@ jobs:
matrix:
include:
- task: make -f Makefile clippy
toolchain: 1.80.1 # CURRENT DEVELOPMENT RUST TOOLCHAIN
toolchain: 1.81.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
components: clippy
- task: PROFILEDIR=debug make -f Makefile build
toolchain: 1.80.1 # CURRENT DEVELOPMENT RUST TOOLCHAIN
toolchain: 1.81.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
components: cargo
- task: PROFILEDIR=debug make -f Makefile build-min
toolchain: 1.80.1 # CURRENT DEVELOPMENT RUST TOOLCHAIN
toolchain: 1.81.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
components: cargo
- task: PROFILEDIR=debug make -f Makefile build-min-no-systemd
toolchain: 1.80.1 # CURRENT DEVELOPMENT RUST TOOLCHAIN
toolchain: 1.81.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
components: cargo
- task: PROFILEDIR=debug make -f Makefile build-utils
toolchain: 1.80.1 # CURRENT DEVELOPMENT RUST TOOLCHAIN
toolchain: 1.81.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
components: cargo
- task: PROFILEDIR=debug make -f Makefile build-no-ipc
toolchain: 1.80.1 # CURRENT DEVELOPMENT RUST TOOLCHAIN
toolchain: 1.81.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
components: cargo
- task: PROFILEDIR=debug make -f Makefile stratisd-tools
toolchain: 1.80.1 # CURRENT DEVELOPMENT RUST TOOLCHAIN
toolchain: 1.81.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
components: cargo
- task: make -f Makefile docs-ci
toolchain: 1.80.1 # CURRENT DEVELOPMENT RUST TOOLCHAIN
toolchain: 1.81.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
components: cargo
- task: make -f Makefile test
toolchain: 1.80.1 # CURRENT DEVELOPMENT RUST TOOLCHAIN
toolchain: 1.81.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
components: cargo
- task: make -f Makefile build
toolchain: 1.80.1 # CURRENT DEVELOPMENT RUST TOOLCHAIN
toolchain: 1.81.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
components: cargo
- task: make -f Makefile build-min
toolchain: 1.80.1 # CURRENT DEVELOPMENT RUST TOOLCHAIN
toolchain: 1.81.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
components: cargo
- task: make -f Makefile build-no-ipc
toolchain: 1.80.1 # CURRENT DEVELOPMENT RUST TOOLCHAIN
toolchain: 1.81.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
components: cargo
runs-on: ubuntu-22.04
container:
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
matrix:
include:
- task: RUST_LOG=stratisd=debug make -f Makefile test-loop
toolchain: 1.80.1 # CURRENT DEVELOPMENT RUST TOOLCHAIN
toolchain: 1.81.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
components: cargo
runs-on: ubuntu-22.04
container:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/valgrind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ jobs:
matrix:
include:
- task: make -f Makefile test-valgrind
toolchain: 1.80.1 # CURRENT DEVELOPMENT RUST TOOLCHAIN
toolchain: 1.81.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
components: cargo
- task: >-
TANG_URL=localhost
make -f Makefile test-clevis-loop-should-fail-valgrind
toolchain: 1.80.1 # CURRENT DEVELOPMENT RUST TOOLCHAIN
toolchain: 1.81.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
components: cargo
runs-on: ubuntu-22.04
container:
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
matrix:
include:
- task: RUST_LOG=stratisd=debug make -f Makefile test-loop-valgrind
toolchain: 1.80.1 # CURRENT DEVELOPMENT RUST TOOLCHAIN
toolchain: 1.81.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
components: cargo
runs-on: ubuntu-22.04
container:
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
matrix:
include:
# MANDATORY CHECKS USING CURRENT DEVELOPMENT ENVIRONMENT
- toolchain: 1.80.1 # CURRENT DEVELOPMENT RUST TOOLCHAIN
- toolchain: 1.81.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
# MANDATORY CHECKS USING LOWEST SUPPORTED ENVIRONMENT PROXY
- toolchain: 1.71.1 # LOWEST SUPPORTED RUST TOOLCHAIN
runs-on: ubuntu-22.04
Expand Down Expand Up @@ -203,7 +203,7 @@ jobs:
- uses: dtolnay/rust-toolchain@master
with:
components: cargo
toolchain: 1.80.1 # CURRENT DEVELOPMENT RUST TOOLCHAIN
toolchain: 1.81.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
- name: Build stratisd
run: PROFILEDIR=debug make -f Makefile build-all
- name: Install stratisd
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
- uses: dtolnay/rust-toolchain@master
with:
components: cargo
toolchain: 1.80.1 # CURRENT DEVELOPMENT RUST TOOLCHAIN
toolchain: 1.81.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
- uses: baptiste0928/cargo-install@v3
with:
crate: cargo-audit
Expand Down

0 comments on commit b10f8bf

Please sign in to comment.