Skip to content

Commit

Permalink
ARROW-13507: [R] LTO job on CRAN fails
Browse files Browse the repository at this point in the history
A test to see if we can (for now) build r-debug before using it

Closes apache#10849 from jonkeane/ARROW-13507-r-lto

Authored-by: Jonathan Keane <jkeane@gmail.com>
Signed-off-by: Neal Richardson <neal.p.richardson@gmail.com>
  • Loading branch information
jonkeane authored and nealrichardson committed Aug 5, 2021
1 parent 0e41d80 commit a09dd18
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dev/tasks/tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -947,7 +947,8 @@ tasks:
("rstudio", "r-base", "3.6-bionic"),
("rstudio", "r-base", "3.6-centos8"),
("rstudio", "r-base", "3.6-opensuse15"),
("rstudio", "r-base", "3.6-opensuse42")] %}
("rstudio", "r-base", "3.6-opensuse42"),
("rhub", "debian-gcc-devel-lto", "latest")] %}
test-r-{{ r_org }}-{{ r_image }}-{{ r_tag }}:
ci: azure
template: r/azure.linux.yml
Expand Down
1 change: 1 addition & 0 deletions r/DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -111,3 +111,4 @@ Collate:
'reexports-tidyselect.R'
'schema.R'
'util.R'
UseLTO: false

0 comments on commit a09dd18

Please sign in to comment.