Skip to content

Commit 688d946

Browse files
authored
Merge pull request #279 from rstudio/upkeep/fedora-41-eol
Remove Fedora 41
2 parents 1b2f29c + 343d5cd commit 688d946

File tree

5 files changed

+2
-109
lines changed

5 files changed

+2
-109
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
PLATFORMS := ubuntu-2004 ubuntu-2204 ubuntu-2404 debian-12 debian-13 centos-7 centos-8 rhel-9 rhel-10 opensuse-156 opensuse-160 fedora-41 fedora-42 fedora-43
1+
PLATFORMS := ubuntu-2004 ubuntu-2204 ubuntu-2404 debian-12 debian-13 centos-7 centos-8 rhel-9 rhel-10 opensuse-156 opensuse-160 fedora-42 fedora-43
22

33
docker-build:
44
@cd builder && docker compose build --parallel

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ R binaries are built for the following Linux operating systems:
2525
- Red Hat Enterprise Linux 7, 8, 9, 10
2626
- openSUSE 15.6, 16.0
2727
- SUSE Linux Enterprise 15 SP6
28-
- Fedora 41, 42, 43
28+
- Fedora 42, 43
2929

3030
Operating systems are supported until their vendor end-of-support dates, which
3131
can be found on the [Posit Platform Support](https://posit.co/about/platform-support/)
@@ -167,9 +167,6 @@ sudo zypper --no-gpg-checks install R-${R_VERSION}-1-1.$(arch).rpm
167167

168168
Download the rpm package:
169169
```bash
170-
# Fedora 41
171-
curl -O https://cdn.posit.co/r/fedora-41/pkgs/R-${R_VERSION}-1-1.$(arch).rpm
172-
173170
# Fedora 42
174171
curl -O https://cdn.posit.co/r/fedora-42/pkgs/R-${R_VERSION}-1-1.$(arch).rpm
175172

builder/Dockerfile.fedora-41

Lines changed: 0 additions & 82 deletions
This file was deleted.

builder/docker-compose.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -142,19 +142,6 @@ services:
142142
volumes:
143143
- ./integration/tmp:/tmp/output
144144
platform: ${PLATFORM_ARCH}
145-
fedora-41:
146-
command: ./build.sh
147-
environment:
148-
- R_VERSION=${R_VERSION}
149-
- R_INSTALL_PATH=${R_INSTALL_PATH}
150-
- LOCAL_STORE=/tmp/output
151-
build:
152-
context: .
153-
dockerfile: Dockerfile.fedora-41
154-
image: r-builds:fedora-41
155-
volumes:
156-
- ./integration/tmp:/tmp/output
157-
platform: ${PLATFORM_ARCH}
158145
fedora-42:
159146
command: ./build.sh
160147
environment:

test/docker-compose.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -100,15 +100,6 @@ services:
100100
volumes:
101101
- ../:/r-builds
102102
platform: ${PLATFORM_ARCH}
103-
fedora-41:
104-
image: fedora:41
105-
command: /r-builds/test/test-yum.sh
106-
environment:
107-
- OS_IDENTIFIER=fedora-41
108-
- R_VERSION=${R_VERSION}
109-
volumes:
110-
- ../:/r-builds
111-
platform: ${PLATFORM_ARCH}
112103
fedora-42:
113104
image: fedora:42
114105
command: /r-builds/test/test-yum.sh

0 commit comments

Comments
 (0)