[llvm-bugs] [Bug 49987] New: Backport fixes for running tests in Windows Containers

via llvm-bugs llvm-bugs at lists.llvm.org
Fri Apr 16 01:44:07 PDT 2021


https://bugs.llvm.org/show_bug.cgi?id=49987

            Bug ID: 49987
           Summary: Backport fixes for running tests in Windows Containers
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Support Libraries
          Assignee: unassignedbugs at nondot.org
          Reporter: martin at martin.st
                CC: llvm-bugs at lists.llvm.org, tstellar at redhat.com
            Blocks: 49317

I'd appreciate if the following two commits can be backported to the 12.x
branch:

commit 9de63b2e051cb3e79645cc20b83b4d33d132cba0
Author: Martin Storsjö <martin at martin.st>
Date:   Thu Mar 18 14:08:10 2021 +0200

    [lit] Pass the USERPROFILE variable through on Windows

commit a88556733a4dced22416bd3f45255128b9eb4f49
Author: Martin Storsjö <martin at martin.st>
Date:   Wed Mar 24 23:58:54 2021 +0200

    [LLD] Fix probing a MSYS based 'tar' in a Windows Container


These two allow running tests with MSYS based tools within Windows Containers
(which are used in the current CI setup, which afaik also runs tests for the
release branches). This allows exposing bash within PATH in the image used for
the containers (the same image is used for testing of the main branch too).

The commits apply cleanly and I can do the actual cherrypicking, if it's deemed
ok.


Referenced Bugs:

https://bugs.llvm.org/show_bug.cgi?id=49317
[Bug 49317] [meta] 12.0.1 Release Blockers
-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20210416/bdd37d5c/attachment-0001.html>


More information about the llvm-bugs mailing list