Skip to content

Commit

Permalink
Per #2611, changed value of MAKE_ARGS to '-j 5' in order to get it to…
Browse files Browse the repository at this point in the history
… work in the Docker environment
  • Loading branch information
jprestop committed Nov 9, 2023
1 parent 3f0e1f9 commit d55ea77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/scripts/environment/development.docker
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export MET_FONT_DIR=${MET_TEST_INPUT}/fonts
export MET_TEST_RSCRIPT=/usr/bin/Rscript

# set make arguments to build using multiple jobs
export MAKE_ARGS=-j
export MAKE_ARGS="-j 5"

export TEST_BASE=/met
export COMPILER=gnu_12.2.0
Expand Down

0 comments on commit d55ea77

Please sign in to comment.