Skip to content

Commit

Permalink
Merge e15f3e2 into b05e1e4
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolberg committed May 27, 2024
2 parents b05e1e4 + e15f3e2 commit fed231e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-rpms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
RPM:
strategy:
matrix:
distro: [fedora37, fedora38, rockylinux8]
distro: [fedora39, fedora40, rockylinux8]
runs-on: ubuntu-latest
name: Build ${{ matrix.distro }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion docker/fedora37/Dockerfile → docker/fedora39/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM fedora:37
FROM fedora:39
RUN dnf install -y python3 python3-pip python3-devel python3-jsonschema python3-pyyaml python3-pybind11 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
RUN python3 -m pip install setuptools --upgrade --prefix=/usr
RUN python3 -m pip install pyyaml jsonschema
Expand Down
2 changes: 1 addition & 1 deletion docker/fedora38/Dockerfile → docker/fedora40/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM fedora:38
FROM fedora:40
RUN dnf install -y python3 python3-pip python3-devel python3-jsonschema python3-pyyaml python3-pybind11 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
RUN python3 -m pip install setuptools --upgrade --prefix=/usr
RUN python3 -m pip install pyyaml jsonschema
Expand Down

0 comments on commit fed231e

Please sign in to comment.