public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
From: dilfridge@gentoo.org
To: libc-alpha@sourceware.org
Cc: "Andreas K. Hüttel" <dilfridge@gentoo.org>
Subject: [PATCH 3/4] support: Always run ldconfig in containered tests
Date: Wed, 22 Jan 2025 17:12:42 +0100	[thread overview]
Message-ID: <20250122161338.141291-4-dilfridge@gentoo.org> (raw)
In-Reply-To: <20250122161338.141291-1-dilfridge@gentoo.org>

From: Andreas K. Hüttel <dilfridge@gentoo.org>

Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
---
 support/test-container.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/support/test-container.c b/support/test-container.c
index 79d3189e2f..10ff6a601b 100644
--- a/support/test-container.c
+++ b/support/test-container.c
@@ -740,7 +740,7 @@ main (int argc, char **argv)
   char *command_basename;
   char *so_base;
   int do_postclean = 0;
-  bool do_ldconfig = false;
+  bool do_ldconfig = true;
   char *change_cwd = NULL;
 
   int pipes[2];
-- 
2.45.2


  parent reply	other threads:[~2025-01-22 16:13 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-01-22 16:12 [RFC] Make containerized tests more robust (libgcc_s.so.1 not found) dilfridge
2025-01-22 16:12 ` [PATCH 1/4] Makeconfig: Add libgcc directory to rtld-prefix search path dilfridge
2025-01-29 19:55   ` Adhemerval Zanella Netto
2025-01-30  6:12     ` Florian Weimer
2025-01-30 13:06       ` Adhemerval Zanella Netto
2025-01-30 13:33         ` Florian Weimer
2025-01-30 15:19           ` Andreas Schwab
2025-01-30 16:26           ` Adhemerval Zanella Netto
2025-01-30 16:59             ` Andreas K. Huettel
2025-01-30 16:50     ` Andreas K. Huettel
2025-01-22 16:12 ` [PATCH 2/4] Makefile: Add ld.so.conf with libgcc dir to testroot.pristine dilfridge
2025-01-22 16:12 ` dilfridge [this message]
2025-01-22 16:12 ` [PATCH 4/4] elf: Remove now pointless empty ld.so.conf files in single tests dilfridge
2025-01-22 16:56 ` [RFC] Make containerized tests more robust (libgcc_s.so.1 not found) Andreas Schwab
2025-01-22 17:58   ` Andreas K. Huettel
2025-01-30  1:12     ` Xi Ruoyao

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=20250122161338.141291-4-dilfridge@gentoo.org \
    --to=dilfridge@gentoo.org \
    --cc=libc-alpha@sourceware.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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).