Skip to content

Commit

Permalink
Revert "run devtools::build in r-binary-packages"
Browse files Browse the repository at this point in the history
This reverts commit b9c839c.
  • Loading branch information
assignUser committed Dec 9, 2023
1 parent d9eb016 commit 18792f1
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions dev/tasks/r/github.packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,27 +41,20 @@ jobs:
- uses: r-lib/actions/setup-r@v2
with:
install-r: false
use-public-rspm: true

- name: Install dependencies
uses: r-lib/actions/setup-r-dependencies@v2
with:
working-directory: 'arrow'
extra-packages: styler

- name: Build R source package
shell: bash
env:
ARROW_FORCE_BOOTSTRAP: "true"
run: |
cd arrow/r
R -s -e 'devtools::build()'
# Copy in the Arrow C++ source
make sync-cpp
R CMD build --no-build-vignettes .
- name: Upload package artifact
uses: actions/upload-artifact@v3
with:
name: r-pkg__src__contrib
path: arrow/arrow_*.tar.gz
path: arrow/r/arrow_*.tar.gz

macos-cpp:
name: C++ Binary macOS OpenSSL {{ '${{ matrix.openssl }}' }} {{ '${{ matrix.platform.arch }}' }}
Expand Down Expand Up @@ -160,7 +153,7 @@ jobs:
PKG_FILE: arrow-{{ '${{ needs.source.outputs.pkg_version }}' }}.zip
VERSION: {{ '${{ needs.source.outputs.pkg_version }}' }}
run: |
# These files were created by the docker user so we have to chown them
# These files were created by the docker user so we have to chown them
sudo chown -R $USER:$USER arrow/r/libarrow
cd arrow/r/libarrow/dist
Expand Down

0 comments on commit 18792f1

Please sign in to comment.