diff options
| author | Joseph Myers <josmyers@redhat.com> | 2025-05-28 14:15:51 +0000 |
|---|---|---|
| committer | Joseph Myers <josmyers@redhat.com> | 2025-05-28 14:15:51 +0000 |
| commit | 3473526758532d7356be80c7950e476e235b5fb2 (patch) | |
| tree | c62093d4b6fdb6200fb7acae7e38ce117570a0ff /scripts | |
| parent | ea30c6703055ea2ef4584c32df8d30a41b945bdf (diff) | |
Use Linux 6.15 in build-many-glibcs.py
Tested with build-many-glibcs.py (host-libraries, compilers and glibcs
builds).
Reviewed-by: Florian Weimer <fweimer@redhat.com>
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/build-many-glibcs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py index fa3e75defe..36b1044c28 100755 --- a/scripts/build-many-glibcs.py +++ b/scripts/build-many-glibcs.py @@ -837,7 +837,7 @@ class Context(object): 'gcc': 'vcs-14', 'glibc': 'vcs-mainline', 'gmp': '6.3.0', - 'linux': '6.14', + 'linux': '6.15', 'mpc': '1.3.1', 'mpfr': '4.2.2', 'mig': 'vcs-mainline', |
