Commit graph

412 commits

Author SHA1 Message Date
Greg Lin
b271835bdf Update CentOS 8 Dockerfile for powertools repo rename 2020-12-09 15:49:25 -06:00
Greg Lin
684cd1a8c3
Merge pull request #80 from rstudio/centos6-eol
Discontinue CentOS 6 builds for EOL
2020-12-03 13:13:59 -06:00
Greg Lin
c0ee373540 Discontinue CentOS 6 builds for EOL
This only stops the builds. Existing binaries will continue to be
hosted, and the quick install script continues to support CentOS 6.
2020-12-02 16:37:15 -06:00
Greg Lin
0eaf4ff908
Merge pull request #75 from rstudio/opensuse152-install
Update quick install script for openSUSE 15.2
2020-09-08 12:27:55 -05:00
Greg Lin
5d5d555d2b Update quick install script for openSUSE 15.2 2020-09-03 10:38:46 -05:00
Greg Lin
3eaf5dfd55
Merge pull request #74 from rstudio/missing-def
Add missing openSUSE 15.2 job definition
2020-09-02 13:28:02 -05:00
Greg Lin
42d9a72c30 Add missing openSUSE 15.2 job definition 2020-09-02 12:52:24 -05:00
Greg Lin
2d26b3a743
Merge pull request #73 from rstudio/opensuse-15.2
Add builds for openSUSE 15.2
2020-09-01 11:52:15 -05:00
Greg Lin
a4ccbeb3f3 Add builds for openSUSE 15.2
openSUSE 15.2 moved from ICU 60 to 65, breaking compatibility with
openSUSE 15.0 and 15.1.
2020-08-31 18:12:46 -05:00
Steve Nolen
4a7ae76b60 fixup ecr login 2020-08-26 10:34:37 -04:00
Greg Lin
3828d15cd7
Merge pull request #71 from rstudio/glin/versions
Build R-devel dailies
2020-07-27 10:28:33 -05:00
Greg Lin
cac69083d6
Merge pull request #41 from jimhester/r-devel
Support building R-devel
2020-07-27 10:28:09 -05:00
Jim Hester
c9ec370dbb Add devel version to the CRAN R versions 2020-07-27 08:46:15 -04:00
Jim Hester
2494b8eb98 Support building R-devel
Martin Maechler, a member of R core provides a daily tarball of R-devel
sources at https://stat.ethz.ch/R/daily. This provides support for
building based on this source if R_VERSION is set to 'devel'
2020-07-27 08:44:44 -04:00
Greg Lin
acf40429a8 Add CloudWatch Events rule to build R-devel every day
Build at 4 AM UTC. R-devel sources are uploaded at around 12 AM UTC daily.
2020-07-20 17:49:18 -05:00
Greg Lin
8755140017 Support rebuilding specific R versions 2020-07-20 17:44:31 -05:00
Jonathan Curran
55814eebc7
Merge pull request #70 from rstudio/jc-update
Update repository indexes before installing (fixes #66)
2020-07-09 15:35:55 -06:00
Jonathan Curran
cb7a4a9f0a Remove -y from apt-get update 2020-07-09 13:34:06 -06:00
Jonathan Curran
4b8482474f Update repository indexes before installing 2020-07-09 12:15:29 -06:00
Jonathan Curran
6bd815f1e7
Merge pull request #69 from rstudio/jc-user-agent
Use default user-agent
2020-06-15 14:02:58 -06:00
Jonathan Curran
40a8dc64fa Use default user-agent 2020-06-15 11:56:45 -06:00
Jonathan Curran
2e5cfa7cd8
Merge pull request #68 from rstudio/jc-fix
Fix header argument to curl and wget
2020-06-09 16:51:05 -06:00
Jonathan Curran
3798528dcb Fix not quiet 2020-06-09 15:48:41 -06:00
Jonathan Curran
9e969ba5d4 Fix header argument 2020-06-09 15:42:07 -06:00
Jonathan Curran
516e791a93
Merge pull request #67 from rstudio/jc-ua
Pass through custom user-agent if specified
2020-06-09 11:19:21 -06:00
Jonathan Curran
44c45590bc Remove early exit 2020-06-09 10:18:22 -06:00
Jonathan Curran
4ef319313c Remove debug flag 2020-06-09 10:13:54 -06:00
Jonathan Curran
2f61999519 Pass through user-agent if specified 2020-06-09 09:33:43 -06:00
Jonathan Curran
a3fa732b05
Merge pull request #64 from rstudio/jc-silent
Quiet output while downloading in unattended mode
2020-06-02 14:35:19 -06:00
Jonathan Curran
eed778f2d2
Merge pull request #65 from rstudio/jc-ffi
Fix ffi version for older distros where ruby<2.3
2020-06-02 14:34:15 -06:00
Jonathan Curran
00c0c90463 Fix ffi version for older distros where ruby<2.3 2020-06-02 10:57:53 -06:00
Jonathan Curran
09668af688 Curl always reports errors in silent mode 2020-06-01 22:21:41 -06:00
Jonathan Curran
232113e387 Quiet output while downloading in unattended mode 2020-06-01 22:18:46 -06:00
Greg Lin
c164686794
Merge pull request #63 from rstudio/pcre
Remove PCRE2 dependency for R 3.x; add libs required to link against R library
2020-05-15 10:54:08 -05:00
Greg Lin
d49f9104db Add -dev libs for R packages that link against libR
For consistency with CentOS and SUSE, and to install packages that
link against libR from source, like rJava. See `R CMD config --ldflags` and
https://cran.r-project.org/doc/manuals/r-devel/R-exts.html#Compiling-against-the-R-library
2020-05-14 14:55:02 -05:00
Greg Lin
650d3650ce Switch to dev PCRE in Ubuntu/Debian packages
For consistency with CentOS and SUSE, and because packages that
link against libR like rJava need PCRE dev headers to install
from source.
2020-05-14 13:56:58 -05:00
Greg Lin
048f2ca063 Remove unnecessary PCRE2 dependency on R 3.x
For more details on PCRE2 usage in R 3.x, see:
7d25524f8b/m4/R.m4 (L3056-L3058)
7d25524f8b/m4/R.m4 (L3139-L3155)
2020-05-14 12:45:10 -05:00
Dan Buch
b91ee5bf5e
Merge pull request #59 from meatballhat/mbh-add-debian-10
Add support for Debian 10 (buster)
2020-05-08 13:43:32 -04:00
Dan Buch
d4e773ca48
Merge branch 'master' into mbh-add-debian-10 2020-05-05 12:30:43 -04:00
Dan Buch
9eb77d7a08
Include debian-10 in exception list for R 3.3.[0-2] 2020-05-05 12:28:24 -04:00
Greg Lin
4fb4198bba
Merge pull request #61 from rstudio/timeout
Add timeout to Batch jobs
2020-05-05 11:08:22 -05:00
Jonathan Curran
1bedbc6ff6
Merge pull request #60 from rstudio/jc-ubuntu-20-blas
Including libopenblas fails to build on Ubuntu 20
2020-05-04 14:31:48 -06:00
Jonathan Curran
eb9eb9d056 Use dev dependencies 2020-05-04 13:54:10 -06:00
Greg Lin
034b3712d7 Add timeout to Batch jobs
R builds can hang forever; for example, the Ubuntu 20.04 builds
with OpenBLAS present.
2020-05-04 13:55:59 -05:00
Jonathan Curran
70fe81985f Including libopenblas fails to build 2020-05-04 11:09:02 -06:00
Dan Buch
87c9ed44b0
Add support for Debian 10 (buster)
Closes #58
2020-04-30 15:10:14 -04:00
Dan Buch
056a48eda7
Merge pull request #13 from meatballhat/rm-double-tar-gz
Remove duplicate .tar.gz extension in local artifact dest
2020-04-30 13:16:02 -04:00
Greg Lin
9bc417572e
Merge pull request #57 from rstudio/fix-centos6
Fix AWS CLI on CentOS 6
2020-04-29 15:44:41 -05:00
Greg Lin
6414a3b7ff Fix AWS CLI on CentOS 6 2020-04-29 15:20:28 -05:00
Greg Lin
edc6a99e2d
Merge pull request #56 from rstudio/glin/r4
Add R 4.0 support for CentOS 6, Debian, SUSE
2020-04-28 17:16:43 -05:00