From vdavydov at tarantool.org Thu Apr 17 18:20:58 2025 From: vdavydov at tarantool.org (Vladimir Davydov) Date: Thu, 17 Apr 2025 18:20:58 +0300 Subject: [Tarantool-patches] [PATCH luajit] ci: drop CentOS 7 Tarantool integration workflow Message-ID: <73cda013ea566b9ca480e128f37ee9b7927a7a97.1744902827.git.vdavydov@tarantool.org> The corresponding workflow is going to be removed from Tarantool[^1]. [^1]: https://github.com/tarantool/tarantool/pull/11396 --- Branch: https://github.com/tarantool/luajit/tree/locker/ci-drop-centos-7-workflow Note: Tarantool/macOS integration workflows fail to pass on CI because of the issue with minimal CMake version. .github/workflows/integration-tarantool.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/integration-tarantool.yml b/.github/workflows/integration-tarantool.yml index cf5c7fb5af85..86182dd374f1 100644 --- a/.github/workflows/integration-tarantool.yml +++ b/.github/workflows/integration-tarantool.yml @@ -61,13 +61,6 @@ jobs: submodule: luajit revision: ${{ github.sha }} - test-tarantool-default_gcc_centos_7: - name: gcc centos 7 - uses: tarantool/tarantool/.github/workflows/default_gcc_centos_7.yml at master - with: - submodule: luajit - revision: ${{ github.sha }} - test-tarantool-out_of_source: name: out of source uses: tarantool/tarantool/.github/workflows/out_of_source.yml at master -- 2.43.0 From skaplun at tarantool.org Thu Apr 17 19:43:41 2025 From: skaplun at tarantool.org (Sergey Kaplun) Date: Thu, 17 Apr 2025 19:43:41 +0300 Subject: [Tarantool-patches] [PATCH luajit] ci: drop CentOS 7 Tarantool integration workflow In-Reply-To: <73cda013ea566b9ca480e128f37ee9b7927a7a97.1744902827.git.vdavydov@tarantool.org> References: <73cda013ea566b9ca480e128f37ee9b7927a7a97.1744902827.git.vdavydov@tarantool.org> Message-ID: Hi, Vladimir! Welcome back to the mailing lists :)! LGTM! -- Best regards, Sergey Kaplun