You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ko...@apache.org on 2023/01/10 23:30:46 UTC

[arrow] branch master updated: GH-15080: [CI][R] Re-enable binary package job for R 4.1 on Windows (#25359)

This is an automated email from the ASF dual-hosted git repository.

kou pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/master by this push:
     new f182a39e50 GH-15080: [CI][R] Re-enable binary package job for R 4.1 on Windows (#25359)
f182a39e50 is described below

commit f182a39e50715fb6f6b367a7a13f87433e87f184
Author: Jacob Wujciak-Jens <ja...@wujciak.de>
AuthorDate: Wed Jan 11 00:30:40 2023 +0100

    GH-15080: [CI][R] Re-enable binary package job for R 4.1 on Windows (#25359)
    
    # Which issue does this PR close?
    
    purrr 1.0.1 is released on cran
    
    Closes #15080
    * Closes: #15080
    
    Authored-by: Jacob Wujciak-Jens <ja...@wujciak.de>
    Signed-off-by: Sutou Kouhei <ko...@clear-code.com>
---
 dev/tasks/r/github.packages.yml | 4 ----
 dev/tasks/tasks.yml             | 3 +--
 2 files changed, 1 insertion(+), 6 deletions(-)

diff --git a/dev/tasks/r/github.packages.yml b/dev/tasks/r/github.packages.yml
index 35bbf9ca84..b02fc0ade5 100644
--- a/dev/tasks/r/github.packages.yml
+++ b/dev/tasks/r/github.packages.yml
@@ -141,10 +141,6 @@ jobs:
         r_version:
           - { rtools: "{{ macros.r_release.rt }}", r: "{{ macros.r_release.ver }}" }
           - { rtools: "{{ macros.r_oldrel.rt }}", r: "{{ macros.r_oldrel.ver }}" }
-        exclude:
-          # GH-15080: purrr 1.0.0 doesn't work with R oldrel on Windows
-          - platform: { runs_on: 'windows-latest', name: "Windows"}
-            r_version: { rtools: "{{ macros.r_oldrel.rt }}", r: "{{ macros.r_oldrel.ver }}" }
     steps:
       - uses: r-lib/actions/setup-r@v2
         # expression marker prevents the ! being parsed as yaml tag
diff --git a/dev/tasks/tasks.yml b/dev/tasks/tasks.yml
index 66df61e215..ed75166536 100644
--- a/dev/tasks/tasks.yml
+++ b/dev/tasks/tasks.yml
@@ -942,8 +942,7 @@ tasks:
       - r-lib__libarrow__bin__centos-7__arrow-{no_rc_r_version}\.zip
       - r-lib__libarrow__bin__ubuntu-18.04__arrow-{no_rc_r_version}\.zip
       - r-lib__libarrow__bin__ubuntu-22.04__arrow-{no_rc_r_version}\.zip
-      # GH-15080: purrr 1.0.0 doesn't work with R oldrel on Windows
-      # - r-pkg__bin__windows__contrib__4.1__arrow_{no_rc_r_version}\.zip
+      - r-pkg__bin__windows__contrib__4.1__arrow_{no_rc_r_version}\.zip
       - r-pkg__bin__windows__contrib__4.2__arrow_{no_rc_r_version}\.zip
       - r-pkg__bin__macosx__contrib__4.1__arrow_{no_rc_r_version}\.tgz
       - r-pkg__bin__macosx__contrib__4.2__arrow_{no_rc_r_version}\.tgz