You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Build failed in ci env (github action), runs-on ubuntu-latest.
Output:
error: failed to run custom build command for `wayland-client v0.23.6`
##[error]failed to run custom build command for `wayland-client v0.23.6`
Caused by:
process didn't exit successfully: `/home/runner/work/Holiday/Holiday/target/debug/build/wayland-client-d6fb7ac1cff2eace/build-script-build` (signal: 6, SIGABRT: process abort signal)
--- stdout
cargo:rerun-if-changed=./wayland.xml
warning: build failed, waiting for other jobs to finish...
##[warning]error: build failed
##[error]The process '/usr/share/rust/.cargo/bin/cargo' failed with exit code 101
Well, that's extremely difficult to guess what causes the build script to SIGABRT like that. wayland-client's build script is just a codegen script, it reads an XML files and generates a rust source file, that's about it.
Given you are using panic=abort, I suspect the build script is actually panicking? If that's the case, that'll be difficult to pinpoint the issue without the panic message and associated stacktrace.
Build failed in ci env (github action), runs-on
ubuntu-latest
.Output:
Run
cargo test
with below arguments:more detail: https://github.com/M-Adoo/Holiday/pull/9/checks?check_run_id=656948665
The text was updated successfully, but these errors were encountered: