diff options
| author | 杨威 <[email protected]> | 2020-10-30 23:10:51 +0800 |
|---|---|---|
| committer | 杨威 <[email protected]> | 2020-10-30 23:10:51 +0800 |
| commit | a738624bf24e9af9b5aedcd556bfabeb5f0f19c9 (patch) | |
| tree | c5f4cc402f0be7342a89cc5c89c5f318519a3873 | |
| parent | d721ab862407a552d8024b20dde837f859d50e81 (diff) | |
Update .gitlab-ci.yml testing源仅debug版开启asan
| -rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 003673b..f4f292d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -77,6 +77,7 @@ develop_build_release: BUILD_TYPE: RelWithDebInfo PACKAGE: 1 UPLOAD: 1 + ASAN_OPTION: "OFF" TESTING_VERSION_BUILD: 1 PULP3_REPO_NAME: tsg-testing-x86_64.el7 PULP3_DIST_NAME: tsg-testing-x86_64.el7 |
