Skip to content

Commit

Permalink
Makefile: Drop hack for fixed kernel bug
Browse files Browse the repository at this point in the history
We have never observed https://bugzilla.redhat.com/show_bug.cgi?id=1762663
in Fedora 32, and it does not seem to happen with current Fedora 31 any
more either.

Closes #329
  • Loading branch information
martinpitt authored Mar 3, 2020
1 parent 1b6dc97 commit ef54dc1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -141,10 +141,7 @@ rpm: dist-gzip $(RPM_NAME).spec
# build a VM with locally built rpm installed
$(VM_IMAGE): rpm bots
rm -f $(VM_IMAGE) $(VM_IMAGE).qcow2
# HACK: https://bugzilla.redhat.com/show_bug.cgi?id=1762663
if [ $(TEST_OS) = "fedora-31" ]; then bots/image-customize -v -r 'grub2-editenv - set "$$(grub2-editenv list | grep ^kernelopts) debug"' $(TEST_OS); fi
bots/image-customize -v -i cockpit-ws -i `pwd`/$(RPM_NAME)-*.noarch.rpm -s $(CURDIR)/test/vm.install $(TEST_OS)
if [ $(TEST_OS) = "fedora-31" ]; then bots/image-customize -v -r 'grub2-editenv - set "$$(grub2-editenv list | grep ^kernelopts | sed "s/debug//")"' $(TEST_OS); fi

# convenience target for the above
vm: $(VM_IMAGE)
Expand Down

0 comments on commit ef54dc1

Please sign in to comment.