From ce69f688dec853bc27bbecf525e114ab36b5013d Mon Sep 17 00:00:00 2001 From: tb Date: Mon, 23 Jan 2023 12:52:00 +0000 Subject: [PATCH] lang/pypy: mark BROKEN-amd64. ok sthen Since recent x-only changes, the bootstrap segfaults very early on in the build. The obvious workarounds like USE_NOEXECONLY or passing in variants of --no-execute-only via the environment aren't enough. --- lang/pypy/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/pypy/Makefile b/lang/pypy/Makefile index b2e7bc0b47a..ac32d18cb7c 100644 --- a/lang/pypy/Makefile +++ b/lang/pypy/Makefile @@ -1,4 +1,5 @@ ONLY_FOR_ARCHS = aarch64 amd64 +BROKEN-amd64 = build segfaults also with USE_NOEXECONLY COMMENT = fast implementation of the Python language