Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .buildkite/scripts/steps/esql_grammar_sync.sh
Original file line number Diff line number Diff line change
Expand Up @@ -181,9 +181,11 @@ main () {
# Bootstrap Kibana
.buildkite/scripts/bootstrap.sh

# Build ANTLR stuff
# Note: We run build commands directly instead of `yarn build:antlr4` to skip
# the prebuild:antlr4 hook which uses `brew` (macOS only). CI has antlr installed.
cd ./src/platform/packages/shared/kbn-esql-ast
yarn build:antlr4
yarn build:antlr4:esql
yarn build:antlr4:promql

# Make a commit
BRANCH_NAME="esql_grammar_sync_$(date +%s)"
Expand Down