ci: Actually build the package with x86 cross-compiler

Signed-off-by: Jakub Jelen <jjelen@redhat.com>
Reviewed-by: Norbert Pocs <npocs@redhat.com>
This commit is contained in:
Jakub Jelen
2023-04-14 16:06:10 +02:00
parent 2ba5a5e976
commit 91279e0aac

View File

@@ -377,7 +377,8 @@ tumbleweed/openssl_1.1.x/x86/gcc:
-DWITH_SERVER=ON
-DWITH_ZLIB=ON
-DWITH_PCAP=ON
-DUNIT_TESTING=ON ..
-DUNIT_TESTING=ON .. &&
make -j$(nproc)
tumbleweed/openssl_1.1.x/x86_64/gcc7:
extends: .tumbleweed