diff --git a/dev/tasks/tasks.yml b/dev/tasks/tasks.yml index 662239d27b842..e02bb93db96ce 100644 --- a/dev/tasks/tasks.yml +++ b/dev/tasks/tasks.yml @@ -950,9 +950,7 @@ tasks: GCC_VERSION: 11 # S3 support is not buildable with gcc11 right now flags: '-e ARROW_SOURCE_HOME="/arrow" -e FORCE_BUNDLED_BUILD=TRUE -e LIBARROW_BUILD=TRUE -e ARROW_S3=OFF' - image: ubuntu-r - command: '/bin/bash -c "/arrow/ci/scripts/r_test.sh /arrow"' - + image: ubuntu-r-only-r test-r-rstudio-r-base-3.6-centos7-devtoolset-8: ci: azure diff --git a/docker-compose.yml b/docker-compose.yml index 91b830bbb4bca..e5692101e26d5 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -110,6 +110,7 @@ x-hierarchy: - ubuntu-docs - ubuntu-python-sdist-test - ubuntu-r + - ubuntu-r-only-r - ubuntu-cuda-cpp: - ubuntu-cuda-python - ubuntu-csharp @@ -1022,6 +1023,12 @@ services: /arrow/ci/scripts/python_build.sh /arrow /build && /arrow/ci/scripts/r_test.sh /arrow" + ubuntu-r-only-r: + extends: ubuntu-r + command: > + /bin/bash -c " + /arrow/ci/scripts/r_test.sh /arrow" + r: # This lets you test building/installing the arrow R package # (including building the C++ library) on any Docker image that contains R