summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryangwei <[email protected]>2023-11-10 18:38:03 +0800
committeryangwei <[email protected]>2023-11-10 18:38:03 +0800
commit86fcea18f453e2efe6ffbae0dc6c87dca8643496 (patch)
treedcd73119393acb1556b0f6be576e2114b235a5fd
parentb480bea342c69c5850a67382d0e67274788605d5 (diff)
🐎 ci(yaml): update INSTALL_DEPENDENCY_LIBRARY
-rw-r--r--.gitlab-ci.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2aacbc9..0258f1d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,8 +4,7 @@ variables:
BUILD_IMAGE_CENTOS7: "git.mesalab.cn:7443/mesa_platform/build-env:centos7-for-sapp"
BUILD_IMAGE_CENTOS8: "git.mesalab.cn:7443/mesa_platform/build-env:rocky8-for-sapp"
INSTALL_DEPENDENCY_LIBRARY:
- libMESA_htable-devel libMESA_handle_logger-devel libMESA_prof_load-devel libMESA_field_stat2-devel
- sapp sapp-devel libcjson-devel libbreakpad_mini-devel libMESA_htable-devel libMESA_jump_layer framework_env libasan
+ sapp sapp-devel framework_env
SYMBOL_TARGET: stellar-c
TEST_NAME: gtest_stellar-c
INSTALL_PREFIX: "/opt/tsg/"