This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: testroot.pristine creation falls over copying dynamic linker
- From: DJ Delorie <dj at redhat dot com>
- To: Joseph Myers <joseph at codesourcery dot com>
- Cc: carlos at redhat dot com, libc-alpha at sourceware dot org
- Date: Wed, 07 Aug 2019 18:05:45 -0400
- Subject: Re: testroot.pristine creation falls over copying dynamic linker
Joseph Myers <joseph@codesourcery.com> writes:
> I have now done a MIPS test of this patch in the
> --enable-hardcoded-path-in-tests case and confirmed it also works in that
> case as well - of course in that case it copies libraries to paths under
> <builddir>/testroot.pristine/<builddir> so that execution within the
> testroot can find the libraries at the hardcoded paths.
Does that work? IIRC I mount builddir into the testroot, so if you
create files under testroot/builddir from *outside* the testroot,
they'll get hidden when the container runs.