-
Notifications
You must be signed in to change notification settings - Fork 173
Closed
Labels
nominatedIssue nominated as discussion topic for the Embedded WG meetingIssue nominated as discussion topic for the Embedded WG meeting
Description
After the 0.4.0 update of cortex-m-semihosting we are seeing breakage in RTIC CI pipeline as follows:
error: failed to run custom build command for `cortex-m-semihosting v0.4.0`
Caused by:
process didn't exit successfully: `/home/emifre/Git/rtic/cortex-m-rtic/target/debug/build/cortex-m-semihosting-6c5d0dd3173d1553/build-script-build` (exit code: 101)
--- stderr
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }', /home/emifre/.cargo/registry/src/git.colasdn.top-1ecc6299db9ec823/cortex-m-semihosting-0.4.0/build.rs:15:14
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
warning: build failed, waiting for other jobs to finish...
error: build failed
No idea what is actually wrong here, but it seems something broke in the latest release?
Metadata
Metadata
Assignees
Labels
nominatedIssue nominated as discussion topic for the Embedded WG meetingIssue nominated as discussion topic for the Embedded WG meeting