mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-11-30 10:59:32 +08:00
enhance: turnoff USE_ASAN in ci (#35723)
Signed-off-by: Yellow Shine <sammy.huang@zilliz.com>
This commit is contained in:
parent
f2caecc577
commit
33fbc1fb96
2
.github/workflows/main.yaml
vendored
2
.github/workflows/main.yaml
vendored
@ -87,7 +87,7 @@ jobs:
|
||||
- name: 'Setup Use USE_ASAN'
|
||||
if: steps.changed-files-cpp.outputs.any_changed == 'true'
|
||||
run: |
|
||||
echo "useasan=ON" >> $GITHUB_ENV
|
||||
echo "useasan=OFF" >> $GITHUB_ENV
|
||||
echo "Setup USE_ASAN to true since cpp file(s) changed"
|
||||
- name: Download Caches
|
||||
uses: ./.github/actions/cache-restore
|
||||
|
Loading…
Reference in New Issue
Block a user