Fix spec test workflow issue and CI Dockerfile issue (#810)
Fix llvm binaries cache missed issue in spec test workflow, fix CI Dockerfile issue and refine code format for libc_builtin_wrapper.c.
This commit is contained in:
2
.github/workflows/spec_test.yml
vendored
2
.github/workflows/spec_test.yml
vendored
@ -34,7 +34,7 @@ concurrency:
|
||||
|
||||
env:
|
||||
DEFAULT_TEST_OPTIONS: "-s spec"
|
||||
LLVM_CACHE_SUFFIX: "build-llvm_libraries"
|
||||
LLVM_CACHE_SUFFIX: "build-llvm_libraries_ex"
|
||||
MULTI_MODULES_TEST_OPTIONS: "-s spec -M"
|
||||
SIMD_TEST_OPTIONS: "-s spec -S"
|
||||
THREADS_TEST_OPTIONS: "-s spec -p"
|
||||
|
||||
Reference in New Issue
Block a user