diff options
| author | 杨威 <[email protected]> | 2020-10-30 23:06:53 +0800 |
|---|---|---|
| committer | 杨威 <[email protected]> | 2020-10-30 23:06:53 +0800 |
| commit | dff4a110436bfbde450aa8bd411fbac767c1d30e (patch) | |
| tree | 047f43a2e742121e3ba233d80933b765c25daacc /.gitlab-ci.yml | |
| parent | 4e2dd780a021c60520f3b27806f2fcda6d4eec93 (diff) | |
Update .gitlab-ci.yml testing源仅debug版开启asan
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index edd5b6f..b99e5a3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -68,7 +68,7 @@ develop_build_release: BUILD_TYPE: RelWithDebInfo PACKAGE: 1 UPLOAD_RPM: 1 - ASAN_OPTION: ADDRESS + ASAN_OPTION: "OFF" TESTING_VERSION_BUILD: 1 INSTALL_DEPENDENCY_LIBRARY: libasan PULP3_REPO_NAME: framework-testing-x86_64.el7 |
