-
```
0:00:01.276 => yabridgectl-5.1.0-r0: running prepare...
[vendoring etc]
0:00:02.068 => yabridgectl-5.1.0-r0: running patch hook: 000_patches...
0:00:02.070 => yabridgectl-5.1.0-r0: running set…
-
At the moment, we directly invoke `cargo` using `Command::new` to build the `test-kernels`. A cleaner approach would be using `cargo` as a library instead.
See: https://docs.rs/cargo/latest/cargo/
…
-
I've made sure I have all the installed dependencies such as rustup, brew etc
When I try to run the build command:
I get this error:
error: failed to run custom build command for `solochain-t…
-
I use `help2man` to generate the man page for my project, and that needs to run post-build but before deb generation. Right now I generate the man page manually and add it to the repo. That works, but…
-
I'm following the steps under "macos installation" in the docs: https://docs.screenpi.pe/docs/getting-started. Specifically, I'm trying to build the Desktop app from source.
Everything until and i…
-
```
Failed to build pydantic-core
qa: exit 1 (13.40 seconds) /home/runner/work/luma.core/luma.core> python -I -m pip install '.[qa]' pid=2954
Compiling static_assertions v1.1.0
C…
-
I am trying build my rust project by nix, and I want build project by `cargo zigbuild`, But currently there is no such feature:
https://github.com/NixOS/nixpkgs/blob/63c3b5e06fa0f877f974ef92dfe90d3…
-
I updated a crate that pulled in a new `wayland-sys`, and now I get the following error on CI:
```
error: failed to run custom build command for `wayland-sys v0.31.5`
Caused by:
process didn…
-
Compiling jarvis-app v0.0.3 (C:\Users\svl75\PycharmProjects\jarvis-master\gui\src-tauri)
error: failed to run custom build command for `jarvis-app v0.0.3 (C:\Users\svl75\PycharmProjects\jarvis-mas…
-
Since some time cosmic-panel cannot be built because a git-checkout always fails. By the way, the same thing also happens with cosmic-settings.
```
if ! ischroot && test "1" = "1"; then \
mkdi…