Message ID | alpine.DEB.2.22.394.2102152258330.3093992@digraph.polyomino.org.uk |
---|---|
State | New |
Headers | show |
Series | Use Linux 5.11 in build-many-glibcs.py | expand |
* Joseph Myers: > This patch makes build-many-glibcs.py use Linux 5.11. > > Tested with build-many-glibcs.py (host-libraries, compilers and glibcs > builds). > > diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py > index 071f338cbb..d7b66d6b14 100755 > --- a/scripts/build-many-glibcs.py > +++ b/scripts/build-many-glibcs.py > @@ -769,7 +769,7 @@ class Context(object): > 'gcc': 'vcs-10', > 'glibc': 'vcs-mainline', > 'gmp': '6.2.1', > - 'linux': '5.10', > + 'linux': '5.11', > 'mpc': '1.2.1', > 'mpfr': '4.1.0', > 'mig': 'vcs-mainline', I did a full bootstrap with this and didn't see any issue. Looks good to me. Thanks, Florian
diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py index 071f338cbb..d7b66d6b14 100755 --- a/scripts/build-many-glibcs.py +++ b/scripts/build-many-glibcs.py @@ -769,7 +769,7 @@ class Context(object): 'gcc': 'vcs-10', 'glibc': 'vcs-mainline', 'gmp': '6.2.1', - 'linux': '5.10', + 'linux': '5.11', 'mpc': '1.2.1', 'mpfr': '4.1.0', 'mig': 'vcs-mainline',