two more fixes for building RISC-V stacks with a version suffix#140
Merged
boegel merged 2 commits intoEESSI:mainfrom Dec 18, 2025
Merged
two more fixes for building RISC-V stacks with a version suffix#140boegel merged 2 commits intoEESSI:mainfrom
boegel merged 2 commits intoEESSI:mainfrom
Conversation
Contributor
Author
|
bot: build repo:eessi.io-2023.06-software instance:eessi-bot-mc-aws for:arch=x86_64/amd/zen2 |
|
New job on instance
|
|
New job on instance
|
Contributor
|
deployed, so merging... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
#131 added support for RISC-V version suffixes to the EESSI module file, but somehow I only added this to the RISC-V 2023.06 code. This PR adds the same code to the if statement that runs code for the 2025.06 version.
Also it makes
EESSI-install-software.shlook for easystacks in directories with the version suffix, i.e. instead of having to put the RISC-V 2025.06-001 easystacks ineasystacks/riscv/2025.06we can now useeasystacks/riscv/2025.06-001. That makes more sense to me, as you likely want to start from scratch for a new version suffix (otherwise it will start building all stuff from the old suffix in the very first job).Tested this by entering the job directory of the failed job from #131, setting some environment variables that otherwise the dev repo job script and Slurm would set (
EESSI_COMPAT_LAYER_DIR_OVERRIDE,EASYBUILD_ROBOT_PATHS,EESSI_DEV_PROJECT,SLURM_JOB_ID), applying the changes from this PR, and runningsoftware-layer-scripts/bot/build.sh. This correctly installed EB 5.1.2, EESSI-extend, EB 5.1.1 (used by the easystack), and finally cowsay:So, hopefully, this is really the last PR before we can finally start building for
/cvmfs/dev.eessi.io/riscv... 😄