Update Rust toolchain to 1.83 in CI
This commit is contained in:
parent
5d510ff787
commit
c8aaa10475
@ -1,4 +1,4 @@
|
|||||||
FROM docker.io/library/rust:1.80
|
FROM docker.io/library/rust:1.83
|
||||||
|
|
||||||
RUN rustup component add \
|
RUN rustup component add \
|
||||||
clippy \
|
clippy \
|
||||||
|
@ -7,13 +7,14 @@ on:
|
|||||||
branches: [ main ]
|
branches: [ main ]
|
||||||
|
|
||||||
env:
|
env:
|
||||||
|
CI_CONTAINER: docker.io/drrobot/musichoard-ci:20241230-1
|
||||||
CARGO_TERM_COLOR: always
|
CARGO_TERM_COLOR: always
|
||||||
CARGO_TERM_VERBOSE: true
|
CARGO_TERM_VERBOSE: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build_and_test:
|
build_and_test:
|
||||||
name: Build and Test
|
name: Build and Test
|
||||||
container: docker.io/drrobot/musichoard-ci:20240824-1
|
container: ${{ env.CI_CONTAINER }}
|
||||||
env:
|
env:
|
||||||
BEETSDIR: ./
|
BEETSDIR: ./
|
||||||
LLVM_PROFILE_FILE: target/debug/profraw/musichoard-%p-%m.profraw
|
LLVM_PROFILE_FILE: target/debug/profraw/musichoard-%p-%m.profraw
|
||||||
@ -48,7 +49,7 @@ jobs:
|
|||||||
|
|
||||||
lint:
|
lint:
|
||||||
name: Lint
|
name: Lint
|
||||||
container: docker.io/drrobot/musichoard-ci:20240824-1
|
container: ${{ env.CI_CONTAINER }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- run: cargo clippy --no-default-features --all-targets -- -D warnings
|
- run: cargo clippy --no-default-features --all-targets -- -D warnings
|
||||||
|
Loading…
x
Reference in New Issue
Block a user