From 56ccc49f3e543751f4d1b638a4c8ea087e80a5cc Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Thu, 28 Apr 2022 09:42:13 +0200 Subject: [PATCH] do not build sfa on f35 --- lxc.mk | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/lxc.mk b/lxc.mk index 59f239f8..8db78c73 100644 --- 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 -- 2.43.0