b46f967474
Changes from Bullseye slave container: * Python 2 is no longer available at all * Python 3.11 (instead of Python 3.9) * GCC 12 (instead of GCC 10) * Python ipaddr package is no longer available * OpenJDK 17 (instead of OpenJDK 11) * Remove doxygen armhf manual compilation (no longer needed) * Disable FIPS, as the FIPS binaries are currently not yet available * Install Python setuptools through Debian instead of pip * Install Python wheel through Debian instead of pip * Install Python nose through Debian instead of pip * Install Python j2cli through Debian instead of pip * Install Python pexpect through Debian instead of pip * Install Python parameterized through Debian instead of pip * Install Python pyyaml through Debian instead of pip * Install Python pyfakefs through Debian instead of pip * Install Python m2crypto through Debian instead of pip * Python pympler 1.0 (instead of 0.8) * Install Python build (as a replacement to setup.py) Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com>
11 lines
321 B
Diff
11 lines
321 B
Diff
--- a/tags.py 2022-07-12 00:07:22.710207780 +0000
|
|
+++ b/tags.py 2022-07-12 00:07:13.185890659 +0000
|
|
@@ -424,7 +424,6 @@
|
|
_, arch = linux.split("_", 1)
|
|
yield from _manylinux.platform_tags(linux, arch)
|
|
yield from _musllinux.platform_tags(arch)
|
|
- yield linux
|
|
|
|
|
|
def _generic_platforms() -> Iterator[str]:
|