Skip to content

Commit c1896ca

Browse files
authored
bump softnpu (#577)
1 parent 0f7a50a commit c1896ca

File tree

4 files changed

+446
-8
lines changed

4 files changed

+446
-8
lines changed

.cargo/config.toml

+5
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
11
[alias]
22
xtask = "run --package xtask --quiet --"
3+
4+
[env]
5+
# Currently required by Falcon due to
6+
# https://github.com/rust-lang/cargo/issues/3946#issuecomment-973132993
7+
CARGO_WORKSPACE_DIR = { value = "", relative = true }

.github/buildomat/jobs/falcon-build.sh

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ rustc --version
1818

1919
banner check
2020
ptime -m cargo check --features falcon
21+
ptime -m cargo clippy --features falcon --all-targets
2122

2223
banner build
2324
ptime -m cargo build --features falcon --release \

0 commit comments

Comments
 (0)