about summary refs log tree commit diff
path: root/web/bubblegum
diff options
context:
space:
mode:
authorsterni <sternenseemann@systemli.org>2021-10-09T14·49+0200
committersterni <sternenseemann@systemli.org>2021-10-10T10·03+0000
commite7c0d6eb12abc26dacc5649af827b51fdac3f749 (patch)
tree4e48bfbb9a07d13fb34dd6024569cf32150a379d /web/bubblegum
parent2397fd8d569c5006b52a6afe677e0a597599c909 (diff)
refactor(web/bubblegum): avoid dumping depot into store r/2958
cleanSource needs to import the path into store which is quite slow at
this point. Since we are filtering the path later anyways, using the
original path is probably perfectly fine and speeds up builds (which is
nice when iterating on something).

Change-Id: I0628854d754b5903eb4ae93a3c3e2539b2c1c7e9
Reviewed-on: https://cl.tvl.fyi/c/depot/+/3705
Tested-by: BuildkiteCI
Reviewed-by: tazjin <mail@tazj.in>
Diffstat (limited to 'web/bubblegum')
-rw-r--r--web/bubblegum/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/bubblegum/default.nix b/web/bubblegum/default.nix
index 5ee4614561..1fbe544bce 100644
--- a/web/bubblegum/default.nix
+++ b/web/bubblegum/default.nix
@@ -10,7 +10,7 @@ let
     nint
     ;
 
-  minimalDepot = sparseTree depot.path [
+  minimalDepot = sparseTree depot.path.origSrc [
     # general depot things
     "default.nix"
     "nix/readTree"