-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
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?
Metadata
Metadata
Assignees
Labels
No labels