File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,11 +32,6 @@ 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 :
36- $(DOCKER ) run $(DOCKER_RUN_OPTS ) --rm -t \
37- --mount type=bind,source=$(CURDIR ) ,target=/project \
38- ${container} make -f /project/Makefile local
39-
4035local : local-scripting
4136local-scripting : local-dev scripting.sh
4237# local-cache: local-dev cache.sh
@@ -50,9 +45,14 @@ local-basics: basics.sh init_spack.sh defs.sh
5045local-% : % .sh init_spack.sh defs.sh
5146 $(CURDIR ) /$(@:local-%=% ) .sh
5247
48+ run :
49+ $(DOCKER ) run $(DOCKER_RUN_OPTS ) --rm -t \
50+ --mount type=bind,source=$(CURDIR ) ,target=/project -w /project \
51+ ${container} make local
52+
5353interactive :
5454 $(DOCKER ) run $(DOCKER_RUN_OPTS ) --rm -it \
55- --mount type=bind,source=$(CURDIR ) ,target=/project \
55+ --mount type=bind,source=$(CURDIR ) ,target=/project -w /project \
5656 ${container}
5757
5858$(addprefix clean-,$(sections ) ) :
You can’t perform that action at this time.
0 commit comments