File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 36
36
run : |
37
37
declare -A rust_target_map=( ["amd64"]="x86_64-unknown-linux-musl" ["arm64"]="aarch64-unknown-linux-musl" ["ppc64le"]="powerpc64le-unknown-linux-gnu" ["riscv64"]="riscv64gc-unknown-linux-gnu" ["s390x"]="s390x-unknown-linux-gnu")
38
38
RUST_TARGET=${rust_target_map[${{ matrix.arch }}]}
39
- cargo install --version 0.2.4 cross
39
+ cargo install --version 0.2.5 cross
40
40
rustup component add rustfmt clippy
41
41
make -e RUST_TARGET=$RUST_TARGET -e CARGO=cross check
42
42
- name : smoke
Original file line number Diff line number Diff line change @@ -64,6 +64,7 @@ allow = [
64
64
" Apache-2.0" ,
65
65
" BSD-3-Clause" ,
66
66
" Unicode-3.0" ,
67
+ " ISC" ,
67
68
]
68
69
# The confidence threshold for detecting a license from license text.
69
70
# The higher the value, the more closely the license text must be to the
You can’t perform that action at this time.
0 commit comments