updated arch builder
Some checks failed
CI / Build arch-builder docker images (push) Failing after 27m58s
Some checks failed
CI / Build arch-builder docker images (push) Failing after 27m58s
This commit is contained in:
23
arch-builder/config-sccache.toml
Normal file
23
arch-builder/config-sccache.toml
Normal file
@@ -0,0 +1,23 @@
|
||||
[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
|
||||
lto = true
|
||||
strip = true
|
||||
|
||||
[build]
|
||||
rustc-wrapper = "/usr/bin/sccache"
|
||||
Reference in New Issue
Block a user