File tree Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change 18
18
echo "Building $example"
19
19
cargo build --target=${TARGET} --bin $example
20
20
done
21
- udeps :
22
- runs-on : ubuntu-20.04
23
- steps :
24
- - uses : actions/checkout@v4
25
- - uses : dtolnay/rust-toolchain@master
26
- with :
27
- toolchain : nightly-2024-01-30
28
- target : ${{ env.TARGET }}
29
- - name : Install cargo-udeps
30
- run : |
31
- curl -sSL https://github.com/est31/cargo-udeps/releases/download/v0.1.45/cargo-udeps-v0.1.45-x86_64-unknown-linux-gnu.tar.gz | tar xvzf - --strip-components=2 -C ~/.cargo/bin ./cargo-udeps-v0.1.45-x86_64-unknown-linux-gnu/cargo-udeps
32
- - name : Run cargo-udeps
33
- run : |
34
- cd ${PACKAGE}
35
- cat riscv_examples.txt | while read example; do
36
- echo "Building $example"
37
- cargo udeps --target=${TARGET} --bin $example
38
- done
39
21
msrv :
40
22
name : Verify build on MSRV
41
23
runs-on : ubuntu-20.04
You can’t perform that action at this time.
0 commit comments