I believe that this line may unnecessary:
|
HH=$(spack find --format "{version} {hash:7}" codetools | sort -rn | head -1 | awk '{print $2}' ) |
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?
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?