mirror of
https://git.suyu.dev/suyu/ci-docker
synced 2024-11-21 14:29:15 -07:00
Clean up code
This commit is contained in:
parent
f9dbd4058c
commit
ec45055056
1 changed files with 0 additions and 8 deletions
|
@ -39,14 +39,6 @@ unzip -q ../ninja-win.zip
|
|||
popd > /dev/null
|
||||
rm *.zip
|
||||
|
||||
# Install LLVM toolchain
|
||||
#echo " -- Installing LLVM toolchain"
|
||||
#wget -q https://github.com/mstorsjo/llvm-mingw/releases/download/20240308/llvm-mingw-20240308-msvcrt-x86_64.zip
|
||||
#unzip -q *.zip
|
||||
#rm *.zip
|
||||
#mv llvm-mingw-*-x86_64 llvm
|
||||
#ln -sf "$(pwd)"/llvm/bin/ld.lld llvm/bin/ld
|
||||
|
||||
# Install registry file
|
||||
echo " -- Updating PATH environment variable"
|
||||
wine regedit 'Z:\tmp\setup.reg'
|
||||
|
|
Loading…
Reference in a new issue