[llvm-bugs] [Bug 51405] New: dockerfiles and related scripts are out of date

via llvm-bugs llvm-bugs at lists.llvm.org
Sat Aug 7 15:33:49 PDT 2021


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

            Bug ID: 51405
           Summary: dockerfiles and related scripts are out of date
           Product: new-bugs
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: new bugs
          Assignee: unassignedbugs at nondot.org
          Reporter: uncomplete3 at gmail.com
                CC: htmldeveloper at gmail.com, llvm-bugs at lists.llvm.org

The dockerfiles in llvm/utils/docker are out of date.

Among other things they are:

 - Still using SVN
 - Cmake version is outdated
 - GCC version is outdated
 - probably more...

I've already begun updating them. One issue I see already is in maintaining the
ability to apply multiple patches to the source in the correct order given the
fact that git patch UUIDs are not monotonically increasing. I've seen something
about this in LLVMs documentation so I think it's doable anyway.

-- 
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/20210807/f69d9981/attachment.html>


More information about the llvm-bugs mailing list