You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are overall settings which ask all package bin to be added to PATH. The one for libs and LD_LIBRARY_PATH is turned off. env's unique to the package would be set in the recipe.
I believe that this line may unnecessary:
codetools/bin/github/jenkins_tests/mu2e-offline-build-test/build.sh
Line 9 in ef4bd04
The bin is already in our path. See:
https://buildmaster.fnal.gov/buildmaster/view/mu2e/job/GitHubPRTests/job/mu2e-offline-build-test/configure
in the Repository URL line of the Git stanza, plus the line
PATH=$WORKSPACE/codetools/bin:$PATH
at the start of the script in the "Execute shell" section.
Are there any env variables etc that spack load defines that are not covered by the above?
The text was updated successfully, but these errors were encountered: