[Tarantool-patches] [PATCH 1/2] gitlab-ci: purge Debian Jessie from CI

Igor Munkin imun at tarantool.org
Wed Jan 20 21:19:46 MSK 2021


Long term support for Debian Jessie has reached its EOL[1] and there are
no packages providing CMake 3.1 or newer for this distribution. These
packages are essential for implementing LuaJIT self-sufficient testing
environment. See more info in the next patch.

[1]: https://www.debian.org/News/2020/20200709

Relates to #4862

Signed-off-by: Igor Munkin <imun at tarantool.org>
---
 .gitlab-ci.yml | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 03e16fc1c..1bd16e097 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -501,12 +501,6 @@ ubuntu_20_04:
     OS: 'ubuntu'
     DIST: 'focal'
 
-debian_8:
-  <<: *pack_definition
-  variables:
-    OS: 'debian'
-    DIST: 'jessie'
-
 debian_9:
   <<: *pack_definition
   variables:
@@ -610,12 +604,6 @@ ubuntu_20_04_deploy:
     OS: 'ubuntu'
     DIST: 'focal'
 
-debian_8_deploy:
-  <<: *deploy_definition
-  variables:
-    OS: 'debian'
-    DIST: 'jessie'
-
 debian_9_deploy:
   <<: *deploy_definition
   variables:
-- 
2.25.0



More information about the Tarantool-patches mailing list