Skip to content

Commit

Permalink
Fixes for failing nightly builds
Browse files Browse the repository at this point in the history
  • Loading branch information
nealrichardson committed Jun 25, 2022
1 parent ee4e8e6 commit 226c31b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cpp/cmake_modules/ThirdpartyToolchain.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ else()
endif()

if(DEFINED ENV{ARROW_CRC32C_URL})
set(CRC32C_URL "$ENV{ARROW_CRC32C_URL}")
set(CRC32C_SOURCE_URL "$ENV{ARROW_CRC32C_URL}")
else()
set_urls(CRC32C_SOURCE_URL
"https://github.com/google/crc32c/archive/${ARROW_CRC32C_BUILD_VERSION}.tar.gz"
Expand Down
3 changes: 2 additions & 1 deletion dev/tasks/r/github.macos.brew.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ jobs:

- name: Install apache-arrow
run: |
brew install -v --HEAD apache-arrow
# reinstall not install: somehow it may already be installed?
brew reinstall -v --HEAD apache-arrow
# for testing
brew install minio
- uses: r-lib/actions/setup-r@v1
Expand Down
2 changes: 1 addition & 1 deletion dev/tasks/tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1305,7 +1305,7 @@ tasks:
ci: github
template: docker-tests/github.linux.yml
params:
flags: '-e ARROW_DEPENDENCY_SOURCE=SYSTEM -e xsimd_SOURCE=BUNDLED'
flags: '-e ARROW_DEPENDENCY_SOURCE=SYSTEM -e ARROW_GCS=OFF -e xsimd_SOURCE=BUNDLED'
image: ubuntu-r-only-r

test-r-offline-minimal:
Expand Down

0 comments on commit 226c31b

Please sign in to comment.