Skip to content

Commit

Permalink
CI: Fix fedora:latest (F41) failure
Browse files Browse the repository at this point in the history
Ignore debuginfo packages in our local CI to avoid this error:

Processing files: netplan-debugsource-0.106-0.fc41.x86_64
error: Empty %files file /home/test/rpmbuild/BUILD/netplan-0.106-build/netplan-0.106/debugsourcefiles.list
    Empty %files file /home/test/rpmbuild/BUILD/netplan-0.106-build/netplan-0.106/debugsourcefiles.list
  • Loading branch information
slyon committed Nov 12, 2024
1 parent 83a8d8c commit 28a5c5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rpmbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
dnf -y builddep rpm/netplan.spec
adduser test
chown -R test:test .
su test -c 'rpmbuild -bi --build-in-place rpm/netplan.spec'
su test -c 'rpmbuild -bi -D 'debug_package %{nil}' --build-in-place rpm/netplan.spec'

0 comments on commit 28a5c5d

Please sign in to comment.