You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by pa...@apache.org on 2023/06/19 18:06:15 UTC

[arrow-adbc] branch main updated: chore(r): Pin pkgbuild to work around bug in latest released version (#817)

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

paleolimbot 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 b3efd5a5 chore(r): Pin pkgbuild to work around bug in latest released version (#817)
b3efd5a5 is described below

commit b3efd5a5b911384313ff570db021cb9878284213
Author: Dewey Dunnington <de...@voltrondata.com>
AuthorDate: Mon Jun 19 15:06:10 2023 -0300

    chore(r): Pin pkgbuild to work around bug in latest released version (#817)
    
    Closes #803.
---
 .github/workflows/native-unix.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/native-unix.yml b/.github/workflows/native-unix.yml
index 4eb8b8ab..6d01f4f7 100644
--- a/.github/workflows/native-unix.yml
+++ b/.github/workflows/native-unix.yml
@@ -639,7 +639,8 @@ jobs:
 
       - uses: r-lib/actions/setup-r-dependencies@v2
         with:
-          extra-packages: any::rcmdcheck, local::../adbcdrivermanager
+          # Pin of pkgbuild can be removed after version 1.4.2 is released
+          extra-packages: any::rcmdcheck, local::../adbcdrivermanager, github::r-lib/pkgbuild@v1.4.0
           needs: check
           working-directory: r/${{ matrix.config.pkg }}