From 996e1d679e0223b01857db6ce7effc5c8f681c8e Mon Sep 17 00:00:00 2001 From: Oleg Babin Date: Mon, 11 Mar 2024 10:18:00 +0300 Subject: [PATCH] ci: fix tarantool release branch It was renamed in main tarantool repository. We need to update it as well. --- .github/workflows/asan_testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/asan_testing.yml b/.github/workflows/asan_testing.yml index 9fef039..cf21e97 100644 --- a/.github/workflows/asan_testing.yml +++ b/.github/workflows/asan_testing.yml @@ -40,7 +40,7 @@ jobs: export CXX=clang++ git clone https://github.com/tarantool/tarantool cd tarantool - git checkout 2.10 + git checkout release/2.11 export LSAN_OPTIONS=suppressions=${PWD}/asan/lsan.supp cmake . -DENABLE_ASAN=ON -DENABLE_DIST=ON make -j16