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 michalursa committed Aug 17, 2021
1 parent 35cc67c commit 92cf621
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 @@ -1014,7 +1014,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 @@ -116,3 +116,4 @@ Collate:
'reexports-tidyselect.R'
'schema.R'
'util.R'
UseLTO: false

0 comments on commit 92cf621

Please sign in to comment.