Skip to content

Commit

Permalink
switch back to using archspec
Browse files Browse the repository at this point in the history
  • Loading branch information
truib committed Jan 16, 2024
1 parent 4ed3a63 commit 7ec0edd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions init/eessi_defaults
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@
export EESSI_CVMFS_REPO="${EESSI_CVMFS_REPO_OVERRIDE:=/cvmfs/pilot.nessi.no}"
export EESSI_VERSION="${EESSI_VERSION_OVERRIDE:=2023.06}"
# use archdetect by default, unless otherwise specified
export EESSI_USE_ARCHDETECT="${EESSI_USE_ARCHDETECT:=1}"
export EESSI_USE_ARCHSPEC="${EESSI_USE_ARCHSPEC:=0}"
# 2024-01-16: switch back to archspec with NESSI for now
export EESSI_USE_ARCHDETECT="${EESSI_USE_ARCHDETECT:=0}"
export EESSI_USE_ARCHSPEC="${EESSI_USE_ARCHSPEC:=1}"

0 comments on commit 7ec0edd

Please sign in to comment.