wasm-micro-runtime icon indicating copy to clipboard operation
wasm-micro-runtime copied to clipboard

.github/workflows/build_wamr_lldb.yml: use a bit more specific cache key

Open yamt opened this issue 1 year ago • 1 comments

the current key looks like "x86_64-ubuntu-20.04-lldb_build". it's a way too generic and can even hit the cache from the previous releases.

this commit makes it contain the WAMR version number.

yamt avatar May 10 '23 09:05 yamt

Previous key without ver_num tends to reuse llvm-libraries between different WAMR releases especially when wamr-lldb always comes from a specific commit 1f27fe6128769f00197925c3b8f6abb9d0e5cd2e.

lum1n0us avatar May 12 '23 01:05 lum1n0us