Merge branch 'main' into try-to-make-no-std-build
Some checks are pending
Rust/sat-rs/pipeline/pr-main Build queued...
Some checks are pending
Rust/sat-rs/pipeline/pr-main Build queued...
This commit is contained in:
commit
ca0816e54e
2
automation/Jenkinsfile
vendored
2
automation/Jenkinsfile
vendored
@ -40,7 +40,7 @@ pipeline {
|
||||
}
|
||||
stage('Check Cross Embedded Bare Metal') {
|
||||
steps {
|
||||
sh 'cargo check --target thumbv7em-none-eabihf --no-default-features'
|
||||
sh 'cargo check -p satrs-core --target thumbv7em-none-eabihf --no-default-features'
|
||||
}
|
||||
}
|
||||
stage('Check Cross Embedded Linux') {
|
||||
|
Loading…
Reference in New Issue
Block a user