Skip to content

Commit 29c6d18

Browse files
authored
Update create-test-plan.py
1 parent 376aa5d commit 29c6d18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -766,7 +766,7 @@ def spec_to_job(spec: JobSpec, key: str, trackmem_symbol_names: bool) -> JobDeta
766766
"-DCMAKE_TOOLCHAIN_FILE=/opt/native/build/cmake/ohos.toolchain.cmake",
767767
"-DCMAKE_PLATFORM_NO_VERSIONED_SONAME=1"
768768
))
769-
job.shared_lib = SharedLibType.SO_0
769+
job.shared_lib = SharedLibType.SO
770770
job.static_lib = StaticLibType.A
771771
job.run_tests = False
772772
job.test_pkg_config = False

0 commit comments

Comments
 (0)