Update to the latest release of llvm-mingw (based on LLVM 14.0.0)
This commit is contained in:
parent
86e2347137
commit
18227f403b
1 changed files with 2 additions and 2 deletions
|
@ -65,10 +65,10 @@ RUN pip install psutil
|
|||
# install python dependencies for the scripts
|
||||
RUN pip install -r https://raw.githubusercontent.com/google/llvm-premerge-checks/main/scripts/requirements.txt
|
||||
|
||||
RUN curl -LO https://github.com/mstorsjo/llvm-mingw/releases/download/20211002/llvm-mingw-20211002-ucrt-x86_64.zip && `
|
||||
RUN curl -LO https://github.com/mstorsjo/llvm-mingw/releases/download/20220323/llvm-mingw-20220323-ucrt-x86_64.zip && `
|
||||
powershell Expand-Archive llvm-mingw-*-ucrt-x86_64.zip -DestinationPath . && `
|
||||
del llvm-mingw-*-ucrt-x86_64.zip && `
|
||||
ren llvm-mingw-20211002-ucrt-x86_64 llvm-mingw
|
||||
ren llvm-mingw-20220323-ucrt-x86_64 llvm-mingw
|
||||
|
||||
# configure Python encoding
|
||||
ENV PYTHONIOENCODING=UTF-8
|
||||
|
|
Loading…
Reference in a new issue