Skip to content

Commit

Permalink
actually test checksum with linux binary
Browse files Browse the repository at this point in the history
  • Loading branch information
assignUser committed Oct 7, 2023
1 parent 3aad002 commit cec5269
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev/tasks/r/github.packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,8 @@ jobs:
ARROW_R_DEV: "TRUE"
LIBARROW_BUILD: "FALSE"
LIBARROW_BINARY: {{ '${{ matrix.config.libarrow_binary }}' }}
ARROW_R_ENFORCE_CHECKSUM: "true"
ARROW_R_CHECKSUM_PATH: "{{ '${{ github.workspace }}' }}/repo/libarrow/bin"
shell: bash
run: |
Rscript -e '
Expand Down Expand Up @@ -435,8 +437,6 @@ jobs:
LIBARROW_BINARY: "FALSE"
ARROW_R_DEV: "TRUE"
CMAKE_FIND_DEBUG_MODE: "ON"
ARROW_R_ENFORCE_CHECKSUM: "true"
ARROW_R_CHECKSUM_PATH: "{{ '${{ github.workspace }}' }}/repo/libarrow/bin"
{{ macros.github_set_sccache_envvars()|indent(8) }}
shell: Rscript {0}
run: |
Expand Down

0 comments on commit cec5269

Please sign in to comment.