Skip to content

Commit

Permalink
ci: add Fedora 41, drop Fedora 39
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Colberg <[email protected]>
  • Loading branch information
pcolberg committed Dec 5, 2024
1 parent 5784185 commit ef2bc16
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-rpms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
RPM:
strategy:
matrix:
distro: [fedora39, fedora40, rockylinux8, rockylinux9]
distro: [fedora40, fedora41, rockylinux8, rockylinux9]
runs-on: ubuntu-latest
name: Build ${{ matrix.distro }}
steps:
Expand Down
8 changes: 0 additions & 8 deletions docker/fedora39/Dockerfile

This file was deleted.

8 changes: 8 additions & 0 deletions docker/fedora41/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
FROM fedora:41
RUN dnf install -y python3 python3-pip python3-devel python3-jsonschema python3-pyyaml python3-pybind11 python3-setuptools git make cmake libuuid-devel json-c-devel gcc clang gcc-c++ libuuid-devel json-c-devel hwloc-devel tbb-devel libedit-devel rpm-build rpmdevtools pybind11-devel python3-virtualenv yaml-cpp-devel libudev-devel cli11-devel spdlog-devel systemd numactl-devel
# Permit git to operate on repositories not owned by current user.
RUN git config --system safe.directory '*'
WORKDIR /root
COPY scripts/build-rpms-new.sh /scripts/build-rpms-new.sh
COPY scripts/test-rpms.sh /scripts/test-rpms.sh
ENTRYPOINT ["/scripts/build-rpms-new.sh"]

0 comments on commit ef2bc16

Please sign in to comment.