diff options
| author | liuxueli <[email protected]> | 2023-07-26 11:14:26 +0800 |
|---|---|---|
| committer | liuxueli <[email protected]> | 2023-07-26 11:14:26 +0800 |
| commit | 291987473c2c5fb50bef5dcb1dc4485c58fa0e3b (patch) | |
| tree | ede20f3479ae7a65c201ba369b40244bd82057b7 | |
| parent | 55ebbb9347d46f6aaa869f3446662db669e50a31 (diff) | |
Debug版本链接ASAN,用于定位问题v3.0.2
| -rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d616f1c..f7348e5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -145,6 +145,7 @@ release_build_debug_for_centos7: BUILD_TYPE: Debug PACKAGE: 1 UPLOAD_RPM: 1 + ASAN_OPTION: ADDRESS PULP3_REPO_NAME: protocol-stable-x86_64.el7 PULP3_DIST_NAME: protocol-stable-x86_64.el7 extends: .build_by_travis_for_centos7 @@ -236,6 +237,7 @@ release_build_debug_for_centos8: BUILD_TYPE: Debug PACKAGE: 1 UPLOAD_RPM: 1 + ASAN_OPTION: ADDRESS PULP3_REPO_NAME: protocol-stable-x86_64.el8 PULP3_DIST_NAME: protocol-stable-x86_64.el8 extends: .build_by_travis_for_centos8 |
