Commit graph

521 commits

Author SHA1 Message Date
Joshua Spiewak
e495bd67de
Update deploy job location to new folder 2021-02-16 10:19:30 -05:00
Steve Nolen
9ba2e7991d
Merge pull request #88 from rstudio/bugfix-custom-file-access
serverless-custom-file build tweaks
2021-02-11 07:33:17 -05:00
Steve Nolen
12963d8b47 add make target to push serverless-custom-file to s3. fetch from that location 2021-02-10 16:55:33 -05:00
Greg Lin
0e674af3ba
Merge pull request #83 from rstudio/fix-sles12-blas
Work around broken OpenBLAS dependency for SLES 12
2021-01-26 14:00:08 -06:00
Greg Lin
3de0397cee Fix installations of fpm 1.12.0
* Pin fpm on older distros for compatibility with Ruby < 2.3
* Fix hardcoded references to fpm 1.11.0
2021-01-26 13:28:23 -06:00
Greg Lin
7df91107b9 Fix pip installation on CentOS 7
pip no longer supports Python 2.
2021-01-26 13:28:23 -06:00
Greg Lin
62a30c3b35 Work around broken OpenBLAS dependency for SLES 12
On SLES 12, the python-backports repo currently publishes a
broken openblas-devel package. Switch to libopenblas_pthreads-devel,
which provides the same OpenBLAS library, but is not broken.
2020-12-30 12:13:13 -06:00
Greg Lin
19e7a6c804
Merge pull request #81 from rstudio/powertools
Update CentOS 8 Dockerfile for powertools repo rename
2020-12-10 10:55:30 -06:00
Greg Lin
b3633d907a Update README for CentOS 6 EOL 2020-12-09 15:49:33 -06:00
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