File tree Expand file tree Collapse file tree 7 files changed +3
-13
lines changed
Expand file tree Collapse file tree 7 files changed +3
-13
lines changed Original file line number Diff line number Diff line change 4141 - run : cargo build --target ${{ matrix.target }} --no-default-features --features zeroize
4242
4343 minimal-versions :
44- if : false # disabled while using pre-releases
4544 uses : RustCrypto/actions/.github/workflows/minimal-versions.yml@master
4645 with :
4746 working-directory : ${{ github.workflow }}
@@ -87,14 +86,13 @@ jobs:
8786 - run : cargo careful test --all-features
8887
8988 cross :
90- # Temporarily disabled because of the compiler bug:
91- # https://github.com/rust-lang/rust/issues/145693
92- if : false
9389 strategy :
9490 matrix :
9591 include :
9692 - target : powerpc-unknown-linux-gnu
97- rust : 1.85.0 # MSRV
93+ # MSRV is not used because of the compiler bug:
94+ # https://github.com/rust-lang/rust/issues/145693
95+ rust : 1.91.0
9896 - target : powerpc-unknown-linux-gnu
9997 rust : stable
10098 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 3939 - run : cargo build --target ${{ matrix.target }} --release --no-default-features --features password-hash
4040
4141 minimal-versions :
42- if : false # disabled while using pre-releases
4342 uses : RustCrypto/actions/.github/workflows/minimal-versions.yml@master
4443 with :
4544 working-directory : ${{ github.workflow }}
Original file line number Diff line number Diff line change 3737 - run : cargo build --no-default-features --target ${{ matrix.target }}
3838
3939 minimal-versions :
40- # disabled until belt-block gets published
41- if : false
4240 uses : RustCrypto/actions/.github/workflows/minimal-versions.yml@master
4341 with :
4442 working-directory : ${{ github.workflow }}
Original file line number Diff line number Diff line change 3737 - run : cargo build --target ${{ matrix.target }} --no-default-features
3838
3939 minimal-versions :
40- if : false # disabled while using pre-releases
4140 uses : RustCrypto/actions/.github/workflows/minimal-versions.yml@master
4241 with :
4342 working-directory : ${{ github.workflow }}
Original file line number Diff line number Diff line change 3939 - run : cargo build --target ${{ matrix.target }} --no-default-features --features password-hash
4040
4141 minimal-versions :
42- # disabled until belt-block gets published
43- if : false
4442 uses : RustCrypto/actions/.github/workflows/minimal-versions.yml@master
4543 with :
4644 working-directory : ${{ github.workflow }}
Original file line number Diff line number Diff line change 3838 - run : cargo build --target ${{ matrix.target }} --no-default-features --features password-hash
3939
4040 minimal-versions :
41- if : false # disabled while using pre-releases
4241 uses : RustCrypto/actions/.github/workflows/minimal-versions.yml@master
4342 with :
4443 working-directory : ${{ github.workflow }}
Original file line number Diff line number Diff line change 1919
2020jobs :
2121 minimal-versions :
22- if : false # disabled while using pre-releases
2322 uses : RustCrypto/actions/.github/workflows/minimal-versions.yml@master
2423 with :
2524 working-directory : ${{ github.workflow }}
You can’t perform that action at this time.
0 commit comments