juergbi commented on code in PR #2066: URL: https://github.com/apache/buildstream/pull/2066#discussion_r2362988700
########## .github/workflows/ci.yml: ########## @@ -26,7 +26,7 @@ concurrency: jobs: tests: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 Review Comment: Unfortunately, the only standard Linux GitHub runner flavors are ubuntu-22.04 and ubuntu-24.04. I would also prefer staying away from the broken Ubuntu 24.04 but it seems we have no choice. There is a bug in aa-teardown that results in a non-zero exit code despite unloading the profiles, as I understand it. https://bugs.launchpad.net/ubuntu/+source/apparmor/+bug/2093797. Should be fixed upstream https://gitlab.com/apparmor/apparmor/-/merge_requests/1484 but still seems to be an issue in Ubuntu 24.04. Relevant GitHub issue: https://github.com/actions/runner-images/issues/10015 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
