Joshua C. Forest
f57e4329a2
Merge pull request #222 from rstudio/upgrade-serverless-version-to-support-newer-python
...
Update serverless version, remove serverless-pseudo-parameters as it's functionality is part of serverless since 2.5
2024-05-20 15:02:27 -04:00
Joshua C. Forest
acc86caa74
Update serverless version, remove serverless-pseudo-parameters as it's functionality is part of serverless since 2.5
2024-05-20 14:48:01 -04:00
Joshua C. Forest
12a253e90c
Merge pull request #221 from rstudio/upgrade-python-version-and-requirements
...
Upgrade python to 3.11, upgrade packages to support python 3.11
2024-05-20 13:44:01 -04:00
Joshua C. Forest
61eb5ea1e9
Upgrade python to 3.11, upgrade packages to support python 3.11
2024-05-20 11:34:51 -04:00
Greg Lin
4cbb7981cc
Merge pull request #219 from rstudio/fix/CVE-2024-27322
...
Patch R 4.0.0 - R 4.3.3 for CVE-2024-27322
2024-05-17 15:09:11 -05:00
Gábor Csárdi
42f8c4bd77
CVE-2024-27322: update NEWS.Rd
...
At install time the other NEWS files will be
re-generated from NEWS.Rd.
To check if your R version is patched, search for
'CVE-2024-27322' in the NEWS. From the command line:
```
grep -C 5 CVE-2024-27322 /opt/R/4.0.0/lib/R/doc/NEWS
```
From R:
```
options(browser = "false")
news(grepl("CVE-2024-27322", Text))
```
2024-05-17 12:50:35 +02:00
Joshua C. Forest
b34a236eec
Merge pull request #220 from rstudio/specify-image-id
...
Switch ec2 image type to ECS_AL2023
2024-05-16 12:06:09 -04:00
Joshua C. Forest
76725b4247
Remove the hard coded ami, instead switch the image class for now to ECS_AL2023, which will accomplish the same goal
2024-05-16 10:13:20 -04:00
Joshua C. Forest
2bcbcc6164
Hardcode an image-id so we can easily update the compute environment in the future
2024-05-15 16:07:58 -04:00
Joshua C. Forest
6903ad1488
whoops, roll that back
2024-05-15 16:07:36 -04:00
Joshua C. Forest
9523499b6a
Hardcode an image-id so we can easily update the compute environment in the future
2024-05-15 16:06:43 -04:00
Gábor Csárdi
e7a491969d
Patch R 4.0.0 - R 4.3.3 for CVE-2024-27322
...
We also update the NEWS file, so by grepping for
'CVE-2024-27322' one can tell if the patched version
is installed or not.
2024-05-15 16:35:53 +02:00
Gábor Csárdi
43418b3aa6
Fedora 40: need util-linux-core for /usr/bin/more
2024-05-12 14:22:12 +02:00
Gábor Csárdi
ea3b4c23e2
Add Fedora 40
2024-05-12 12:41:02 +02:00
Greg Lin
e79b3aa00d
Merge pull request #216 from rstudio/ubuntu-codeowner
...
Add CODEOWNERS for Ubuntu image/packaging changes
2024-05-09 12:39:47 -05:00
Greg Lin
193ea5e7df
Add @stevenolen to CODEOWNERS for Ubuntu image/packaging changes
2024-05-08 18:37:09 -05:00
Greg Lin
cdde8088a3
Merge pull request #214 from rstudio/opensuse154-eol
...
Remove openSUSE 15.4 for EOL
2024-05-07 12:20:28 -05:00
Greg Lin
44eb2eff06
Merge pull request #215 from michaelmayer2/openblas-focal
...
OpenBLAS support for Ubuntu 20.04 (Focal)
2024-05-03 17:32:52 -05:00
Michael Mayer
534e0874c3
add libopenblas-dev instead of libopenblas-base to make testpkg happy
2024-05-03 19:57:12 +00:00
Greg Lin
770f273ce1
Remove openSUSE 15.4 for EOL
2024-05-02 17:38:54 -05:00
Michael Mayer
8e2dbc253a
fix merge conflict
2024-05-02 13:00:48 +02:00
Michael Mayer
8d7388de1a
bring back openblas to focal builds
2024-05-02 12:56:15 +02:00
Greg Lin
896e32a8b3
Merge pull request #213 from rstudio/ubuntu24
...
Add support for Ubuntu 24.04
2024-04-17 13:49:10 -05:00
Greg Lin
111621f79a
Add support for Ubuntu 24.04
2024-04-16 18:23:04 -05:00
Greg Lin
49fd6fef5d
Merge pull request #210 from rstudio/versions
...
Fix unexpected `4.3.3.tar.xz` version in `versions.json`
2024-02-29 14:09:35 -06:00
Greg Lin
490e1513d3
Update versions.json generation for addition of .tar.xz source files
2024-02-29 13:28:58 -06:00
Gábor Csárdi
3ef16ba43b
Merge pull request #208 from rstudio/fedora-39-readme
...
Update README for Fedora 39 update
2024-02-26 21:41:24 +01:00
Gábor Csárdi
ed9f9433cc
Update README for Fedora 39 update
...
Dropping Fedora 37, now EOL, adding Fedora 39,
now that the R packages are available.
[ci skip]
2024-02-24 11:20:29 +01:00
Gábor Csárdi
aa6f37d504
Merge pull request #207 from rstudio/fedora-39
...
Add support for Fedora 39
2024-02-23 09:40:18 +01:00
Gábor Csárdi
c268f65b17
Add support for Fedora 39
...
Drop support for Fedora 37, EOL 2023-12-05.
2024-02-22 15:30:00 +01:00
Gábor Csárdi
401bbd29c3
Merge pull request #206 from rstudio/fix/deflate-debian
...
Fix libdeflate dep on Debian 11, 12 as well
2024-02-21 20:19:02 +01:00
Gábor Csárdi
2317e4c575
Fix libdeflate dep on Debian 11, 12 as well
...
To fix up #204 .
2024-02-21 10:39:53 +01:00
Gábor Csárdi
906a8657d2
Merge pull request #205 from rstudio/fix/test-xfig
...
The xfig() device is deprecated in R 4.4.0
2024-02-20 21:25:56 +01:00
Gábor Csárdi
6a3ab6905e
Merge pull request #204 from rstudio/fix/deflate
...
Fix devel builds for libdeflate
2024-02-20 21:25:44 +01:00
Gábor Csárdi
453876ff20
pictex device is also deprecated in R 4.4.0
...
Do not test that, either.
[ci skip]
2024-02-19 21:11:50 +01:00
Gábor Csárdi
90b81606fd
The xfig() device is deprecated in R 4.4.0
...
So we do not test it any more.
Cf. d04d9dbcf4
2024-02-19 21:11:50 +01:00
Gábor Csárdi
973eedc7f6
Fix devel builds for libdeflate
...
Closes #194 .
2024-02-19 21:11:50 +01:00
Gábor Csárdi
57c2e9b4a2
Fix devel builds for libdeflate
...
Closes #194 .
2024-02-19 19:23:32 +01:00
Greg Lin
5130675227
Merge pull request #203 from tiagomlalves/add-oracle-linux-support
...
Adds Oracle Linux support
2024-02-13 14:41:08 -06:00
Tiago Alves
f0e6f2e6d9
Adds Oracle Linux support
...
Adds Oracle Linux support in which version 9 requires different logic
to enable CodeReady Builder repository which provides openblas-devel
required to install R.
Changes validated in both Oracle Linux 8 and 9 versions.
2024-02-12 23:44:33 +00:00
Joshua C. Forest
430fee4f5e
Merge pull request #201 from rstudio/forgot-to-remove-dependson
...
remove the dependson
2024-02-05 16:08:38 -05:00
Joshua C. Forest
89d27508f9
remove the dependson
2024-02-05 16:07:48 -05:00
Joshua C. Forest
7ceb820ec9
Merge pull request #200 from rstudio/update-compute-env-ami
...
Theoretically we can remove the rBuildsBatchIamRole because the AWSSe…
2024-02-05 16:02:58 -05:00
Joshua C. Forest
79352c9a62
Theoretically we can remove the rBuildsBatchIamRole because the AWSServiceRoleForBatch will be automatically created if we don't specify a service role for the compute environment
2024-02-05 15:34:07 -05:00
nihara-thomas
5532edb31d
Merge pull request #182 from rstudio/deth-sles15sp5
...
Add R builds for openSUSE 15.5 / SLES 15 SP5
2023-10-03 09:32:04 -07:00
nihara-thomas
59b26c876a
Updated README --> new platform steps
2023-10-02 14:37:16 -07:00
nihara-thomas
27576d1650
Updated README + added package script
2023-10-02 14:19:30 -07:00
Joshua C. Forest
3247926d80
Merge pull request #191 from rstudio/create-sg-automatically-require-vpc-id
...
Switch to using vpcId and creating the security group directly from within serverless
2023-09-08 09:08:10 -04:00
Joshua C. Forest
8c0af64aeb
modify tags to match how we did them in python-builds and revdepcheck-cloud
2023-09-08 08:54:10 -04:00
Joshua C. Forest
042612f906
match python-builds with new allocation strategy
2023-09-07 18:53:59 -04:00