[nautilus/ci-logs] CI: pass --libdir to Meson
- From: Ernestas Kulik <ernestask src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus/ci-logs] CI: pass --libdir to Meson
- Date: Fri, 25 May 2018 19:26:12 +0000 (UTC)
commit 3cdf284a1fc60f189de344c7c60fc92f8dde0cb0
Author: Ernestas Kulik <ernestask gnome org>
Date: Fri May 25 22:24:36 2018 +0300
CI: pass --libdir to Meson
It defaults to lib64 and that might be an issue.
.gitlab-ci.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 744af467d..14251213d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -27,7 +27,7 @@ flatpak:
- flatpak-builder --stop-at=${FLATPAK_MODULE} app ${MANIFEST_PATH}
# Make sure to keep this in sync with the Flatpak manifest, all arguments
# are passed except the config-args because we build it ourselves
- - flatpak build app meson --prefix=/app ${MESON_ARGS} _build
+ - flatpak build app meson --prefix=/app --libdir=lib ${MESON_ARGS} _build
- flatpak build app ninja -C _build install
- flatpak-builder --finish-only --repo=repo app ${MANIFEST_PATH}
# Generate a Flatpak bundle
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]