-
### Problem:
From https://github.com/rustls/rustls/issues/2133:
On Windows 10 with Microsoft Build Tools latest version as of today I get this error:
```
error: failed to run custom build co…
-
Installing the CLI from source is the primary way we advertise installing the CLI.
However, building from source is time consuming and makes some assumptions about environment setup, additional compi…
-
The result i get when I compile with cargo 1.70.0-nightly (15d090969 2023-03-21) is listed below. What am I missing?
I'm following the migration guide from 0.9.
Compiling ovmf-prebuilt v0.1.0-alp…
-
### Describe the bug
can build app of `x86_64-pc-windows-msvc` .
But cann't build android app.
Those code does not work when compiling Android in this project
```
$ cat ~/.cargo/config.toml…
-
**Is your feature request related to a problem? Please describe.**
There is no prebuilt binaries for Linux aarch64
**Describe the solution you'd like**
A clear and concise description of what you wan…
-
```
pi@REDACTED:~/$ cargo install himalaya
Updating crates.io index
Downloaded himalaya v0.9.0
Downloaded 1 crate (89.4 KB) in 0.22s
Installing himalaya v0.9.0
Updating crates.io i…
-
Would it be worth having an `napi postinstall` command that would display a warning and call `cargo build` if no pre-built binary can be found?
-
## The suggestion
Use the NZ Mac Mini to automatically create an android build when a release tag being create.
Alternatively we could do it in Jenkins, if that made it easier somehow?
### Why …
-
# Proposal
I'm proposing to remove the existing `avr-unknown-gnu-atmega328` target and replace it with a generic `avr-unknown-none` variant. This variant can be then specialized for a specific CPU (w…
-
[cargo-binstall](https://github.com/cargo-bins/cargo-binstall) is a cargo subcommand that installs prebuilt binaries of cli apps instead of compiling them on the host machine, which saves a lot of tim…