fix: keep Cargo artifacts local to workdirs
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
[build]
|
|
||||||
build-dir = "{cargo-cache-home}/build/yoi"
|
|
||||||
incremental = false
|
|
||||||
+1
-2
@@ -13,9 +13,8 @@ pkgs.mkShell {
|
|||||||
PLAYWRIGHT_BROWSERS_PATH = "${pkgs.playwright-driver.browsers}";
|
PLAYWRIGHT_BROWSERS_PATH = "${pkgs.playwright-driver.browsers}";
|
||||||
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD = "1";
|
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD = "1";
|
||||||
|
|
||||||
# sccache is additive to Cargo's shared build-dir, so keep its disk usage bounded.
|
# Cache storage and limits belong to the host's sccache configuration.
|
||||||
RUSTC_WRAPPER = "${pkgs.sccache}/bin/sccache";
|
RUSTC_WRAPPER = "${pkgs.sccache}/bin/sccache";
|
||||||
SCCACHE_CACHE_SIZE = "5G";
|
|
||||||
|
|
||||||
buildInputs = with pkgs; [
|
buildInputs = with pkgs; [
|
||||||
pkg-config
|
pkg-config
|
||||||
|
|||||||
Reference in New Issue
Block a user