Skip to content

Commit

Permalink
Fix issue in postsubmit script that was causing CI failures on OS X (…
Browse files Browse the repository at this point in the history
…because it was running make -j).
  • Loading branch information
poletti-marco committed Apr 24, 2016
1 parent 8882a97 commit 9ea3e31
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions extras/scripts/postsubmit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ linux)
;;

osx)
export COMPILER
export N_JOBS
export STLARG
extras/scripts/postsubmit-helper.sh "$@"
N=$?
;;
Expand Down

0 comments on commit 9ea3e31

Please sign in to comment.