Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 5d65f877ee237153900ca686dcc1776a25c38a79
https://github.com/WebKit/WebKit/commit/5d65f877ee237153900ca686dcc1776a25c38a79
Author: Lauro Moura <[email protected]>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M Tools/CISupport/build-webkit-org/steps.py
M Tools/CISupport/build-webkit-org/steps_unittest.py
Log Message:
-----------
[Tools][CI] Fix command getting the Linux OS release
https://bugs.webkit.org/show_bug.cgi?id=305370
Reviewed by Carlos Alberto Lopez Perez.
Wrap the shell snippet getting the configuration in a bash invocation,
so buildbot can forward it to os.execvep properly.
This avoids FileNotFoundError errors when it tries to open the entire
script thinking it's a file.
* Tools/CISupport/build-webkit-org/steps.py:
(PrintConfiguration.run):
* Tools/CISupport/build-webkit-org/steps_unittest.py:
Canonical link: https://commits.webkit.org/305550@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications