Commit graph

134 commits

Author SHA1 Message Date
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
Greg Lin
38383b74c3 Add R 4.0 support for CentOS 6, Debian, SUSE 2020-04-28 12:12:13 -05:00
Jonathan Curran
f60517cacb
Merge pull request #52 from rstudio/jc-ubuntu-20
Add Ubuntu 20.04 LTS support
2020-04-27 17:45:03 -06:00
Jonathan Curran
48c1c0faf4 Ignore ubuntu 20 for zlib build bug 2020-04-27 17:18:50 -06:00
Jonathan Curran
9471eaab3b pcre 2020-04-27 14:45:48 -06:00
Jonathan Curran
1ee7cf5d5a Merge branch 'master' into jc-ubuntu-20 2020-04-27 14:42:44 -06:00
Joshua Spiewak
f620167ca8
Merge pull request #55 from rstudio/pcre
Add pcre2
2020-04-27 16:29:33 -04:00
Joshua Spiewak
2bd9cc00b4 Use proper non-dev package names
8-bit version because R.
2020-04-27 15:58:35 -04:00
Joshua Spiewak
e3b92cab24 Add pcre2
Which is actually newer than what is called libpcre3.
2020-04-27 15:31:17 -04:00
Joshua Spiewak
66fcf15366 Download R 4.x.x from correct path 2020-04-27 15:21:07 -04:00
Joshua Spiewak
471adb1555
Merge pull request #54 from rstudio/r-4
Revert usage of AWS CLI 1.17.10+ parameter
2020-04-27 14:49:52 -04:00
Joshua Spiewak
cd9436c827 Revert usage of AWS CLI 1.17.10+ parameter
Until we update the Jenkins agent AMI
2020-04-27 14:49:06 -04:00
Joshua Spiewak
1e0fa9b8e7
Merge pull request #53 from rstudio/r-4
Support R 4.x.x
2020-04-27 14:41:30 -04:00
Joshua Spiewak
16be369c4f Support R 4.x.x
- Be compatible with AWS CLI v2
- `npm audit fix`
2020-04-27 14:21:57 -04:00
Jonathan Curran
c30d2f734e s/Inc/PBC/ 2020-04-24 15:29:11 -06:00
Jonathan Curran
9ad80adba4 Merge branch 'master' into jc-ubuntu-20 2020-04-24 15:27:36 -06:00
Greg Lin
1e03fcc8bb
Merge pull request #50 from rstudio/sles12-repo
Update SLES 12 installation for Science repository removal
2020-04-24 14:31:00 -05:00
Greg Lin
7d2f5ee7cc Update SLES 12 installation for Science repository removal
The Science repo no longer supports SLES 12. Switch to using the
Python backports repository on SLES 12 for openblas-devel.
2020-04-24 13:29:10 -05:00
Greg Lin
0e2cfa3f83
Merge pull request #51 from rstudio/fix-c6
Fix pip installation on CentOS 6; RStudio, Inc -> PBC
2020-04-24 13:24:05 -05:00
Greg Lin
374827079c Fix pip installation on CentOS 6
Previously, the pip install was failing with:
InsecurePlatformWarning: A true SSLContext object is not available.
2020-04-24 10:35:02 -05:00
Greg Lin
606e0ba647 Update RStudio Inc. -> RStudio, PBC 2020-04-24 10:34:49 -05:00
Jonathan Curran
833b44f315 Add Ubuntu 20 support 2020-04-23 08:40:24 -06:00
Greg Lin
dc71610429
Merge pull request #48 from rstudio/zlib-centos8
Skip CentOS 8 / R 3.3 builds with the configure script bug
2019-11-06 09:39:52 -06:00
Greg Lin
5c0fb384cc Skip CentOS 8 / R 3.3 builds with the configure script bug 2019-11-05 17:48:05 -06:00
Steve Nolen
f1c4167ba1
Merge pull request #46 from rstudio/chore-deploy
shift deploy to separate job
2019-11-05 11:54:31 -05:00
Steve Nolen
d1c0f3c94a pr feedback 2019-10-31 11:08:14 -04:00
Steve Nolen
0016ba2f4b shift deploy to separate job 2019-10-31 09:56:31 -04:00
Greg Lin
1b347c9714
Merge pull request #45 from rstudio/rhel7-repo-doc
Add note about enabling the Optional repo on RHEL 7
2019-10-29 11:53:43 -05:00
Greg Lin
ce0180967f Add note about enabling the Optional repo on RHEL 7 2019-10-28 16:42:50 -05:00