fixed patch to sccache
All checks were successful
CI / Build arch-builder docker images (push) Successful in 6m18s

This commit is contained in:
2025-04-08 19:05:01 +08:00
parent ac9f368826
commit d49736eb2d

View File

@@ -16,9 +16,8 @@ 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"
rustc-wrapper = "/usr/sbin/sccache"