You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by li...@apache.org on 2022/12/24 02:51:01 UTC

[arrow-adbc] branch main updated: ci: disable Linux packaging builds for RCs for now (#260)

This is an automated email from the ASF dual-hosted git repository.

lidavidm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git


The following commit(s) were added to refs/heads/main by this push:
     new c3299ca  ci: disable Linux packaging builds for RCs for now (#260)
c3299ca is described below

commit c3299ca51235c8388f69b2952fc11d8dfcbae3cc
Author: David Li <li...@gmail.com>
AuthorDate: Fri Dec 23 21:50:56 2022 -0500

    ci: disable Linux packaging builds for RCs for now (#260)
    
    Workaround for #259.
---
 .github/workflows/packaging.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/packaging.yml b/.github/workflows/packaging.yml
index bdc4a49..b563faf 100644
--- a/.github/workflows/packaging.yml
+++ b/.github/workflows/packaging.yml
@@ -128,6 +128,8 @@ jobs:
   linux:
     name: Linux ${{ matrix.target }}
     runs-on: ubuntu-latest
+    # TODO(GH-259): disable Linux packaging builds in RC builds for now
+    if: "!startsWith(github.ref, 'refs/tags')"
     strategy:
       fail-fast: false
       matrix: