From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-build/meson/
Date: Sun, 3 Mar 2024 23:18:45 +0000 (UTC) [thread overview]
Message-ID: <1709507896.7e548173a7b8ae7d75ad48f0ba6db52545fc91e8.sam@gentoo> (raw)
commit: 7e548173a7b8ae7d75ad48f0ba6db52545fc91e8
Author: Eli Schwartz <eschwartz93 <AT> gmail <DOT> com>
AuthorDate: Sun Mar 3 22:49:56 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Mar 3 23:18:16 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e548173
dev-build/meson: add additional test quirks
A couple tests fail with LTO enabled in make.conf. This is because they
do things like try to link C <-> rust and cannot handle incompatible
bytecode formats.
It's really irrelevant to the tests, since these are end-to-end project
tests for a build system and there's no actual value in testing meson
w.r.t. -flto. Meson already has some tests covering meson's own support
of LTO, and that's all that really matters.
Signed-off-by: Eli Schwartz <eschwartz93 <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-build/meson/meson-1.4.0_rc2.ebuild | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/dev-build/meson/meson-1.4.0_rc2.ebuild b/dev-build/meson/meson-1.4.0_rc2.ebuild
index aaa0403ac9dc..f089b6a869b1 100644
--- a/dev-build/meson/meson-1.4.0_rc2.ebuild
+++ b/dev-build/meson/meson-1.4.0_rc2.ebuild
@@ -28,7 +28,7 @@ else
fi
fi
-inherit bash-completion-r1 distutils-r1 toolchain-funcs
+inherit bash-completion-r1 flag-o-matic distutils-r1 toolchain-funcs
DESCRIPTION="Open source build system"
HOMEPAGE="https://mesonbuild.com/"
@@ -86,6 +86,11 @@ src_test() {
python_test() {
(
+ # meson has its own tests for LTO support. We don't need to verify that
+ # all tests work when they happen to use it. And in particular, this
+ # breaks rust.
+ filter-lto
+
# remove unwanted python_wrapper_setup contents
# We actually do want to non-error if python2 is installed and tested.
remove="${T}/${EPYTHON}/bin:"
next reply other threads:[~2024-03-03 23:18 UTC|newest]
Thread overview: 105+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-03-03 23:18 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-09 20:15 [gentoo-commits] repo/gentoo:master commit in: dev-build/meson/ Sam James
2025-03-09 20:15 Sam James
2025-03-09 20:15 Sam James
2025-03-09 20:15 Sam James
2025-03-09 20:15 Sam James
2025-03-01 7:11 Michał Górny
2025-03-01 6:01 Sam James
2025-03-01 4:41 Sam James
2025-01-27 7:45 Eli Schwartz
2025-01-27 6:07 Eli Schwartz
2025-01-27 4:47 Eli Schwartz
2025-01-20 2:33 Sam James
2025-01-20 2:33 Sam James
2025-01-20 2:33 Sam James
2025-01-19 18:39 Arthur Zamarin
2025-01-19 18:39 Arthur Zamarin
2025-01-19 18:39 Arthur Zamarin
2025-01-10 13:28 Sam James
2024-12-17 0:13 Eli Schwartz
2024-12-06 21:19 Sam James
2024-11-24 11:02 Sam James
2024-11-02 6:18 Sam James
2024-10-21 6:34 Sam James
2024-10-21 6:34 Sam James
2024-10-21 5:48 Sam James
2024-10-21 2:55 Eli Schwartz
2024-10-14 5:28 Eli Schwartz
2024-10-06 22:26 Eli Schwartz
2024-09-20 21:23 Eli Schwartz
2024-08-29 14:32 Eli Schwartz
2024-08-29 14:28 Ionen Wolkens
2024-08-29 14:28 Ionen Wolkens
2024-08-21 9:40 Arthur Zamarin
2024-08-21 9:40 Arthur Zamarin
2024-08-21 9:40 Arthur Zamarin
2024-08-21 9:40 Arthur Zamarin
2024-08-21 9:40 Arthur Zamarin
2024-08-21 9:39 Arthur Zamarin
2024-08-21 7:16 Arthur Zamarin
2024-08-21 7:16 Arthur Zamarin
2024-08-21 7:16 Arthur Zamarin
2024-08-21 7:16 Arthur Zamarin
2024-08-20 22:22 Jakov Smolić
2024-08-20 18:05 Sam James
2024-08-16 1:16 Eli Schwartz
2024-08-14 23:29 Sam James
2024-08-14 23:29 Sam James
2024-07-29 1:19 Eli Schwartz
2024-07-29 1:19 Eli Schwartz
2024-07-11 16:29 Eli Schwartz
2024-07-11 3:15 Eli Schwartz
2024-07-11 0:34 Eli Schwartz
2024-07-11 0:34 Eli Schwartz
2024-07-08 19:25 Eli Schwartz
2024-07-03 21:25 Eli Schwartz
2024-06-25 4:48 Sam James
2024-06-25 3:35 Sam James
2024-06-25 3:35 Sam James
2024-06-25 3:35 Sam James
2024-06-25 3:35 Sam James
2024-06-25 3:35 Sam James
2024-06-25 3:35 Sam James
2024-06-25 3:11 Sam James
2024-06-25 1:32 Sam James
2024-06-25 1:32 Sam James
2024-06-25 1:32 Sam James
2024-05-31 20:10 Sam James
2024-05-13 19:41 Sam James
2024-05-13 18:45 Michał Górny
2024-05-05 20:07 Arthur Zamarin
2024-05-01 6:03 Sam James
2024-05-01 6:03 Sam James
2024-05-01 6:03 Sam James
2024-05-01 6:03 Sam James
2024-05-01 6:03 Sam James
2024-05-01 6:03 Sam James
2024-05-01 6:03 Sam James
2024-04-17 5:37 Arthur Zamarin
2024-03-22 6:14 Arthur Zamarin
2024-03-22 6:14 Arthur Zamarin
2024-03-22 4:03 Sam James
2024-03-22 4:03 Sam James
2024-03-22 4:03 Sam James
2024-03-22 4:03 Sam James
2024-03-22 4:03 Sam James
2024-03-19 7:21 Sam James
2024-03-19 6:09 Sam James
2024-03-19 5:50 Sam James
2024-03-19 5:50 Sam James
2024-03-19 5:50 Sam James
2024-03-19 3:42 Ionen Wolkens
2024-03-14 6:40 Sam James
2024-03-03 23:18 Sam James
2024-03-02 18:07 Arthur Zamarin
2024-02-28 15:27 Sam James
2024-02-26 22:27 Sam James
2024-02-19 5:08 Sam James
2024-02-19 5:08 Sam James
2024-02-19 5:08 Sam James
2024-02-19 5:08 Sam James
2024-02-19 5:08 Sam James
2024-02-19 4:04 Sam James
2024-02-14 0:27 Sam James
2024-01-14 3:18 Sam James
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1709507896.7e548173a7b8ae7d75ad48f0ba6db52545fc91e8.sam@gentoo \
--to=sam@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox