File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -32,11 +32,6 @@ update-outputs: run
32
32
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; \
33
33
done
34
34
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
-
40
35
local : local-scripting
41
36
local-scripting : local-dev scripting.sh
42
37
# local-cache: local-dev cache.sh
@@ -50,9 +45,14 @@ local-basics: basics.sh init_spack.sh defs.sh
50
45
local-% : % .sh init_spack.sh defs.sh
51
46
$(CURDIR ) /$(@:local-%=% ) .sh
52
47
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
+
53
53
interactive :
54
54
$(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 \
56
56
${container}
57
57
58
58
$(addprefix clean-,$(sections ) ) :
You can’t perform that action at this time.
0 commit comments