Skip to content

Commit c0e0a07

Browse files
Remove temporary patch from cmake build (#16786)
1 parent 36fc7c9 commit c0e0a07

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/actions/build/action.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@ runs:
2525
mkdir -p ../build
2626
patch -p1 < ydb/deploy/patches/0001-sanitizer-build.patch
2727
28-
# Temporary patch to dix difference between antlr4.9 and 4.13 behaviour
29-
sed -i 's/TOKEN(NULL)/TOKEN(NULL_)/g' ydb/public/lib/ydb_cli/commands/interactive/yql_highlight.cpp
30-
3128
cd ../build
3229
rm -rf *
3330
export CC=/usr/bin/clang-16
@@ -42,9 +39,6 @@ runs:
4239
shell: bash
4340
if: ${{!inputs.sanitizer}}
4441
run: |
45-
# Temporary patch to dix difference between antlr4.9 and 4.13 behaviour
46-
sed -i 's/TOKEN(NULL)/TOKEN(NULL_)/g' ydb/public/lib/ydb_cli/commands/interactive/yql_highlight.cpp
47-
4842
mkdir -p ../build
4943
cd ../build
5044
rm -rf *

0 commit comments

Comments
 (0)