Refactor CI rules: merge ubuntu/macos/android, enable spec test (#777)
Refactor CI rules: - merge ubuntu/macos/android into one job file - add job file to test spec cases - add compilation for lazy jit, debug interpreter and debug aot - add compilation for performance profile, dump call stack and mini-loader - re-org llvm build script to build lldb Signed-off-by: Wenyong Huang <wenyong.huang@intel.com>
This commit is contained in:
@ -11,4 +11,4 @@ import sys
|
||||
script = (
|
||||
pathlib.Path(__file__).parent.joinpath("../build-scripts/build_llvm.py").resolve()
|
||||
)
|
||||
subprocess.check_call([sys.executable, script])
|
||||
subprocess.check_call([sys.executable, script.name])
|
||||
|
||||
Reference in New Issue
Block a user