Re: [PATCH v2 13/13] build-many-glibcs.py: Update Linux kernel version to 7.1
Florian Weimer <[email protected]>
| Newsgroups | gmane.comp.lib.glibc.alpha |
|---|---|
| Message-ID | <[email protected]> |
* Adhemerval Zanella: > Use the 7.1 release as the default Linux kernel version for building test > compilers and headers. > --- > scripts/build-many-glibcs.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py > index 23db975606e..f6fc0e376b3 100755 > --- a/scripts/build-many-glibcs.py > +++ b/scripts/build-many-glibcs.py > @@ -870,7 +870,7 @@ class Context(object): > 'gcc': 'vcs-15', > 'glibc': 'vcs-mainline', > 'gmp': '6.3.0', > - 'linux': '7.0', > + 'linux': '7.1', > 'mpc': '1.4.1', > 'mpfr': '4.2.2', > 'mig': 'vcs-mainline', Okay. Reviewed-by: Florian Weimer <[email protected]> Thanks, Florian