-
Notifications
You must be signed in to change notification settings - Fork 66
Fix symlink failure easystacks #1156
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
bot: build repo:eessi.io-2025.06-software instance:eessi-bot-mc-aws arch:x86_64/amd/zen2 |
|
New job on instance
|
| # - common files like LICENSE and README.md | ||
| # - 'bot' subdirectory, there we need to be a bit more careful (see below) | ||
| for file in $(ls software-layer-scripts | egrep -v 'LICENSE|README.md|^bot'); do | ||
| for file in $(ls software-layer-scripts | egrep -v 'easystacks|LICENSE|README.md|^bot'); do |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Makes perfect sense, I never anticipated to find an easystacks folder in software-layer-scripts, but it made sense in the context of EESSI/software-layer-scripts#59
240a472 to
98ff5bd
Compare
#1146 has build issues, because of the
easystacksdir fromsoftware-layer-scriptsis being linked in.Here, we modify the
bot/build.shscript to make sure that symlink isn't created (it's not needed / shouldn't be there anyway), and see if that fixes things. If it does, I'll take out the GCC builds, and push this as a separate fix.