Skip to content

Commit

Permalink
github actions: update recommended Rust to 1.56.1
Browse files Browse the repository at this point in the history
Signed-off-by: Bryan Gurney <[email protected]>
  • Loading branch information
bgurney-rh authored and mulkieran committed Nov 11, 2021
1 parent 96a9240 commit c8846de
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cargo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
components: cargo
toolchain: 1.56.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
toolchain: 1.56.1 # CURRENT DEVELOPMENT RUST TOOLCHAIN
override: true
- name: Check out ci repo
run: git clone https://github.com/stratis-storage/ci.git
Expand Down
44 changes: 22 additions & 22 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,75 +32,75 @@ jobs:
include:
# MANDATORY CHECKS USING CURRENT DEVELOPMENT COMPILER
- task: make -f Makefile fmt-travis
toolchain: 1.56.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
toolchain: 1.56.1 # CURRENT DEVELOPMENT RUST TOOLCHAIN
components: rustfmt
image: ubuntu:groovy
- task: make -f Makefile clippy
toolchain: 1.56.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
toolchain: 1.56.1 # CURRENT DEVELOPMENT RUST TOOLCHAIN
components: clippy
image: ubuntu:groovy
- task: make -f Makefile fmt-travis
toolchain: 1.56.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
toolchain: 1.56.1 # CURRENT DEVELOPMENT RUST TOOLCHAIN
components: rustfmt
image: fedora:34 # CURRENT DEVELOPMENT ENVIRONMENT
- task: make -f Makefile clippy
toolchain: 1.56.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
toolchain: 1.56.1 # CURRENT DEVELOPMENT RUST TOOLCHAIN
components: clippy
image: fedora:34 # CURRENT DEVELOPMENT ENVIRONMENT
- task: make -f Makefile build
toolchain: 1.56.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
toolchain: 1.56.1 # CURRENT DEVELOPMENT RUST TOOLCHAIN
components: cargo
image: ubuntu:groovy
- task: make -f Makefile build-min
toolchain: 1.56.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
toolchain: 1.56.1 # CURRENT DEVELOPMENT RUST TOOLCHAIN
components: cargo
image: ubuntu:groovy
- task: make -f Makefile build-extras
toolchain: 1.56.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
toolchain: 1.56.1 # CURRENT DEVELOPMENT RUST TOOLCHAIN
components: cargo
image: ubuntu:groovy
- task: make -f Makefile docs-travis
toolchain: 1.56.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
toolchain: 1.56.1 # CURRENT DEVELOPMENT RUST TOOLCHAIN
components: cargo
image: ubuntu:groovy
- task: make -f Makefile test
toolchain: 1.56.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
toolchain: 1.56.1 # CURRENT DEVELOPMENT RUST TOOLCHAIN
components: cargo
image: ubuntu:groovy
- task: make -f Makefile release
toolchain: 1.56.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
toolchain: 1.56.1 # CURRENT DEVELOPMENT RUST TOOLCHAIN
components: cargo
image: ubuntu:groovy
- task: make -f Makefile release-min
toolchain: 1.56.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
toolchain: 1.56.1 # CURRENT DEVELOPMENT RUST TOOLCHAIN
components: cargo
image: ubuntu:groovy
- task: make -f Makefile build
toolchain: 1.56.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
toolchain: 1.56.1 # CURRENT DEVELOPMENT RUST TOOLCHAIN
components: cargo
image: fedora:34 # CURRENT DEVELOPMENT ENVIRONMENT
- task: make -f Makefile build-min
toolchain: 1.56.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
toolchain: 1.56.1 # CURRENT DEVELOPMENT RUST TOOLCHAIN
components: cargo
image: fedora:34 # CURRENT DEVELOPMENT ENVIRONMENT
- task: make -f Makefile build-extras
toolchain: 1.56.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
toolchain: 1.56.1 # CURRENT DEVELOPMENT RUST TOOLCHAIN
components: cargo
image: fedora:34 # CURRENT DEVELOPMENT ENVIRONMENT
- task: make -f Makefile docs-travis
toolchain: 1.56.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
toolchain: 1.56.1 # CURRENT DEVELOPMENT RUST TOOLCHAIN
components: cargo
image: fedora:34 # CURRENT DEVELOPMENT ENVIRONMENT
- task: make -f Makefile test
toolchain: 1.56.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
toolchain: 1.56.1 # CURRENT DEVELOPMENT RUST TOOLCHAIN
components: cargo
image: fedora:34 # CURRENT DEVELOPMENT ENVIRONMENT
- task: make -f Makefile release
toolchain: 1.56.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
toolchain: 1.56.1 # CURRENT DEVELOPMENT RUST TOOLCHAIN
components: cargo
image: fedora:34 # CURRENT DEVELOPMENT ENVIRONMENT
- task: make -f Makefile release-min
toolchain: 1.56.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
toolchain: 1.56.1 # CURRENT DEVELOPMENT RUST TOOLCHAIN
components: cargo
image: fedora:34 # CURRENT DEVELOPMENT ENVIRONMENT
runs-on: ubuntu-18.04
Expand Down Expand Up @@ -151,11 +151,11 @@ jobs:
include:
# MANDATORY CHECKS USING CURRENT DEVELOPMENT COMPILER
- task: RUST_LOG=stratisd=debug make -f Makefile test-loop
toolchain: 1.56.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
toolchain: 1.56.1 # CURRENT DEVELOPMENT RUST TOOLCHAIN
components: cargo
image: ubuntu:groovy
- task: RUST_LOG=stratisd=debug make -f Makefile test-loop
toolchain: 1.56.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
toolchain: 1.56.1 # CURRENT DEVELOPMENT RUST TOOLCHAIN
components: cargo
image: fedora:34 # CURRENT DEVELOPMENT ENVIRONMENT
runs-on: ubuntu-18.04
Expand Down Expand Up @@ -222,7 +222,7 @@ jobs:
TANG_URL=tang
RUST_LOG=stratisd=debug
make -f Makefile test-clevis-loop
toolchain: 1.56.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
toolchain: 1.56.1 # CURRENT DEVELOPMENT RUST TOOLCHAIN
components: cargo
image: fedora:34 # CURRENT DEVELOPMENT ENVIRONMENT
runs-on: ubuntu-18.04
Expand Down Expand Up @@ -363,7 +363,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
components: cargo
toolchain: 1.56.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
toolchain: 1.56.1 # CURRENT DEVELOPMENT RUST TOOLCHAIN
override: true
- name: Check out ci repo
run: git clone https://github.com/stratis-storage/ci.git
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
matrix:
include:
- task: make -f Makefile audit
toolchain: 1.56.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
toolchain: 1.56.1 # CURRENT DEVELOPMENT RUST TOOLCHAIN
components: cargo
# Allowed because a failure may occur after a new Rust stable
# version is released.
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
components: cargo
toolchain: 1.56.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
toolchain: 1.56.1 # CURRENT DEVELOPMENT RUST TOOLCHAIN
- name: Install dependencies
run: dnf install -y findutils git make tar util-linux
- uses: actions/checkout@v2
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
components: cargo
toolchain: 1.56.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
toolchain: 1.56.1 # CURRENT DEVELOPMENT RUST TOOLCHAIN
override: true
- name: Check out ci repo
run: git clone https://github.com/stratis-storage/ci.git
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
include:
# MANDATORY CHECKS USING CURRENT DEVELOPMENT ENVIRONMENT
- image: fedora:34 # CURRENT DEVELOPMENT ENVIRONMENT
toolchain: 1.56.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
toolchain: 1.56.1 # CURRENT DEVELOPMENT RUST TOOLCHAIN
skip_value: 0
# MANDATORY CHECKS USING LOWEST SUPPORTED ENVIRONMENT PROXY
- image: fedora:30 # LOWEST DEVELOPMENT ENVIRONMENT
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
components: cargo
toolchain: 1.56.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
toolchain: 1.56.1 # CURRENT DEVELOPMENT RUST TOOLCHAIN
override: true
- name: Install all necessary Stratis files
run: PROFILEDIR=debug make -f Makefile install
Expand Down

0 comments on commit c8846de

Please sign in to comment.