Skip to content

Commit 0f4c8f5

Browse files
authored
Update create-test-plan.py
1 parent 56cea28 commit 0f4c8f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -764,6 +764,7 @@ def spec_to_job(spec: JobSpec, key: str, trackmem_symbol_names: bool) -> JobDeta
764764
job.cmake_arguments.extend((
765765
f"-DOHOS_ARCH={spec.harmony_arch}",
766766
"-DCMAKE_TOOLCHAIN_FILE=/opt/native/build/cmake/ohos.toolchain.cmake",
767+
"-DCMAKE_PLATFORM_NO_VERSIONED_SONAME=1"
767768
))
768769
job.shared_lib = SharedLibType.SO
769770
job.static_lib = StaticLibType.A

0 commit comments

Comments
 (0)