Greg Lin
20caae3fb0
Merge pull request #102 from rstudio/glin/ubuntu16-awscli
...
Update to supported version of AWS CLI on Ubuntu 16
2021-11-03 15:39:25 -05:00
Greg Lin
06223fd26d
Update to supported version of AWS CLI on Ubuntu 16
2021-11-01 17:32:42 -05:00
Greg Lin
97a08301f4
Merge pull request #101 from rstudio/glin/lambda-timeout
...
Increase `queueBuilds` function timeout for full rebuilds
2021-10-29 15:43:18 -05:00
Greg Lin
1c42713917
Increase queueBuilds function timeout to 90 seconds
...
queueBuilds was timing out after 30 seconds before submitting all jobs
in a full rebuild.
2021-10-29 11:17:39 -05:00
Greg Lin
f0f8a416d7
Merge pull request #100 from rstudio/glin/node-14-empty-files
...
Downgrade Node version to 14 to work around serverless deploy bug
2021-10-29 10:27:12 -05:00
Greg Lin
98ba099269
Downgrade Node version to 14 for deploy job
...
Node 15.6.0+ has a bug that causes serverless to produce a zipped
package with empty files. Deployment succeeds but the Lambda function
fails because handler.py is empty.
This is supposedly worked around in the latest serverless and its
dependencies, but upgrading to serverless v2+ causes other breaking
changes. Downgrade to Node 14 for now.
https://github.com/serverless/serverless/issues/8772
2021-10-28 17:41:43 -05:00
Joshua C. Forest
d727889486
Merge pull request #99 from rstudio/update-deploy-role
...
run the deploy as the new bespoke role
2021-10-28 17:54:54 +00:00
Joshua C. Forest
a860ea39eb
run the deploy as the new bespoke role
2021-10-28 13:01:11 -04:00
Toni
1ba4e967e7
add missing quote
2021-10-27 09:10:49 -04:00
Greg Lin
3748bea95d
Merge pull request #97 from rstudio/glin/update-node
...
Fix deploy failure due to old Node version
2021-10-26 18:10:05 -05:00
Greg Lin
cd927b2c08
Update Node to latest LTS in deploy image
...
Node 8 is now EOL, and causes this image build to fail.
2021-10-26 14:03:40 -05:00
Toni
bce0b8b817
Merge pull request #95 from rstudio/deth-build-on-suse15.3
...
build on opensuse15.3
2021-10-26 14:45:31 -04:00
Toni Noble
9bd29374e8
Merge branch 'master' into deth-build-on-suse15.3
2021-10-26 13:37:46 -04:00
Toni Noble
7090b371b5
addressing feedback
2021-10-26 10:52:27 -04:00
Greg Lin
0f33d6522e
Merge pull request #96 from rstudio/glin/fix-opensuse42
...
Work around issue with expired root certificate on openSUSE 42
2021-10-22 18:29:41 -05:00
Greg Lin
f797606b1c
Work around issue with expired root certificate on openSUSE 42
2021-10-21 16:07:45 -05:00
Toni Noble
4cb58f5fe2
add builder/package.opensuse-153
2021-10-21 12:39:46 -04:00
Toni Noble
4ef223954c
build on opensuse15.3
2021-10-21 10:46:56 -04:00
Greg Lin
d07acfe0cd
Merge pull request #92 from rstudio/fix-suse
...
Fix R 4.1.0 builds for openSUSE
2021-05-17 14:17:19 -05:00
Greg Lin
ce59242db0
Document how to test the R builds locally
2021-05-13 17:00:54 -05:00
Greg Lin
1c168731cd
Install missing TeX packages for R 4.1 in openSUSE
...
R 4.1 now additionally requires texlive-ae and texlive-fancyvrb
for PDF doc generation (stats package).
2021-05-13 17:00:15 -05:00
Greg Lin
0098d79df4
Fix AWS CLI installation on openSUSE 42
...
AWS CLI v1 is no longer supported on openSUSE 42's Python 2.7/3.4
2021-05-13 11:44:44 -05:00
Greg Lin
2c9979447c
Support custom R tarball URL for testing prerelease builds
2021-05-13 11:44:44 -05:00
Steve Nolen
ae1220091a
Merge pull request #90 from rstudio/r-builds-folder
...
Update deploy job location to new folder
2021-02-16 14:06:34 -05:00
Greg Lin
7684066f36
Merge pull request #91 from rstudio/fix-fpm
...
Pin fpm to 1.11.0
2021-02-16 11:37:39 -06:00
Greg Lin
6098b0074f
Pin fpm to 1.11.0
...
fpm 1.12.0 adds an unintended runtime dependency on git, which should be
fixed in a future release. Pin fpm for now since installing git has its
own side effects, such as installing less and changing the default pager
on systems where less isn't available by default.
2021-02-16 10:51:15 -06:00
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