Skip to content

Commit

Permalink
set EESSI_CVMFS_REPO and EESSI_VERSION to correct values for RISC-V repo
Browse files Browse the repository at this point in the history
  • Loading branch information
bedroge committed May 7, 2024
1 parent 9166fc5 commit ab535f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions init/eessi_defaults
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
# license: GPLv2
#

export EESSI_CVMFS_REPO="${EESSI_CVMFS_REPO_OVERRIDE:=/cvmfs/software.eessi.io}"
export EESSI_VERSION="${EESSI_VERSION_OVERRIDE:=2023.06}"
export EESSI_CVMFS_REPO="${EESSI_CVMFS_REPO_OVERRIDE:=/cvmfs/riscv.eessi.io}"
export EESSI_VERSION="${EESSI_VERSION_OVERRIDE:=20240402}"
# use archdetect by default, unless otherwise specified
export EESSI_USE_ARCHDETECT="${EESSI_USE_ARCHDETECT:=1}"
export EESSI_USE_ARCHSPEC="${EESSI_USE_ARCHSPEC:=0}"

0 comments on commit ab535f6

Please sign in to comment.