all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Tanguy Le Carrour <tanguy@bioneland.org>
To: 60240@debbugs.gnu.org
Cc: john.kehayias@protonmail.com, andreas@enge.fr, zimon.toutoune@gmail.com
Subject: [bug#60240] [PATCH v2] gnu: Add python-3.12 and python-next.
Date: Wed, 21 Feb 2024 19:36:35 +0100	[thread overview]
Message-ID: <710517CB-0F53-4A5A-ADDA-78F9AA1285D7@bioneland.org> (raw)
In-Reply-To: <4832d706e706ced5aa8a52f1b63b1e676ea5fd3d.1708516654.git.tanguy@bioneland.org>

Oups! I've just figured out that I forgot to mention something…

Le 21 février 2024 13:13:42 GMT+01:00, Tanguy Le Carrour <tanguy@bioneland.org> a écrit :
 >+       ;; With no -j argument tests use all available cpus, so provide one.
>+       #:make-flags (list (string-append (format #f "TESTOPTS=-j~d"
>+                                                 (parallel-job-count))
>+                           ;; those tests fail on low-memory systems
>+                           " --exclude test_mmap test_socket test_threading test_asyncio"
>+                           ,@(if (system-hurd?)
>+                                 '(" test_posix" ;multiple errors
>+                                   ;;...
>+                                   " test_sqlite")
>+                                 '())))

Here, I had to exlude 'test_socket' and 'test_threading' for, after 20min, there were making my computer crash! 😱
They were in the "if hurd" block, so I removed them from there.

I'll try to un-exclude them and see if it works on my bigger computer at work.

-- 
Tanguy




  reply	other threads:[~2024-02-21 18:49 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-21 15:32 [bug#60240] [PATCH] [WIP] gnu: Add python-3.11 Tanguy Le Carrour
2023-01-06 17:36 ` Simon Tournier
2023-01-09 15:59   ` Tanguy LE CARROUR
2023-03-12 23:35 ` [bug#60240] Python 3.10 in core-updates Andreas Enge
2024-02-19 21:27 ` John Kehayias via Guix-patches via
2024-02-20 14:18   ` Tanguy LE CARROUR
2024-02-21 12:13 ` [bug#60240] [PATCH v2] gnu: Add python-3.12 and python-next Tanguy Le Carrour
2024-02-21 18:36   ` Tanguy Le Carrour [this message]
2024-02-22  9:07     ` Tanguy LE CARROUR
2024-02-25 14:08   ` Lars-Dominik Braun
2024-02-26  8:25     ` Tanguy LE CARROUR
2024-03-02  9:59       ` Lars-Dominik Braun
2024-03-06 12:49         ` Tanguy LE CARROUR
2024-03-06 12:55 ` [bug#60240] [PATCH v3] " Tanguy Le Carrour
2024-03-07 18:45 ` [bug#60240] [PATCH v4] " Tanguy Le Carrour
2024-03-07 18:58 ` [bug#60240] [PATCH v5] " Tanguy Le Carrour

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=710517CB-0F53-4A5A-ADDA-78F9AA1285D7@bioneland.org \
    --to=tanguy@bioneland.org \
    --cc=60240@debbugs.gnu.org \
    --cc=andreas@enge.fr \
    --cc=john.kehayias@protonmail.com \
    --cc=zimon.toutoune@gmail.com \
    /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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.