Commit graph

395 commits

Author SHA1 Message Date
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
Joshua C. Forest
21aad5acc5 support staging and production 2023-09-07 17:33:02 -04:00
Joshua C. Forest
1472fe13fc security groups is a list 2023-09-07 12:07:49 -04:00
Joshua C. Forest
e619f3bd40 Tag list is different here 2023-09-06 16:09:47 -04:00
Joshua C. Forest
d88e1c13ca Switch to using vpcId and creating the security group directly from within serverless 2023-09-06 15:35:21 -04:00
Joshua C. Forest
b98e515cae
Merge pull request #190 from rstudio/root-fs-needs-to-write
Need to write to the filesystem
2023-09-06 10:53:40 -04:00
Joshua C. Forest
f0582d6fcb Need to write to the filesystem 2023-09-06 10:41:48 -04:00
Joshua C. Forest
b5a3a93ee0
Merge pull request #189 from rstudio/fix-readonly-root-fs
capitalization
2023-09-06 10:27:18 -04:00
Joshua C. Forest
c4fcfe533f capitalization 2023-09-06 10:13:27 -04:00
Joshua C. Forest
5c2d50d5e7
Merge pull request #188 from rstudio/security-hub-fixes
Fix read only filesystem security hub error
2023-09-06 10:01:21 -04:00
Joshua C. Forest
dc89efcd1c It turns out we can't fix ECS.1 as far as I can tell, we cannot change the networkmode at all unless we're using eks.
https://docs.aws.amazon.com/batch/latest/userguide/job_definition_parameters.html

Revert "explicitly set privileged=False to attempt to quiet security hub finding ECS.1"

This reverts commit dab250f9cb.
2023-09-01 11:00:45 -04:00
Joshua C. Forest
dab250f9cb explicitly set privileged=False to attempt to quiet security hub finding ECS.1 2023-09-01 10:40:06 -04:00
Joshua C. Forest
a641169eea solve the ECS.5 security hub error, root filesystem should be read only 2023-09-01 10:36:00 -04:00
Joshua C. Forest
38a5ca136b
Merge pull request #186 from rstudio/encrypt-ebs-and-imdsv2
Encrypt the ebs and use IMDSv2, with the hop limit of 2 since ECS
2023-08-31 16:47:49 -04:00
Joshua C. Forest
5f5418baf1 Encrypt the ebs and use IMDSv2, with the hop limit of 2 since ECS 2023-08-31 10:57:41 -04:00
Gábor Csárdi
5f9777270c
Merge pull request #184 from rstudio/fix/R-3.0.x-arm64 2023-08-16 23:39:30 +02:00
Gábor Csárdi
c74f362d60
Merge pull request #183 from rstudio/fix/readme-fedora-urls 2023-08-16 23:21:15 +02:00
Gábor Csárdi
101246253a Fix R 3.0.0 - R 3.0.3 on arm64 2023-08-16 12:37:36 +02:00
Gábor Csárdi
740c10ca53 Fix Fedora download URLs in README 2023-08-16 12:23:10 +02:00
Toni Noble
509840ccda add sles15sp5 to install script 2023-08-03 16:22:21 -04:00
Toni Noble
db1f2a22c7 add support for sles15sp5 2023-08-03 16:15:18 -04:00
Greg Lin
9fe1725620
Merge pull request #181 from rundel/fedora
Add builds for Fedora 37 and 38
2023-08-03 12:53:57 -05:00
Colin Rundel
093675c29a Add lapack flag 2023-08-02 17:37:47 -04:00
Colin Rundel
90001f001b Fix to handle Fedora 2023-08-02 17:06:51 -04:00
Colin Rundel
85bff41042 Revert 2023-08-02 17:06:41 -04:00
Colin Rundel
7b14f23fd9 Use flexiblas 2023-08-02 16:41:10 -04:00
Colin Rundel
f8c67002cb Provide details on blas 2023-08-02 16:13:43 -04:00
Colin Rundel
c0f78b5f75 Fix flexiblas 2023-08-02 14:11:14 -04:00