fixed patch to sccache
All checks were successful
CI / Build arch-builder docker images (push) Successful in 6m18s
All checks were successful
CI / Build arch-builder docker images (push) Successful in 6m18s
This commit is contained in:
@@ -16,9 +16,8 @@ git-fetch-with-cli = true
|
|||||||
|
|
||||||
[profile.release]
|
[profile.release]
|
||||||
opt-level = 3
|
opt-level = 3
|
||||||
codegen-units = 4
|
|
||||||
lto = true
|
lto = true
|
||||||
strip = true
|
strip = true
|
||||||
|
|
||||||
[build]
|
[build]
|
||||||
rustc-wrapper = "/home/luser/.cargo/bin/sccache"
|
rustc-wrapper = "/usr/sbin/sccache"
|
||||||
|
Reference in New Issue
Block a user