vmware-labs / webassembly-language-runtimes

Wasm Language Runtimes provides popular language runtimes (Ruby, Python, …) precompiled to WebAssembly that are tested for compatibility and kept up to date when new versions of upstream languages are released
Apache License 2.0
327 stars 27 forks source link

feat: Updating Docker `wasm-base` image to Ubuntu 22.04 LTS (needed for updating Autotools) #39

Closed gzurl closed 1 year ago

gzurl commented 1 year ago

Opening this PR to check whether all tests pass if updating the Ubuntu image.

gzurl commented 1 year ago

While building, found this:

/wlr/scripts/wl-env.sh: line 97: syntax error in conditional expression
/wlr/scripts/wl-env.sh: line 97: syntax error near `AND'
/wlr/scripts/wl-env.sh: line 97: `if [[ -f ${WASMLABS_REPO_ROOT}/.wl-local-conf.sh AND ! -v WASI_SDK_ROOT AND ! -v BINARYEN_PATH ]]'

I think this is related to a recent commit (CC: @assambar).