Tarantool development patches archive
 help / color / mirror / Atom feed
From: "Alexander V. Tikhonov" <avtikhon@tarantool.org>
To: Oleg Piskunov <o.piskunov@tarantool.org>,
	Sergey Bronnikov <sergeyb@tarantool.org>
Cc: tarantool-patches@dev.tarantool.org,
	Alexander Turenko <alexander.turenko@tarantool.org>
Subject: [Tarantool-patches] [PATCH v1] gitlab-ci: add packaging for Fedora 32
Date: Sun,  7 Jun 2020 16:40:40 +0300	[thread overview]
Message-ID: <624bfee981237f22842b083fb3e0093b9c06e780.1591536783.git.avtikhon@tarantool.org> (raw)

Added packaging jobs for Fedora 32.

Closes #4966

(cherry picked from commit 5613beedf83a679b725cea816a4176eabe3e1601)
Also added job to travis-ci.
---

Github: https://github.com/tarantool/tarantool/tree/avtikhon/gh-4966-fedora-32-old-full-ci
Issue: https://github.com/tarantool/tarantool/issues/4966

The patch should be committed only after commit
  bdd90686f82ec2e22d4ea7adfb9a6173bcc8af4a
will be pushed to be able to fix Fedoar 32 build.

Also current fix is on for 1.10 branch only, for other branches
need to make changes in .travis.yml changes:
2.4: 1.10 -> 2.4
2.3: 1.10 -> 2.3
2.2: 1.10 -> 2.2
For master branch .travis.yml doesn't need to be updated.
Use 5613beedf83a679b725cea816a4176eabe3e1601 for master branch.

 .gitlab-ci.yml | 12 ++++++++++++
 .travis.yml    |  3 +++
 2 files changed, 15 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index cf445c638..fc0539927 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -328,6 +328,12 @@ fedora_31:
     OS: 'fedora'
     DIST: '31'
 
+fedora_32:
+  <<: *pack_test_definition
+  variables:
+    OS: 'fedora'
+    DIST: '32'
+
 ubuntu_14_04:
   <<: *pack_definition
   variables:
@@ -425,6 +431,12 @@ fedora_31_deploy:
     OS: 'fedora'
     DIST: '31'
 
+fedora_32_deploy:
+  <<: *deploy_test_definition
+  variables:
+    OS: 'fedora'
+    DIST: '32'
+
 ubuntu_14_04_deploy:
   <<: *deploy_definition
   variables:
diff --git a/.travis.yml b/.travis.yml
index a09f511dc..4cf2428ea 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -50,6 +50,9 @@ jobs:
       - name: "Fedora 31 build + test + deploy RPM"
         env: OS=fedora DIST=31
         if: branch = "1.10"
+      - name: "Fedora 32 build + test + deploy RPM"
+        env: OS=fedora DIST=32
+        if: branch = "1.10"
       - name: "Ubuntu Trusty (14.04) build + deploy DEB"
         env: OS=ubuntu DIST=trusty
         if: branch = "1.10"
-- 
2.17.1

             reply	other threads:[~2020-06-07 13:40 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-07 13:40 Alexander V. Tikhonov [this message]
2020-06-07 14:03 ` Alexander Turenko
2020-12-23  6:12   ` Alexander V. Tikhonov
2020-12-23 11:36     ` Oleg Koshovetc
2020-12-23 12:41 ` Kirill Yukhin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=624bfee981237f22842b083fb3e0093b9c06e780.1591536783.git.avtikhon@tarantool.org \
    --to=avtikhon@tarantool.org \
    --cc=alexander.turenko@tarantool.org \
    --cc=o.piskunov@tarantool.org \
    --cc=sergeyb@tarantool.org \
    --cc=tarantool-patches@dev.tarantool.org \
    --subject='Re: [Tarantool-patches] [PATCH v1] gitlab-ci: add packaging for Fedora 32' \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox