Commit fcbe2b0
fix: pin ANTLR4 version in CI to avoid Maven Central version lookup failure
antlr4-tools queries Maven Central to discover the latest ANTLR4 version
on a cold cache. The API returns HTTP 400 on GitHub Actions runners, causing
make grammar to fail with FileNotFoundError.
Set ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 in the Generate parser step so
antlr4-tools skips the version API call and downloads the JAR directly
from repo1.maven.org instead.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent a2f42c0 commit fcbe2b0
3 files changed
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
| 37 | + | |
36 | 38 | | |
37 | 39 | | |
38 | 40 | | |
| |||
69 | 71 | | |
70 | 72 | | |
71 | 73 | | |
| 74 | + | |
| 75 | + | |
72 | 76 | | |
73 | 77 | | |
74 | 78 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
| 26 | + | |
25 | 27 | | |
26 | 28 | | |
27 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
| 32 | + | |
31 | 33 | | |
32 | 34 | | |
33 | 35 | | |
| |||
0 commit comments