diff options
| author | fumingwei <[email protected]> | 2020-11-02 12:58:03 +0800 |
|---|---|---|
| committer | fumingwei <[email protected]> | 2020-11-02 12:58:03 +0800 |
| commit | c21b858d33ed96d7556840f67fc464200bd4a33e (patch) | |
| tree | 7d170be5566fd97a6274046fd488e744d31739cd | |
| parent | e2794325e31b82d8dda562346644c13c0e3777bc (diff) | |
| parent | a738624bf24e9af9b5aedcd556bfabeb5f0f19c9 (diff) | |
Merge branch 'develop-3.0' of https://git.mesalab.cn/tango/kni into develop-3.0
| -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 7540b6a..f4f292d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -77,7 +77,7 @@ develop_build_release: BUILD_TYPE: RelWithDebInfo PACKAGE: 1 UPLOAD: 1 - ASAN_OPTION: ADDRESS + ASAN_OPTION: "OFF" TESTING_VERSION_BUILD: 1 PULP3_REPO_NAME: tsg-testing-x86_64.el7 PULP3_DIST_NAME: tsg-testing-x86_64.el7 |
