Commit graph

  • 5aba4ea44b Update default branch to main Greg Lin 2022-11-30 15:50:40 -06:00
  • 2e09c60108
    Merge pull request #147 from rstudio/quickinstall-versions Greg Lin 2022-09-21 12:04:39 -06:00
  • 25ad44362f Don't install prerelease R versions by default in quickinstall script Greg Lin 2022-09-21 12:22:32 -05:00
  • cc4b40a6df
    Merge pull request #146 from rstudio/fix-rhel9-pcre2 Greg Lin 2022-09-09 09:38:19 -06:00
  • f66f829e57 Fix missing PCRE2 dependency in R 3.x builds for RHEL 9 Greg Lin 2022-09-08 17:36:49 -05:00
  • 6705d0334c Fix R builds tests not returning error codes correctly Greg Lin 2022-09-08 17:29:17 -05:00
  • 76da757506
    Merge pull request #145 from rstudio/spot-instance-termination Greg Lin 2022-09-07 14:02:08 -06:00
  • 2da405d505 Mitigate EC2 Spot instance interruptions Greg Lin 2022-09-07 14:31:07 -05:00
  • dc64e625d3
    Merge pull request #144 from rstudio/limit-instance-sizes Greg Lin 2022-09-01 16:04:49 -05:00
  • b2c157f047 Limit instance sizes to mitigate Docker timeout failures Greg Lin 2022-09-01 15:42:42 -05:00
  • 1d4f97f076
    Merge pull request #143 from rstudio/remove-userdata-for-now Joshua C. Forest 2022-09-01 18:20:42 +00:00
  • 0b6c741323 remove for testing purposes Joshua C. Forest 2022-09-01 13:57:17 -04:00
  • 40a7ab7218
    Merge pull request #141 from rstudio/more-nfpm Greg Lin 2022-08-31 17:20:45 -05:00
  • aeca9f91d9
    Merge pull request #142 from rstudio/update-instance-types Greg Lin 2022-08-31 14:26:57 -05:00
  • 4cb2d64968 Update instance types, removing memory optimized instances Greg Lin 2022-08-31 13:34:57 -05:00
  • b219b1ce4f
    Merge pull request #140 from rstudio/container-timeout Greg Lin 2022-08-30 11:28:46 -05:00
  • f6447d8408 Increase ECS_CONTAINER_CREATE_TIMEOUT to 10m to mitigate Docker timeouts Greg Lin 2022-08-29 15:53:29 -05:00
  • a575edc2af
    Merge pull request #139 from rstudio/fix-device-name Greg Lin 2022-08-26 15:05:15 -05:00
  • 27472d6bc3 Update block device name for Amazon Linux 2 Greg Lin 2022-08-26 14:41:10 -05:00
  • 8a74b32f18
    Merge pull request #138 from rstudio/fix-launch-template Greg Lin 2022-08-26 13:32:55 -05:00
  • 4c91f1e9d6 Use latest version of the launch template Greg Lin 2022-08-26 11:35:02 -05:00
  • 254e1ac65f
    Merge pull request #137 from rstudio/bump-ecs-volume Greg Lin 2022-08-25 12:25:45 -05:00
  • 1e34ec86b5 Increase ECS volume size to 96 GiB Greg Lin 2022-08-25 11:48:11 -05:00
  • ef86564f8f Replace fpm with nFPM for all other platforms Greg Lin 2022-08-23 18:05:40 -05:00
  • 92ef513670
    Merge pull request #136 from rstudio/fix-fpm Greg Lin 2022-08-24 11:53:34 -05:00
  • 1552c23b3c Replace fpm with nfpm for the newest platforms Greg Lin 2022-08-22 19:02:33 -05:00
  • a245fc65d9 Fix fpm installation on openSUSE 15.4; switch to nfpm Greg Lin 2022-08-22 18:52:05 -05:00
  • 708314a1a2
    Merge pull request #134 from rstudio/suse154 Greg Lin 2022-08-19 12:08:59 -05:00
  • 8301c552f1
    Merge pull request #133 from rstudio/rhel9 Greg Lin 2022-08-19 12:08:42 -05:00
  • f8392bdea8 Add R builds for openSUSE 15.4/SLES 15 SP4 Greg Lin 2022-08-10 13:56:35 -05:00
  • 979efa5b32 Add documentation about how we link against BLAS/LAPACK Greg Lin 2022-08-17 18:07:33 -05:00
  • 38b7be9f98
    Merge pull request #131 from rstudio/gha Greg Lin 2022-08-17 16:31:18 -05:00
  • b088d31a7a
    Merge pull request #130 from rstudio/glin-test Greg Lin 2022-08-17 16:26:24 -05:00
  • 53bc157354 Update quick install script for RHEL 9 Greg Lin 2022-08-09 17:51:13 -05:00
  • 218b2dfed6 Make check for R 3.3.x bug easier to maintain Greg Lin 2022-08-09 16:55:09 -05:00
  • 768316ab6f Add R builds for RHEL 9 Greg Lin 2022-08-08 16:46:27 -05:00
  • b863122cd4 Disable fail-fast on matrix jobs since there seem to be a lot of transient errors Greg Lin 2022-08-17 12:10:19 -05:00
  • 534f225b0c Trigger workflow on workflow changes Greg Lin 2022-08-16 18:35:54 -05:00
  • 225b7da1f7 Try parallelizing R version builds Greg Lin 2022-08-16 17:09:05 -05:00
  • a1f46060fa Try local Docker image caching in GHA Greg Lin 2022-08-15 18:14:43 -05:00
  • 5576778f09 Remove deprecated version field from docker-compose.yml Greg Lin 2022-08-15 14:49:43 -05:00
  • 4597879d10 Add GitHub Actions workflow to test R builds Greg Lin 2022-08-10 18:54:28 -05:00
  • 83dfc554f2 Use quick install script to test R builds Greg Lin 2022-08-10 18:53:42 -05:00
  • df380906fb Fix unattended quick install hanging on tzdata for Ubuntu 18 Greg Lin 2022-08-10 18:53:09 -05:00
  • 79bd3a378f Fix quick install script not detecting Debian version correctly Greg Lin 2022-08-10 18:39:57 -05:00
  • 974cefff66 Add Make targets for easier development/testing; update README Greg Lin 2022-08-10 18:39:17 -05:00
  • 1de359f3e6 Add tests for R builds Greg Lin 2022-08-10 17:17:01 -05:00
  • 69b268e6f7
    Merge pull request #128 from rstudio/debian9-eol Greg Lin 2022-08-15 14:18:07 -05:00
  • b3a54b1583 Drop Debian 9 builds for EOL Greg Lin 2022-08-09 16:38:06 -05:00
  • be7bbc48e7
    Merge pull request #127 from rstudio/update-instance-types Joshua C. Forest 2022-07-26 14:55:59 +00:00
  • c3ee528dc0 update to gp3 volumes as well Joshua C. Forest 2022-07-26 10:29:40 -04:00
  • f9030c707f also update bid percentage to 85% like in python-builds Joshua C. Forest 2022-07-26 10:20:16 -04:00
  • 5128deda83 update to the instance types we use in python-builds Joshua C. Forest 2022-07-26 10:18:17 -04:00
  • cd8068b7e5
    Merge pull request #125 from rstudio/sles12-eol Greg Lin 2022-06-02 12:35:22 -05:00
  • 37d8c527c1 Drop SLES 12 support for EOL Greg Lin 2022-05-20 15:38:39 -05:00
  • fc1cba509f
    Merge pull request #124 from rstudio/update-lambda-python Greg Lin 2022-05-04 11:13:50 -05:00
  • 228afb3609 Update Lambda runtime to Python 3.8 Greg Lin 2022-05-03 17:51:10 -05:00
  • 7e694ea176
    Merge pull request #123 from rstudio/fix-r-devel Greg Lin 2022-05-03 11:43:50 -05:00
  • ee8b739d5f Update R-devel tarball location Greg Lin 2022-05-03 11:17:19 -05:00
  • 88992af932
    Merge pull request #122 from rstudio/glin/jammy-openblas Greg Lin 2022-04-29 11:35:54 -05:00
  • 1649b9a91b Switch back to using OpenBLAS for Ubuntu 22 Greg Lin 2022-04-21 17:28:08 -05:00
  • cdc8d4203f
    Merge pull request #120 from rstudio/glin/fix-jammy Greg Lin 2022-04-20 14:56:27 -05:00
  • a611cb425b Fix missing Pango support in R 3.x for Ubuntu 22 Greg Lin 2022-03-24 16:02:09 -05:00
  • d4052533e7
    Merge pull request #116 from gaborcsardi/feature/r-next Gábor Csárdi 2022-03-30 20:17:24 +02:00
  • 6a0308e553 Fix renaming R-alpha etc in 'next' Gábor Csárdi 2022-03-30 19:37:32 +02:00
  • 04a2ff4fc3 Build the next version of R as well Gábor Csárdi 2022-03-30 15:26:12 +02:00
  • 3604b178d5
    Merge pull request #115 from rstudio/glin/opensuse152-eol Greg Lin 2022-03-24 15:30:47 -05:00
  • d12f03235c Document platform support policy Greg Lin 2022-03-23 17:44:27 -05:00
  • c7b30828b7 Drop openSUSE 15.2 builds for EOL Greg Lin 2022-03-22 14:50:02 -05:00
  • ee6db069ca
    Merge pull request #106 from rstudio/glin/debian-11 Greg Lin 2022-03-22 13:28:39 -05:00
  • c17e2b9666 Use CFLAGS/FFLAGS over the SHLIB_* variables Greg Lin 2022-01-05 10:47:19 -06:00
  • 74c19bc1a0 Fix compilation of R 3.6.1 and below due to changes in GCC 10 Greg Lin 2021-10-25 17:05:16 -05:00
  • 3d3918230c Include PCRE2 in R 3.x on Debian 11 for Pango support Greg Lin 2021-10-22 18:28:04 -05:00
  • 3a1b8a2a10 Add builds for Debian 11 Greg Lin 2021-10-21 08:47:27 -05:00
  • 5904663b70
    Merge pull request #112 from rstudio/glin/c8-rocky Greg Lin 2022-02-10 11:35:03 -06:00
  • c87a7a623e Update supported platforms; discontinue Ubuntu 16 and openSUSE 15 Greg Lin 2022-02-07 17:10:56 -06:00
  • ab11f64d61 Use Rocky Linux 8 in place of CentOS 8 Greg Lin 2022-02-07 16:53:59 -06:00
  • fa8f303cf7
    Merge pull request #110 from rstudio/add-ubuntu-2204 Greg Lin 2022-02-04 17:37:30 -06:00
  • 04af27df50 Temporarily disable CentOS 8 image builds because it's EOL Greg Lin 2022-02-04 12:43:14 -06:00
  • ac8d54d878 Update serverless.yml and docker-compose.yml for jammy Greg Lin 2022-02-04 12:40:45 -06:00
  • cb84021aad add jammy Joshua C. Forest 2022-02-04 12:06:45 -05:00
  • fc32f1815a PR feedback Joshua C. Forest 2022-02-04 08:23:41 -05:00
  • debfa03414 Add ubuntu 22.04 (jammy) support Joshua C. Forest 2022-02-03 14:19:41 -05:00
  • 61a6299168
    Merge pull request #107 from rstudio/deth-update-r-install Toni 2022-01-12 11:12:11 -05:00
  • da42f97e27
    missed an alma and rocky in install_rpm Toni 2022-01-11 17:38:08 -05:00
  • b4c07a8283
    add alma and rocky linux Toni 2022-01-11 17:29:10 -05:00
  • d2f9c60da6
    add amazon to detectable OSs, install epel Toni 2022-01-11 17:06:24 -05:00
  • e13e2be68a
    Merge pull request #105 from rstudio/glin/opensuse153-icu Greg Lin 2022-01-03 12:23:46 -06:00
  • 642be27f17
    Merge pull request #103 from rstudio/dethmasque-suse-readme Toni 2022-01-03 12:47:55 -05:00
  • 4de149db9a
    Update README.md Toni 2022-01-03 12:47:43 -05:00
  • b60b6573c5 Fix openSUSE 15.3 installation and update to ICU 69 Greg Lin 2021-12-28 12:17:35 -06:00
  • 20caae3fb0
    Merge pull request #102 from rstudio/glin/ubuntu16-awscli Greg Lin 2021-11-03 15:39:25 -05:00
  • f034526c38
    download for suse 15.3, clarify supported suses Toni 2021-11-03 14:00:15 -04:00
  • 06223fd26d Update to supported version of AWS CLI on Ubuntu 16 Greg Lin 2021-11-01 17:32:42 -05:00
  • 97a08301f4
    Merge pull request #101 from rstudio/glin/lambda-timeout Greg Lin 2021-10-29 15:43:18 -05:00
  • 1c42713917 Increase queueBuilds function timeout to 90 seconds Greg Lin 2021-10-29 11:17:39 -05:00
  • f0f8a416d7
    Merge pull request #100 from rstudio/glin/node-14-empty-files Greg Lin 2021-10-29 10:27:12 -05:00
  • 98ba099269 Downgrade Node version to 14 for deploy job Greg Lin 2021-10-28 17:41:43 -05:00
  • d727889486
    Merge pull request #99 from rstudio/update-deploy-role Joshua C. Forest 2021-10-28 17:54:54 +00:00
  • a860ea39eb run the deploy as the new bespoke role Joshua C. Forest 2021-10-28 13:01:11 -04:00