Skip to content

Commit 52703c4

Browse files
committed
Rename AddressSanitizer flag in CI configuration
1 parent 0ec9cff commit 52703c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
MKL_VERSION: 2023.0.0
9696
run: |
9797
sudo apt-get install -y intel-oneapi-mkl-devel-$MKL_VERSION
98-
cmake -DCMAKE_INSTALL_PREFIX=$PWD/install -DBUILD_TESTS=ON -DGOOGLE_ADDRESS_SANITIZER=ON -DCMAKE_BUILD_TYPE=Debug .
98+
cmake -DCMAKE_INSTALL_PREFIX=$PWD/install -DBUILD_TESTS=ON -DENABLE_ADDRESS_SANITIZER=ON -DCMAKE_BUILD_TYPE=Debug .
9999
100100
- name: Build
101101
run: |
@@ -108,7 +108,7 @@ jobs:
108108
wget https://opennmt-models.s3.amazonaws.com/transliteration-aren-all.tar.gz
109109
tar xf transliteration-aren-all.tar.gz
110110
111-
- name: Test AddressSanitizer
111+
- name: Test AddressSanitizer
112112
env:
113113
CT2_USE_MKL: 1
114114
run: |

0 commit comments

Comments
 (0)