Browse Source

ci: build static loongarch libraries with -fPIC

Anonymous Maarten 1 month ago
parent
commit
fdf8e5a704
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .github/workflows/create-test-plan.py

+ 1 - 0
.github/workflows/create-test-plan.py

@@ -641,6 +641,7 @@ def spec_to_job(spec: JobSpec, key: str, trackmem_symbol_names: bool) -> JobDeta
                 "-DSDL_UNIX_CONSOLE_BUILD=ON",
             ))
         case SdlPlatform.LoongArch64:
+            fpic = True
             job.run_tests = False
             job.cc = "${LOONGARCH64_CC}"
             job.cxx = "${LOONGARCH64_CXX}"