diff options
author | Sam James <sam@gentoo.org> | 2024-03-16 07:00:23 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-03-23 15:40:51 +0000 |
commit | 1d93a491096f1cc0234fcf44458bfec142c213bb (patch) | |
tree | 8151d377791c8cdc53de1c5b328f3c6742e58321 /sys-devel/gcc/gcc-10.5.0.ebuild | |
parent | toolchain.eclass: install test results as orphaned files in /var/cache/gcc (diff) | |
download | gentoo-1d93a491096f1cc0234fcf44458bfec142c213bb.tar.gz gentoo-1d93a491096f1cc0234fcf44458bfec142c213bb.tar.bz2 gentoo-1d93a491096f1cc0234fcf44458bfec142c213bb.zip |
toolchain.eclass: rework tests more
Rework src_test around contrib/testsuite-management/validate_failures.py
in gcc.git.
This script is being used by the new Linaro CI effort and it appears well-suited
to us, as it allows marking expected failures easily.
Followup to 9ac3f1cf62b522236ba9efd7e923071c37df1e6d.
Bug: https://bugs.gentoo.org/214345
Bug: https://bugs.gentoo.org/253926
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-devel/gcc/gcc-10.5.0.ebuild')
-rw-r--r-- | sys-devel/gcc/gcc-10.5.0.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys-devel/gcc/gcc-10.5.0.ebuild b/sys-devel/gcc/gcc-10.5.0.ebuild index bd81637a76e6..0dc97e679afc 100644 --- a/sys-devel/gcc/gcc-10.5.0.ebuild +++ b/sys-devel/gcc/gcc-10.5.0.ebuild @@ -8,6 +8,7 @@ PATCH_GCC_VER="10.5.0" PATCH_VER="6" MUSL_VER="2" MUSL_GCC_VER="10.5.0" +PYTHON_COMPAT=( python3_{10..11} ) if [[ ${PV} == *.9999 ]] ; then MY_PV_2=$(ver_cut 2) |