We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a42a9f commit 996e1d6Copy full SHA for 996e1d6
.github/workflows/asan_testing.yml
@@ -40,7 +40,7 @@ jobs:
40
export CXX=clang++
41
git clone https://github.com/tarantool/tarantool
42
cd tarantool
43
- git checkout 2.10
+ git checkout release/2.11
44
export LSAN_OPTIONS=suppressions=${PWD}/asan/lsan.supp
45
cmake . -DENABLE_ASAN=ON -DENABLE_DIST=ON
46
make -j16
0 commit comments