aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexSm <alex@ydb.tech>2024-10-24 09:03:16 +0200
committerGitHub <noreply@github.com>2024-10-24 09:03:16 +0200
commitf14e5b55e74f85110baf43ec79d5af38f6e92bac (patch)
tree313520259932f7b5b9d1908c6e40a87e9ef25a18
parente8eb65c6f2dfe5999cece39fd1b9c141227547c1 (diff)
downloadydb-f14e5b55e74f85110baf43ec79d5af38f6e92bac.tar.gz
Temporary patch to dix difference between antlr4.9 and 4.13 behaviour in cmake build (#10816)
-rw-r--r--.github/actions/build/action.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/actions/build/action.yml b/.github/actions/build/action.yml
index 85a05bbfa1..f06276597b 100644
--- a/.github/actions/build/action.yml
+++ b/.github/actions/build/action.yml
@@ -24,6 +24,10 @@ runs:
run: |
mkdir -p ../build
patch -p1 < ydb/deploy/patches/0001-sanitizer-build.patch
+
+ # Temporary patch to dix difference between antlr4.9 and 4.13 behaviour
+ sed -i 's/TOKEN(NULL)/TOKEN(NULL_)/g' ydb/public/lib/ydb_cli/commands/interactive/yql_highlight.cpp
+
cd ../build
rm -rf *
export CC=/usr/bin/clang-14