Skip to content

Commit

Permalink
Merge pull request #1093 from rootfs/ci-rpm
Browse files Browse the repository at this point in the history
build: make daily rpm build pass
  • Loading branch information
sthaha authored Nov 29, 2023
2 parents 5794f51 + 9167470 commit 0fd8a5d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/rpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ jobs:
- name: Build RPM packages
id: rpm_build
env:
_VERSION_ : latest
_RELEASE_: latest
_VERSION_ : ${{ steps.date.outputs.date }}
_RELEASE_: 1
_COMMITTER_: ${{ github.actor }}
_ARCH_: x86_64
run: |
make containerized_build_rpm
Expand Down
2 changes: 1 addition & 1 deletion packaging/rpm/kepler.spec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ URL: https://github.com/sustainable-computing-io/kepler/
Source0: kepler.tar.gz

BuildRequires: systemd
BuildRequires: clang llvm llvm-devel zlib-devel make libbpf golang
BuildRequires: clang llvm llvm-devel zlib-devel make libbpf

Requires: elfutils-libelf
Requires: elfutils-libelf-devel
Expand Down

0 comments on commit 0fd8a5d

Please sign in to comment.