Some checks failed
CI / Build arch-builder docker images (push) Failing after 21m32s
25 lines
774 B
TOML
25 lines
774 B
TOML
[target.aarch64-unknown-linux-musl]
|
|
linker = "/opt/x-tools/aarch64-unknown-linux-musl/bin/aarch64-unknown-linux-musl-ld"
|
|
[target.x86_64-unknown-linux-musl]
|
|
linker = "/opt/x-tools/x86_64-unknown-linux-musl/bin/x86_64-unknown-linux-musl-ld"
|
|
[target.x86_64-pc-windows-gnu]
|
|
linker = "/opt/x-tools/x86_64-w64-mingw32/bin/x86_64-w64-mingw32-gcc"
|
|
[target.armv7-unknown-linux-musleabihf]
|
|
linker = "/opt/x-tools/arm-unknown-linux-musleabihf/bin/arm-unknown-linux-musleabihf-ld"
|
|
|
|
[registries.gitea]
|
|
global-credential-providers = ["cargo:token"]
|
|
index = "sparse+https://gitea.woggioni.net/api/packages/woggioni/cargo/"
|
|
|
|
[net]
|
|
git-fetch-with-cli = true
|
|
|
|
[profile.release]
|
|
opt-level = 3
|
|
codegen-units = 4
|
|
lto = true
|
|
strip = true
|
|
|
|
[build]
|
|
rustc-wrapper = "/home/luser/.cargo/bin/sccache"
|