Commit graph

581 commits

Author SHA1 Message Date
Greg Lin
ee8b739d5f Update R-devel tarball location
The R-devel tarballs at https://stat.ethz.ch/R/daily/ are now empty, but
better to use the "official" CRAN tarballs anyway.
2022-05-03 11:19:37 -05:00
Greg Lin
88992af932
Merge pull request #122 from rstudio/glin/jammy-openblas
Switch back to using OpenBLAS for Ubuntu 22
2022-04-29 11:35:54 -05:00
Greg Lin
1649b9a91b Switch back to using OpenBLAS for Ubuntu 22
Ubuntu 20 builds were switched to the default reference BLAS because
of a bug with the OpenBLAS package. That bug does not seem to affect
Ubuntu 22, so switch back to using OpenBLAS for Ubuntu 22, for
consistency with all other R builds.
2022-04-22 18:17:52 -05:00
Greg Lin
cdc8d4203f
Merge pull request #120 from rstudio/glin/fix-jammy
Fix missing Pango support in R 3.x for Ubuntu 22
2022-04-20 14:56:27 -05:00
Greg Lin
a611cb425b Fix missing Pango support in R 3.x for Ubuntu 22 2022-04-19 18:39:26 -05:00
Gábor Csárdi
d4052533e7
Merge pull request #116 from gaborcsardi/feature/r-next 2022-03-30 20:17:24 +02:00
Gábor Csárdi
6a0308e553 Fix renaming R-alpha etc in 'next'
Don't do it for other R versions.
2022-03-30 19:37:32 +02:00
Gábor Csárdi
04a2ff4fc3 Build the next version of R as well 2022-03-30 15:26:12 +02:00
Greg Lin
3604b178d5
Merge pull request #115 from rstudio/glin/opensuse152-eol
Discontinue openSUSE 15.2 builds for EOL; document platform EOL policy
2022-03-24 15:30:47 -05:00
Greg Lin
d12f03235c Document platform support policy 2022-03-23 17:47:23 -05:00
Greg Lin
c7b30828b7 Drop openSUSE 15.2 builds for EOL 2022-03-23 17:47:23 -05:00
Greg Lin
ee6db069ca
Merge pull request #106 from rstudio/glin/debian-11
Add builds for Debian 11
2022-03-22 13:28:39 -05:00
Greg Lin
c17e2b9666 Use CFLAGS/FFLAGS over the SHLIB_* variables
The default CFLAGS/FFLAGS for R 3.x is always '-g -O2' when using gcc.
2022-03-21 16:21:25 -05:00
Greg Lin
74c19bc1a0 Fix compilation of R 3.6.1 and below due to changes in GCC 10 2022-03-21 16:21:25 -05:00
Greg Lin
3d3918230c Include PCRE2 in R 3.x on Debian 11 for Pango support
In Debian 11, Pango now depends on PCRE2, so R 3.x will not be compiled with
Pango support if we hide PCRE2 to prevent R 3.5 and 3.6 from taking an unnecessary
dependency on PCRE2.

To check if R 3.x was compiled without Pango support, look for this line in the
configure output:

checking whether pkg-config knows about cairo and pango... no

Or in R, check if the "bitmapType" option defaults to "Xlib" instead of "Cairo":

> getOption("bitmapType")
"Xlib"
2022-03-21 16:21:25 -05:00
Greg Lin
3a1b8a2a10 Add builds for Debian 11 2022-03-21 16:21:25 -05:00
Greg Lin
5904663b70
Merge pull request #112 from rstudio/glin/c8-rocky
Use Rocky Linux 8 in place of CentOS 8; platform updates
2022-02-10 11:35:03 -06:00
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