fix for CI embedded compilation
Some checks failed
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
Some checks failed
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
This commit is contained in:
parent
68906fe333
commit
6635baddd6
2
automation/Jenkinsfile
vendored
2
automation/Jenkinsfile
vendored
@ -47,7 +47,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
stage('Check Cross Embedded Bare Metal') {
|
stage('Check Cross Embedded Bare Metal') {
|
||||||
steps {
|
steps {
|
||||||
sh 'cargo check -p satrs-core --target thumbv7em-none-eabihf --no-default-features'
|
sh 'cargo check -p satrs --target thumbv7em-none-eabihf --no-default-features'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Check Cross Embedded Linux') {
|
stage('Check Cross Embedded Linux') {
|
||||||
|
Loading…
Reference in New Issue
Block a user