Skip to content

Commit

Permalink
prevent CI from using nightlies
Browse files Browse the repository at this point in the history
  • Loading branch information
assignUser committed Jan 16, 2024
1 parent 6428c00 commit 8f7f9ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1413,7 +1413,7 @@ services:
<<: *common
ARROW_DEPENDENCY_SOURCE: ''
ARROW_SOURCE_HOME: '/arrow'
FORCE_BUNDLED_BUILD: 'true'
LIBARROW_BINARY: 'false'
LIBARROW_BUILD: 'true'
extends: ubuntu-r
command: >
Expand Down Expand Up @@ -1443,7 +1443,7 @@ services:
shm_size: *shm-size
environment:
<<: [*common, *sccache]
LIBARROW_DOWNLOAD: "false"
LIBARROW_BINARY: "false"
ARROW_SOURCE_HOME: "/arrow"
ARROW_R_DEV: ${ARROW_R_DEV}
# To test for CRAN release, delete ^^ these two env vars so we download the Apache release
Expand Down

0 comments on commit 8f7f9ab

Please sign in to comment.