Skip to content

Commit 10e69b4

Browse files
authored
Add support for RHEL 8 (#72)
This PR adds support for RHEL 8, and makes related tweaks.
1 parent 4694e65 commit 10e69b4

File tree

6 files changed

+41
-295
lines changed

6 files changed

+41
-295
lines changed

.github/workflows/cleanup.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,9 @@ jobs:
2525
- debian-bullseye
2626
- debian-bookworm
2727
- gcc
28-
- rhel-9.4
29-
- rhel-9.6
28+
- rhel-8
29+
- rhel-9
30+
- rhel-10
3031
- tools-rippled-clang-format
3132
- tools-rippled-documentation
3233
- tools-rippled-pre-commit

.github/workflows/rhel-ubi.yml

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

.github/workflows/rhel.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ jobs:
4545
- platform: linux/arm64
4646
runner: ubuntu-24.04-arm
4747
os:
48+
- release: 8
49+
compiler_name: gcc
50+
compiler_version: 14
4851
- release: 9
4952
compiler_name: gcc
5053
compiler_version: 12
@@ -57,6 +60,9 @@ jobs:
5760
- release: 10
5861
compiler_name: gcc
5962
compiler_version: 14
63+
- release: 8
64+
compiler_name: clang
65+
compiler_version: "any"
6066
- release: 9
6167
compiler_name: clang
6268
compiler_version: "any"
@@ -146,6 +152,9 @@ jobs:
146152
strategy:
147153
matrix:
148154
os:
155+
- release: 8
156+
compiler_name: gcc
157+
compiler_version: 14
149158
- release: 9
150159
compiler_name: gcc
151160
compiler_version: 12
@@ -158,6 +167,9 @@ jobs:
158167
- release: 10
159168
compiler_name: gcc
160169
compiler_version: 14
170+
- release: 8
171+
compiler_name: clang
172+
compiler_version: "any"
161173
- release: 9
162174
compiler_name: clang
163175
compiler_version: "any"

docker/rhel-ubi/Dockerfile

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

docker/rhel-ubi/README.md

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

0 commit comments

Comments
 (0)