Skip to content

Commit

Permalink
Add module purge to top of build to prevent error with eva loaded
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Degelia committed Sep 3, 2024
1 parent 68512f3 commit 3dc0974
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
# 2 - configure; build; install
# 4 - optional, run unit tests

module purge
set -eu
START=$(date +%s)
dir_root="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
Expand Down

0 comments on commit 3dc0974

Please sign in to comment.