diff options
author | Joseph Myers <joseph@codesourcery.com> | 2019-05-07 22:45:51 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2019-05-07 22:45:51 +0000 |
commit | 13d09318889f5498418aca4c1755c050ce5883d3 (patch) | |
tree | eb10455eefddbd32afd3a2fb8572265f6d62434a /scripts | |
parent | c2b11710fb4a2e8d337ae8f042724143c5ccf173 (diff) | |
download | glibc-13d09318889f5498418aca4c1755c050ce5883d3.tar glibc-13d09318889f5498418aca4c1755c050ce5883d3.tar.gz glibc-13d09318889f5498418aca4c1755c050ce5883d3.tar.bz2 glibc-13d09318889f5498418aca4c1755c050ce5883d3.zip |
Revert "Use Linux 5.1 in build-many-glibcs.py."
This reverts commit c2b11710fb4a2e8d337ae8f042724143c5ccf173.
Linux 5.1 headers are not in fact usable for glibc testing, because
"[PATCH] uapi: avoid namespace conflict in linux/posix_types.h"
<https://lore.kernel.org/lkml/20190319165123.3967889-1-arnd@arndb.de/>
did not get merged for 5.1 and so many conform/ tests fail.
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 5f7db23f26..6f9a35331f 100755 --- a/scripts/build-many-glibcs.py +++ b/scripts/build-many-glibcs.py @@ -714,7 +714,7 @@ class Context(object): 'gcc': 'vcs-9', 'glibc': 'vcs-mainline', 'gmp': '6.1.2', - 'linux': '5.1', + 'linux': '5.0', 'mpc': '1.1.0', 'mpfr': '4.0.2', 'mig': 'vcs-mainline', |