Skip to content

Commit

Permalink
Unveiled error messages
Browse files Browse the repository at this point in the history
  • Loading branch information
adcroft committed Oct 21, 2024
1 parent 642364e commit 8f24b5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/MRS/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ $(CACHE_DIR)/build-%-$(CI_PIPELINE_ID).tgz:
make -f tools/MRS/Makefile.clone clone_gfdl -s
@echo -e "\e[0Ksection_end:`date +%s`:clone-$*\r\e[0K"
@echo -e "\e[0Ksection_start:`date +%s`:build-$*[collapsed=true]\r\e[0KCompiling executables for $*"
time make -f tools/MRS/Makefile.build $(subst -,_,$*) -s -j
time make -f tools/MRS/Makefile.build $(subst -,_,$*) -j LOG=
@echo -e "\e[0Ksection_end:`date +%s`:build-$*\r\e[0K"
(test -w $(@D)/ && time tar zvcf $@ `find build/$(lastword $(subst -, ,$*)) -name MOM6`) || echo Not tarring
pipeline-build-gnu-oceanonly-nolibs:
Expand Down

0 comments on commit 8f24b5a

Please sign in to comment.