Skip to content

workflow: fix builds with scarthgap - #165

Merged
b3n-l merged 2 commits into
mainfrom
jogo_cache_management_python
May 20, 2026
Merged

workflow: fix builds with scarthgap#165
b3n-l merged 2 commits into
mainfrom
jogo_cache_management_python

Conversation

@KanjiMonster

@KanjiMonster KanjiMonster commented May 6, 2026

Copy link
Copy Markdown
Contributor

Fix two issues causing our build CI fail since the switch to scarthgap:

  1. In newer Yocto versions sstate-cache-management.sh was rewritten in python, so check for sstate-cache-management.py first and use that if it exists.
  2. The armel-iproc build could take more than 6 hours, running into the default job timeout of 360 minutes (x86 is at ~5:50 or so). Increase the limit by another 60 minutes to allow it to pass.

@KanjiMonster
KanjiMonster force-pushed the jogo_cache_management_python branch 4 times, most recently from d5919d9 to 7b5a7bf Compare May 12, 2026 12:58
In newer Yocto versions sstate-cache-management.sh was rewritten in
python, so update the script name accordingly.

Signed-off-by: Jonas Gorski <jonas.gorski@bisdn.de>
The ARM build may take more than 6 hours, so increase the timeout to
allow it to finish.

Signed-off-by: Jonas Gorski <jonas.gorski@bisdn.de>
@KanjiMonster
KanjiMonster force-pushed the jogo_cache_management_python branch from 7b5a7bf to 44d271b Compare May 18, 2026 07:17
@KanjiMonster KanjiMonster changed the title build-bisdn-linux.yml: check for sstate-cache-management.py workflow: check for sstate-cache-management.py and increase build timeout May 18, 2026
@KanjiMonster KanjiMonster changed the title workflow: check for sstate-cache-management.py and increase build timeout workflow: fix builds with scarthgap May 18, 2026
@KanjiMonster
KanjiMonster requested a review from b3n-l May 18, 2026 07:20
@KanjiMonster
KanjiMonster marked this pull request as ready for review May 18, 2026 07:20
@b3n-l
b3n-l merged commit c4de397 into main May 20, 2026
3 checks passed
@b3n-l
b3n-l deleted the jogo_cache_management_python branch May 20, 2026 09:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants