We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36fc7c9 commit c0e0a07Copy full SHA for c0e0a07
.github/actions/build/action.yml
@@ -25,9 +25,6 @@ runs:
25
mkdir -p ../build
26
patch -p1 < ydb/deploy/patches/0001-sanitizer-build.patch
27
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
-
31
cd ../build
32
rm -rf *
33
export CC=/usr/bin/clang-16
@@ -42,9 +39,6 @@ runs:
42
39
shell: bash
43
40
if: ${{!inputs.sanitizer}}
44
41
run: |
45
46
47
48
49
50
0 commit comments