diff options
author | AlexSm <alex@ydb.tech> | 2025-04-04 15:48:45 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-04 15:48:45 +0200 |
commit | c0e0a0727eff5b214df4882740bbbb89838e481c (patch) | |
tree | 2724a0cdcdbb3af5e23846b4007a9391cf97beab | |
parent | 36fc7c93ffa1c899cb704635c6910b14e670ae7f (diff) | |
download | ydb-c0e0a0727eff5b214df4882740bbbb89838e481c.tar.gz |
Remove temporary patch from cmake build (#16786)
-rw-r--r-- | .github/actions/build/action.yml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/.github/actions/build/action.yml b/.github/actions/build/action.yml index 4bdf863d1e..6b2b10ef56 100644 --- a/.github/actions/build/action.yml +++ b/.github/actions/build/action.yml @@ -25,9 +25,6 @@ runs: 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-16 @@ -42,9 +39,6 @@ runs: shell: bash if: ${{!inputs.sanitizer}} run: | - # 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 - mkdir -p ../build cd ../build rm -rf * |