ci: Actually build the package with x86 cross-compiler

Signed-off-by: Jakub Jelen <jjelen@redhat.com>
Reviewed-by: Norbert Pocs <npocs@redhat.com>
(cherry picked from commit 91279e0aac)
This commit is contained in:
Jakub Jelen
2023-04-14 16:06:10 +02:00
parent 6a187990c1
commit bc4afc1067

View File

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