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:
Wenyong Huang
2021-10-30 09:24:03 +08:00
committed by GitHub
parent 164c3bff69
commit 5face80e0c
3 changed files with 7 additions and 7 deletions

View File

@ -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"