Skip to content

Commit 1ab9df1

Browse files
committed
Don't run everything to debug
1 parent 612f07b commit 1ab9df1

1 file changed

Lines changed: 10 additions & 9 deletions

File tree

outputs/Makefile

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,16 @@ update-outputs: run
3232
cat $$raw | perl -pe 's/\x1b]0;.+?\x07//g' | perl -pe 's/\x1b\[\d+F\x1b\[J//g' | perl -pe 's/\033\[([01];)?\d+m//g' | col -bp | sed '/^==> Waiting for/d' > $$out; \
3333
done
3434

35-
run: run-scripting
36-
37-
run-scripting: run-cache scripting.sh
38-
run-cache: run-dev cache.sh
39-
run-dev: run-packaging dev.sh
40-
run-packaging: run-stacks packaging.sh
41-
run-stacks: run-environments stacks.sh
42-
run-environments: run-basics environments.sh
43-
run-basics: basics.sh init_spack.sh defs.sh
35+
# run: run-scripting
36+
run: run-stacks
37+
38+
# run-scripting: run-cache scripting.sh
39+
# run-cache: run-dev cache.sh
40+
# run-dev: run-packaging dev.sh
41+
# run-packaging: run-stacks packaging.sh
42+
# run-stacks: run-environments stacks.sh
43+
# run-environments: run-basics environments.sh
44+
# run-basics: basics.sh init_spack.sh defs.sh
4445

4546
local: local-scripting
4647
local-scripting: local-cache scripting.sh

0 commit comments

Comments
 (0)