{2026.06} graniterapids easystack 002 - #1609
Conversation
|
bot: build repo:eessi.io-2026.06-software instance:eessi-bot-aws-eu-south for:arch=x86_64/intel/graniterapids |
|
New job on instance
|
|
Why is CI failing here? 🤔 |
It's suddenly complaining that something is missing (for Edit: it's indeed missing for aarch64, but I suppose that's intended. It's the same for 2025.06, so how did we prevent CI failures for that version? |
The one it's complaining for is only in EESSI 2026.06, so must be related to changed made to API data: For EESSI 2025.06, we're probably listing that somewhere as "known to be missing"? |
|
I suspect this is the first time the updated CI has come up against an arch-specific dependency for a rebuild...the logic may need a tweak. |
|
No, not it. Aocl-blas is an arch-specific dep of flexiblas, it should be filtered for Arm but it is listed explicitly here which (correctly) triggers the failure |
|
@bedroge We need something we can regex in the path to catch the architecture family...maybe if we place the easystack in an architecture family subdirectory |
Done. I could also just comment AOCL-BLAS in the easystack, but maybe that's not very clean... |
No description provided.