Closed mkoeppe closed 3 years ago
Description changed:
---
+++
@@ -9,4 +9,5 @@
So we should probably drop this configuration (added in #31526) from the CI
-
+(`debian-jessie-gcc_spkg` does not appear to be affected by this problem.
+Other configurations added in #31526 have not completed yet in https://github.com/sagemath/sage/actions/runs/1062866954)
Description changed:
---
+++
@@ -7,7 +7,6 @@
(https://github.com/sagemath/sage/runs/3151314694?check_suite_focus=true)
-So we should probably drop this configuration (added in #31526) from the CI +So we should probably drop these configurations (added in #31526) from the CI
-(debian-jessie-gcc_spkg
does not appear to be affected by this problem.
-Other configurations added in #31526 have not completed yet in https://github.com/sagemath/sage/actions/runs/1062866954)
+(debian-jessie-gcc_spkg
and centos-7-gcc_spkg
do not appear to be affected by this problem.)
Author: Matthias Koeppe
Description changed:
---
+++
@@ -7,6 +7,9 @@
(https://github.com/sagemath/sage/runs/3151314694?check_suite_focus=true)
-So we should probably drop these configurations (added in #31526) from the CI +So in this ticket we drop these configurations (added in #31526) from the CI.
(debian-jessie-gcc_spkg
and centos-7-gcc_spkg
do not appear to be affected by this problem.)
+
+We also restore the configuration centos-7-i386-gcc_spkg
, which had been dropped by an editing mistake in #31526.
+
New commits:
dc1acfd | .github/workflows/tox-{optional,experimental}.yml: Remove ubuntu-trusty-gcc_spkg, linuxmint-17-gcc_spkg; restore centos-7-i386-gcc_spkg |
This approach is fine. A different apporach is to compile with SAGE_FAT_BINARY
which might be a solution here. However, I don't know if it is worth it for such old systems.
Reviewer: Jonathan Kliem
Replying to @kliem:
A different apporach is to compile with
SAGE_FAT_BINARY
which might be a solution here. However, I don't know if it is worth it for such old systems.
Let's not do that, it's getting too complicated
Let's get this in please.
Sorry, I forgot about this.
Changed branch from u/mkoeppe/_ubuntu_trusty_linuxmint_17__gcc_spkgnumpyntlnauty____fail_to_build to dc1acfd
We install a modern gcc, but without modern binutils we get a lot of errors like this:
(https://github.com/sagemath/sage/runs/3151314694?check_suite_focus=true)
So in this ticket we drop these configurations (added in #31526) from the CI.
(
debian-jessie-gcc_spkg
andcentos-7-gcc_spkg
do not appear to be affected by this problem.)We also restore the configuration
centos-7-i386-gcc_spkg
, which had been dropped by an editing mistake in #31526.CC: @kliem @dimpase
Component: porting
Author: Matthias Koeppe
Branch/Commit:
dc1acfd
Reviewer: Jonathan Kliem
Issue created by migration from https://trac.sagemath.org/ticket/32281