Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 15740ba

Browse files
Add Ubuntu Oracular Oriole & Fedora 41
1 parent 6370cef commit 15740ba

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

‎.github/workflows/package.yml‎

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,11 @@ jobs:
3535
{ distribution: ubuntu, codename: jammy, description: Ubuntu 22.04 (Jammy Jellyfish) },
3636
{ distribution: ubuntu, codename: mantic, description: Ubuntu 23.10 (Mantic Minotaur) },
3737
{ distribution: ubuntu, codename: noble, description: Ubuntu 24.04 (Noble Numbat) },
38-
{ distribution: debian, codename: buster, description: Debian 10.x (Buster) },
39-
{ distribution: debian, codename: bullseye, description: Debian 11.x (Bullseye) },
40-
{ distribution: debian, codename: bookworm, description: Debian 12.x (Bookworm) },
41-
{ distribution: debian, codename: trixie, description: Debian 13.x (Trixie) },
38+
{ distribution: ubuntu, codename: oracular, description: Ubuntu 24.10 (Oracular Oriole) },
39+
{ distribution: debian, codename: buster, description: Debian 10.x (Buster) },
40+
{ distribution: debian, codename: bullseye, description: Debian 11.x (Bullseye) },
41+
{ distribution: debian, codename: bookworm, description: Debian 12.x (Bookworm) },
42+
{ distribution: debian, codename: trixie, description: Debian 13.x (Trixie) }
4243
]
4344
qt_version: [ '5', '6' ]
4445
include:
@@ -158,7 +159,7 @@ jobs:
158159
strategy:
159160
fail-fast: false
160161
matrix:
161-
tag: [ 39, 40 ]
162+
tag: [ 39, 40, 41 ]
162163
qt_version: [ '5', '6' ]
163164
include:
164165
- dist: fedora
@@ -198,7 +199,7 @@ jobs:
198199
labels: |
199200
maintainer=Hyperion Project <admin@hyperion-project.org>
200201
org.opencontainers.image.vendor=Hyperion Project
201-
org.opencontainers.image.title=${{ matrix.description }} - QT ${{ matrix.qt_version }}
202+
org.opencontainers.image.title=${{ matrix.description }} - QT ${{ matrix.qt_version }}
202203
org.opencontainers.image.description=Compilation environment to build Hyperion for ${{ matrix.description }} ${{ matrix.tag }}
203204
org.opencontainers.image.url=${{ github.server_url }}
204205
org.opencontainers.image.source=${{ github.server_url }}/hyperion.docker-ci

‎fedora‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ else \
3535
fi
3636

3737
# install general deps
38-
RUN dnf -y groupinstall 'Development Tools' 'C Development Tools and Libraries' 'RPM Development Tools' && \
38+
RUN dnf -y group install 'development-tools' 'c-development' 'rpm-development-tools' && \
3939
$DNF_INSTALL \
4040
ninja-build \
4141
curl \

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /