Skip to content

Conversation

@vadimkibana
Copy link
Contributor

@vadimkibana vadimkibana commented Dec 1, 2025

Summary

This change should avoid calling prebuild script, which tries to install ANTLR with Brew (Mac only). Hopefully fixes: https://buildkite.com/elastic/kibana-es-ql-grammar-sync/builds/180#019ad849-f427-4b56-9468-52462c4688da

My understanding that yarn build:antlr4 was also triggering yarn prebuild:antlr4 automatically, but yarn prebuild:antlr4 is meant only for local execution on Mac.

See:

Pre and post commands with matching names will be run for those as well (e.g. premyscript, myscript, postmyscript). Scripts from dependencies can be run with npm explore -- npm run .

@vadimkibana vadimkibana added review release_note:skip Skip the PR/issue when compiling release notes backport:skip This PR does not require backporting Feature:ES|QL ES|QL related features in Kibana Team:ESQL ES|QL related features in Kibana t// v9.3.0 labels Dec 1, 2025
@vadimkibana vadimkibana marked this pull request as ready for review December 1, 2025 10:38
@vadimkibana vadimkibana requested a review from a team as a code owner December 1, 2025 10:38
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-esql (Team:ESQL)

@vadimkibana vadimkibana enabled auto-merge (squash) December 1, 2025 10:38
@vadimkibana vadimkibana merged commit 444dfd3 into elastic:main Dec 1, 2025
29 checks passed
@elasticmachine
Copy link
Contributor

💛 Build succeeded, but was flaky

Failed CI Steps

Test Failures

  • [job] [logs] FTR Configs #61 / Alerting bulkDisable should bulk disable and untrack

Metrics [docs]

✅ unchanged

tkajtoch pushed a commit to tkajtoch/kibana that referenced this pull request Dec 1, 2025
…#244718)

## Summary

This change should avoid calling prebuild script, which tries to install
ANTLR with Brew (Mac only). Hopefully fixes:
https://buildkite.com/elastic/kibana-es-ql-grammar-sync/builds/180#019ad849-f427-4b56-9468-52462c4688da

My understanding that `yarn build:antlr4` was also triggering `yarn
prebuild:antlr4` automatically, but `yarn prebuild:antlr4` is meant only
for local execution on Mac.

See:

> Pre and post commands with matching names will be run for those as
well (e.g. premyscript, myscript, postmyscript). Scripts from
dependencies can be run with npm explore <pkg> -- npm run <stage>.

- https://docs.npmjs.com/cli/v8/using-npm/scripts
NicholasPeretti pushed a commit to NicholasPeretti/kibana that referenced this pull request Dec 2, 2025
…#244718)

## Summary

This change should avoid calling prebuild script, which tries to install
ANTLR with Brew (Mac only). Hopefully fixes:
https://buildkite.com/elastic/kibana-es-ql-grammar-sync/builds/180#019ad849-f427-4b56-9468-52462c4688da

My understanding that `yarn build:antlr4` was also triggering `yarn
prebuild:antlr4` automatically, but `yarn prebuild:antlr4` is meant only
for local execution on Mac.

See:

> Pre and post commands with matching names will be run for those as
well (e.g. premyscript, myscript, postmyscript). Scripts from
dependencies can be run with npm explore <pkg> -- npm run <stage>.

- https://docs.npmjs.com/cli/v8/using-npm/scripts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport:skip This PR does not require backporting Feature:ES|QL ES|QL related features in Kibana release_note:skip Skip the PR/issue when compiling release notes review Team:ESQL ES|QL related features in Kibana t// v9.3.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants