Skip to content

Redundant spack load #130

@kutschke

Description

@kutschke

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions