commit: 36297afc4fb260e18027d387afac637e67a38a3a Author: Eli Schwartz <eschwartz <AT> gentoo <DOT> org> AuthorDate: Mon Jan 27 08:17:54 2025 +0000 Commit: Eli Schwartz <eschwartz <AT> gentoo <DOT> org> CommitDate: Mon Jan 27 08:18:15 2025 +0000 URL: https://gitweb.gentoo.org/proj/binhost.git/commit/?id=36297afc
milou: build variant meson with USE=test-full Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org> .../milou/server-23/portage/variants/meson-ci/package.use/meson-ci | 5 +++++ .../server-v3-23/portage/variants/meson-ci/package.use/meson-ci | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/builders/milou/server-23/portage/variants/meson-ci/package.use/meson-ci b/builders/milou/server-23/portage/variants/meson-ci/package.use/meson-ci new file mode 100644 index 0000000..7ded607 --- /dev/null +++ b/builders/milou/server-23/portage/variants/meson-ci/package.use/meson-ci @@ -0,0 +1,5 @@ +dev-libs/boost python + +# USE=test-full +dev-build/meson test test-full +sys-libs/zlib static-libs diff --git a/builders/milou/server-v3-23/portage/variants/meson-ci/package.use/meson-ci b/builders/milou/server-v3-23/portage/variants/meson-ci/package.use/meson-ci new file mode 100644 index 0000000..7ded607 --- /dev/null +++ b/builders/milou/server-v3-23/portage/variants/meson-ci/package.use/meson-ci @@ -0,0 +1,5 @@ +dev-libs/boost python + +# USE=test-full +dev-build/meson test test-full +sys-libs/zlib static-libs
