Commit graph

214 commits

Author SHA1 Message Date
Greg Lin
c87a7a623e Update supported platforms; discontinue Ubuntu 16 and openSUSE 15 2022-02-09 17:52:45 -06:00
Greg Lin
ab11f64d61 Use Rocky Linux 8 in place of CentOS 8 2022-02-09 17:52:45 -06:00
Greg Lin
fa8f303cf7
Merge pull request #110 from rstudio/add-ubuntu-2204
Add ubuntu 22.04 (jammy) support
2022-02-04 17:37:30 -06:00
Greg Lin
04af27df50 Temporarily disable CentOS 8 image builds because it's EOL 2022-02-04 12:43:14 -06:00
Greg Lin
ac8d54d878 Update serverless.yml and docker-compose.yml for jammy 2022-02-04 12:40:45 -06:00
Joshua C. Forest
cb84021aad add jammy 2022-02-04 12:06:45 -05:00
Joshua C. Forest
fc32f1815a PR feedback 2022-02-04 08:23:41 -05:00
Joshua C. Forest
debfa03414 Add ubuntu 22.04 (jammy) support 2022-02-03 14:19:41 -05:00
Toni
61a6299168
Merge pull request #107 from rstudio/deth-update-r-install
add amazon linux 2, alma linux, and rocky linux to r-install script
2022-01-12 11:12:11 -05:00
Toni
da42f97e27
missed an alma and rocky in install_rpm 2022-01-11 17:38:08 -05:00
Toni
b4c07a8283
add alma and rocky linux 2022-01-11 17:29:10 -05:00
Toni
d2f9c60da6
add amazon to detectable OSs, install epel 2022-01-11 17:06:24 -05:00
Greg Lin
e13e2be68a
Merge pull request #105 from rstudio/glin/opensuse153-icu
Fix openSUSE 15.3 installation and update to ICU 69
2022-01-03 12:23:46 -06:00
Toni
642be27f17
Merge pull request #103 from rstudio/dethmasque-suse-readme
download instructions for suse 15.3, clarify supported suse versions
2022-01-03 12:47:55 -05:00
Toni
4de149db9a
Update README.md
Co-authored-by: Greg Lin <glin@rstudio.com>
2022-01-03 12:47:43 -05:00
Greg Lin
b60b6573c5 Fix openSUSE 15.3 installation and update to ICU 69
openSUSE/SLES 15.3 originally shipped with ICU 65 (libicu-devel), but later
added ICU 69 (icu.691-devel) in a patch update. Prefer ICU 69 because the devel
packages can't coexist, and zypper now resolves libicu-devel to icu.691-devel.

https://lists.suse.com/pipermail/sle-security-updates/2021-December/009908.html
2021-12-28 12:17:35 -06:00
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
Toni
f034526c38
download for suse 15.3, clarify supported suses 2021-11-03 14:00:15 -04: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