We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a086ba8 commit cbcf779Copy full SHA for cbcf779
.github/workflows/build_wamr_lldb.yml
@@ -101,9 +101,9 @@ jobs:
101
- name: download llvm
102
if: steps.lldb_build_cache.outputs.cache-hit != 'true'
103
run: |
104
- wget https://github.com/llvm/llvm-project/archive/1f27fe6128769f00197925c3b8f6abb9d0e5cd2e.zip
105
- unzip -q 1f27fe6128769f00197925c3b8f6abb9d0e5cd2e.zip
106
- mv llvm-project-1f27fe6128769f00197925c3b8f6abb9d0e5cd2e llvm-project
+ wget -O llvm-project.tar.xz --progress=dot:giga https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.8/llvm-project-18.1.8.src.tar.xz
+ tar -xzf llvm-project.tar.xz
+ mv llvm-project-18.1.8.src llvm-project
107
working-directory: core/deps/
108
109
- name: apply wamr patch
0 commit comments