Skip to content

Commit cf69678

Browse files
authored
Update create-test-plan.py
1 parent 9c3e5f2 commit cf69678

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/create-test-plan.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -765,10 +765,11 @@ def spec_to_job(spec: JobSpec, key: str, trackmem_symbol_names: bool) -> JobDeta
765765
f"-DOHOS_ARCH={spec.harmony_arch}",
766766
"-DCMAKE_TOOLCHAIN_FILE=/opt/native/build/cmake/ohos.toolchain.cmake",
767767
))
768-
job.shared_lib = SharedLibType.SO_0
768+
job.shared_lib = SharedLibType.SO
769769
job.static_lib = StaticLibType.A
770770
job.run_tests = False
771771
job.test_pkg_config = False
772+
job.werror = False
772773
case _:
773774
raise ValueError(f"Unsupported platform={spec.platform}")
774775

0 commit comments

Comments
 (0)