Commit a51e475
committed
github: Fix potential 32-bit package installations.
On the latest Fedora 43 image, 'dnf builddep' may install
the 32-bit version of libcap-ng-devel, which causes the
build to fail. This change forces builddep to exclude
32-bit packages, ensuring the correct x86_64 variants
are installed.
Acked-by: Ilya Maximets <i.maximets@ovn.org>
Signed-off-by: Eelco Chaudron <echaudro@redhat.com>1 parent a7cd823 commit a51e475
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
684 | 684 | | |
685 | 685 | | |
686 | 686 | | |
687 | | - | |
| 687 | + | |
688 | 688 | | |
689 | 689 | | |
690 | 690 | | |
| |||
0 commit comments