From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp63.i.mail.ru (smtp63.i.mail.ru [217.69.128.43]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id 2A73C4696C3 for ; Tue, 7 Apr 2020 17:03:29 +0300 (MSK) From: "Alexander V. Tikhonov" Date: Tue, 7 Apr 2020 17:03:24 +0300 Message-Id: Subject: [Tarantool-patches] [PATCH v1 0/2] set to gitlab-ci static build with Dockerfile List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Oleg Piskunov , Sergey Bronnikov Cc: tarantool-patches@dev.tarantool.org gitlab-ci: set static docker build release testing Found that static build based on Dockerfile used external link and missed that it was removed, like it was in #4830. To avoid of the same issues the cache for building the Dockerfile was disabled with '--no-cache' option at docker build command. Returned the static build based on Dockerfile to gitlab-ci release branches testing after the issues with missed openssl version fixed at PR #4831. Follow up #4831 Follow up #4830 Github: https://github.com/tarantool/tarantool/tree/avtikhon/dockerfile-static-build-full-ci Issue: https://github.com/tarantool/tarantool/issues/4830 Issue: https://github.com/tarantool/tarantool/issues/4831 Alexander V. Tikhonov (2): build: disable cache for static build Dockerfile gitlab-ci: set static docker build release testing .gitlab-ci.yml | 4 +++- .travis.mk | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) -- 2.17.1