File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
name : aarch64
2
2
3
3
on :
4
- push :
5
- branches : [ master ]
6
- pull_request :
7
- branches : [ master ]
4
+ workflow_run :
5
+ workflows : ["amd64", "coverage"]
6
+ types : [completed] # requested
8
7
9
8
env :
10
9
CARGO_TERM_COLOR : always
32
31
export PATH=/root/.cargo/bin:$PATH
33
32
export CARGO_TERM_COLOR=always
34
33
export CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse
35
- RUSTFLAGS="-C link-arg=-fuse-ld=lld" CARGO_BUILD_JOBS=1 cargo build --release --verbose -p libcasr
36
- RUSTFLAGS="-C link-arg=-fuse-ld=lld" CARGO_BUILD_JOBS=1 cargo build --release --verbose -p casr
34
+ export CARGO_BUILD_JOBS=1
35
+ cargo build --release --verbose -p libcasr
36
+ cargo build --release --verbose -p casr
37
37
cargo test --release --verbose --lib -- --test-threads 1
38
38
cargo test --release --verbose --package casr
You can’t perform that action at this time.
0 commit comments