Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/comment-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ jobs:

- name: Build RPMs
run: |
dnf install -y git make rpm-build rust-toolset
dnf install -y git make rpm-build dnf-plugins-core
dnf builddep -y greenboot-rs.spec
make rpm

- name: Verify RPMs were created
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/greenboot-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ jobs:

- name: Build RPMs
run: |
dnf install -y git make rpm-build rust-toolset
dnf install -y git make rpm-build dnf-plugins-core
dnf builddep -y greenboot-rs.spec
git config --global --add safe.directory /__w/greenboot-rs/greenboot-rs
make rpm

Expand Down
Loading