do not build sfa on f35
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Thu, 28 Apr 2022 07:42:13 +0000 (09:42 +0200)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Thu, 28 Apr 2022 07:42:13 +0000 (09:42 +0200)
lxc.mk

diff --git a/lxc.mk b/lxc.mk
index 59f239f..8db78c7 100644 (file)
--- a/lxc.mk
+++ b/lxc.mk
@@ -429,9 +429,15 @@ ALL += release
 # to the underlying myplc, we get SSL handshake issues
 # so, let's keep this out of the way for now
 # 2019 mar 27: reinstating for hopefully connecting fed4fire
-#
-#ifneq "$(DISTRONAME)" "$(filter $(DISTRONAME), f27 f29 f31)"
+# 2022 apr 28:
+# we currently run on r2labapi.inria.fr a hybrid f33/f34/f35
+# that has python2 (recipe from f33) + php-7.4 (from f34) and httpd-2.4.53 (from f35)
+# and we'll hold to that until end of june 2022
+# however the python2 ecosystem is too far-fetched now
+# so we're dropping for good support for sfa, last version is f33
+#
+ifeq "$(DISTRONAME)" "$(filter $(DISTRONAME), f33)"
 sfa-MODULES := sfa
 sfa-SPEC := sfa.spec
 ALL += sfa
-#endif
+endif