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
When attempting to install via the PKGBUILD, I encountered the following error:
error: failed to get `compiler_builtins` as a dependency of package `std v0.0.0 (/home/jt/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std)`
Caused by:
attempting to make an HTTP request, but --frozen was specified
I have to admit that I am unfamiliar with Rust and Cargo, so this might not be a problem of the pkgbuild but my incompetence. Still would be happy to get a hint how to resolve this issue.
The text was updated successfully, but these errors were encountered:
Hmm, haven't seen that error before. Try using rustup to install nightly rustc/cargo if you're not already. (The code itself doesn't rely on any nightly features, but I'm using it in the build process to optimise the binary size)
When attempting to install via the PKGBUILD, I encountered the following error:
I have to admit that I am unfamiliar with Rust and Cargo, so this might not be a problem of the pkgbuild but my incompetence. Still would be happy to get a hint how to resolve this issue.
The text was updated successfully, but these errors were encountered: