Skip to content

Commit 9e36c66

Browse files
committed
build: disable libraries for static build
Drop all the libraries from the static build. This allows the upload build job to succeed. Signed-off-by: Daniel Wagner <[email protected]>
1 parent 7e86583 commit 9e36c66

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

scripts/build.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,11 @@ config_meson_static() {
179179
--prefix=/usr \
180180
-Dc_link_args="-static" \
181181
-Dkeyutils=disabled \
182-
-Dopenssl:werror=false \
182+
-Dliburing=disabled \
183+
-Dpython=disabled \
184+
-Dopenssl=disabled \
185+
-Dtests=false \
186+
-Dexamples=false \
183187
"${BUILDDIR}"
184188
}
185189

0 commit comments

Comments
 (0)