File tree 4 files changed +103
-64
lines changed
4 files changed +103
-64
lines changed Original file line number Diff line number Diff line change 28
28
required : false
29
29
default : " https://github.com/WebAssembly/wasi-sdk/releases/download/wasi-sdk-20/wasi-sdk-20.0-linux.tar.gz"
30
30
31
-
32
31
jobs :
33
32
try_reuse :
34
33
uses : ./.github/workflows/reuse_latest_release_binaries.yml
35
34
with :
36
35
binary_name_stem : " wamr-lldb-${{ inputs.ver_num }}-${{ inputs.arch }}-${{ inputs.runner }}"
37
36
last_commit : " ea63ba4bd010c2285623ad4acc0262a4d63bcfea"
38
- the_path : " ./build-scripts/lldb-wasm .patch"
37
+ the_path : " ./build-scripts/lldb_wasm .patch"
39
38
upload_url : ${{ inputs.upload_url }}
40
39
41
40
build :
@@ -107,7 +106,7 @@ jobs:
107
106
git init
108
107
git config user.email "[email protected] "
109
108
git config user.name "github action"
110
- git apply ../../../build-scripts/lldb-wasm .patch
109
+ git apply ../../../build-scripts/lldb_wasm .patch
111
110
working-directory : core/deps/llvm-project
112
111
113
112
- name : get stand-alone python ubuntu
@@ -163,6 +162,7 @@ jobs:
163
162
mkdir -p wamr-debug
164
163
cmake -S product-mini/platforms/linux -B wamr-debug -DWAMR_BUILD_DEBUG_INTERP=1
165
164
cmake --build wamr-debug --parallel $(nproc)
165
+ export LD_LIBRARY_PATH=$(pwd)/core/deps/python/lib:${LD_LIBRARY_PATH}
166
166
python3 ci/validate_lldb.py --port 1239 --lldb core/deps/wamr-lldb/bin/lldb --wamr wamr-debug/iwasm --verbose
167
167
working-directory : .
168
168
Original file line number Diff line number Diff line change @@ -594,7 +594,7 @@ jobs:
594
594
cache-name : cache-lldb-vscode
595
595
with :
596
596
path : test-tools/wamr-ide/VSCode-Extension/resource/debug/linux
597
- key : ${{ env.cache-name }}-${{ hashFiles('build-scripts/lldb-wasm .patch') }}-${{ env.PYTHON_UBUNTU_STANDALONE_BUILD }}
597
+ key : ${{ env.cache-name }}-${{ hashFiles('build-scripts/lldb_wasm .patch') }}-${{ env.PYTHON_UBUNTU_STANDALONE_BUILD }}
598
598
599
599
- if : ${{ steps.cache-lldb.outputs.cache-hit != 'true' }}
600
600
name : get stand-alone python ubuntu
@@ -617,7 +617,7 @@ jobs:
617
617
git init
618
618
git config user.email "[email protected] "
619
619
git config user.name "github action"
620
- git apply ../../../build-scripts/lldb-wasm .patch
620
+ git apply ../../../build-scripts/lldb_wasm .patch
621
621
working-directory : core/deps/llvm-project
622
622
623
623
- if : ${{ steps.cache-lldb.outputs.cache-hit != 'true' }}
You can’t perform that action at this time.
0 commit comments