diff options
| author | 杨威 <[email protected]> | 2020-10-30 23:05:32 +0800 |
|---|---|---|
| committer | 杨威 <[email protected]> | 2020-10-30 23:05:32 +0800 |
| commit | 31bd3fed9c444bd6876b87f974382a434978d113 (patch) | |
| tree | 597f70aa9e050d1334791cbf4031d8774286003e | |
| parent | 9ecf746f0f58731893935f596b442c01c6c51fd9 (diff) | |
Update .gitlab-ci.yml testing源仅debug版开启asan
| -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 6e6709f..c11070b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -70,7 +70,7 @@ develop_build_release: BUILD_TYPE: RelWithDebInfo PACKAGE: 1 UPLOAD_RPM: 1 - ASAN_OPTION: ADDRESS + ASAN_OPTION: "OFF" PULP3_REPO_NAME: framework-testing-x86_64.el7 PULP3_DIST_NAME: framework-testing-x86_64.el7 artifacts: |
