"git@git.duniter.org:clients/gecko.git" did not exist on "fbff8a6a9146cc881b4989348d097f45981e54ee"
Toolchain `nightly-2024-09-04` is not available for Darwin
Here are the logs:
cargo build ~/dev/duniter-v2s
Compiling unicode-ident v1.0.13
Compiling proc-macro2 v1.0.89
Compiling libc v0.2.162
Compiling cfg-if v1.0.0
Compiling version_check v0.9.5
Compiling autocfg v1.4.0
Compiling serde v1.0.215
Compiling once_cell v1.20.2
Compiling typenum v1.17.0
Compiling bytes v1.8.0
error[E0463]: can't find crate for `std`
|
= note: the `aarch64-apple-darwin` target may not be installed
= help: consider downloading the target with `rustup target add aarch64-apple-darwin`
= help: consider building the standard library from source with `cargo build -Zbuild-std`
For more information about this error, try `rustc --explain E0463`.
error: could not compile `proc-macro2` (build script) due to 1 previous error
warning: build failed, waiting for other jobs to finish...
error[E0463]: can't find crate for `core`
|
= note: the `aarch64-apple-darwin` target may not be installed
= help: consider downloading the target with `rustup target add aarch64-apple-darwin`
= help: consider building the standard library from source with `cargo build -Zbuild-std`
error: could not compile `cfg-if` (lib) due to 1 previous error
error: could not compile `bytes` (lib) due to 1 previous error
error: could not compile `serde` (build script) due to 1 previous error
error: could not compile `once_cell` (lib) due to 1 previous error
error: could not compile `libc` (build script) due to 1 previous error
error: could not compile `autocfg` (lib) due to 1 previous error
error: could not compile `unicode-ident` (lib) due to 1 previous error
error: could not compile `typenum` (build script) due to 1 previous error
error: could not compile `version_check` (lib) due to 1 previous error
However, nightly-2024-09-03
or nightly-2024-09-05
are OK.