Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions bin/junest
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,17 @@ JUNEST_BASE="$(dirname $0)/.."

source "${JUNEST_BASE}/lib/core.sh"

###################################
### Prep environment ###
###################################

# clear out environment variables that may affect builds done within
# the Arch chroot; for example AUR builds with yaourt

unset PKG_CONFIG_PATH LD_LIBRARY_PATH C_INCLUDE_PATH \
MODULEBUILDRC MODULEPATH MODULESHOME \
PERL_MM_OPT PERL5LIB

###################################
### General functions ###
###################################
Expand Down