Commit graph

565 commits

Author SHA1 Message Date
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
Jonathan Yoder
8aea222dbf
Merge pull request #44 from rstudio/jon/qi
Support RHEL Minor Versions in quick install
2019-10-28 14:44:17 -04:00
Jonathan Yoder
535f98b82e Support RHEL Minor Versions in quick install 2019-10-28 09:01:30 -04:00
Greg Lin
6d0ff57098
Merge pull request #38 from rstudio/centos-8
Add R builds for CentOS/RHEL 8
2019-10-17 18:08:32 -05:00
Greg Lin
355ab5aada
Merge pull request #39 from rstudio/fix-centos6-cxx11
Fix incompatibility with default gcc on CentOS/RHEL 6
2019-10-07 10:05:52 -05:00
Greg Lin
bcc588166c Add bash shebangs 2019-10-04 13:05:40 -05:00
Greg Lin
b973973d39 Additional details on C++11 config note 2019-10-04 11:01:56 -05:00
Greg Lin
f8c4a7d4ff Clarify comment about C++11 config 2019-10-03 17:54:50 -05:00
Greg Lin
ff7f7906c6 Use -std=gnu++0x on CentOS/RHEL 6 for compatibility with the default gcc
CentOS/RHEL 6 have gcc 4.4.7 by default, which does not support -std=gnu++11.
Previously, packages like digest were failing to compile on CentOS 6 using the
default gcc.
2019-10-03 16:57:29 -05:00
Greg Lin
501a66c96c Add R builds for CentOS 8 2019-10-02 17:03:39 -05:00
Greg Lin
7182392191
Merge pull request #37 from ricardofandrade/ricardo/parametrized_quick_install
Ricardo/parametrized quick install
2019-09-20 15:33:53 -05:00
Ricardo Andrade
91c91eb9b8 Better documentation 2019-09-20 11:53:50 -05:00
Ricardo Andrade
b45d75e22a Optionally skips confirmation during the quick install 2019-09-20 11:10:27 -05:00
Greg Lin
cacc3f17bb
Merge pull request #34 from rstudio/user-agent-2
Add OS info to user agent; set user agent in system Rprofile
2019-09-09 14:39:22 -05:00
Jonathan Yoder
135b42074b
Merge pull request #31 from rstudio/jon/quick-install
Quick Install Script
2019-09-09 15:30:15 -04:00
Jonathan Yoder
5a4df2094c
Full semantic versioning
Co-Authored-By: Ricardo Andrade <ricardofandrade@users.noreply.github.com>
2019-09-09 15:29:15 -04:00
Jonathan Yoder
ee97eaf99e
versions -> version
Co-Authored-By: Ricardo Andrade <ricardofandrade@users.noreply.github.com>
2019-09-09 15:29:03 -04:00
Jonathan Yoder
cfbf3b36b9 Better matching 2019-09-09 09:02:41 -04:00
Jonathan Yoder
e945acf089 Fixes per PR feedback 2019-09-09 08:55:54 -04:00
Jonathan Yoder
58408121ea
Merge pull request #35 from ricardofandrade/ricardo/parametrized_quick_install
Takes version as 2nd arg, R versions, help and version CLI switches, silent json fetch
2019-09-09 08:09:23 -04:00