Skip to content

Commit 0d13d5a

Browse files
authored
Fix deploy script. (#313)
1 parent dbf65cf commit 0d13d5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/deploy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def configure_env(args, env_name):
9999

100100
accumulator.update_configs()
101101

102-
concretize("--force -j 1")
102+
concretize("--force")
103103
if args.depfile:
104104
env("depfile", "-o", os.path.join(e.path, "Makefile"))
105105
if args.pre_fetch:

0 commit comments

Comments
 (0)