Commit Graph

6 Commits

Author SHA1 Message Date
Rafael Blumberg
07b0038678 Workaround to compile for 32bit
This is a workaround based on [this
comment](https://github.com/antlr/antlr4/issues/2433#issuecomment-774514106).
It is not a pretty solution but it worked well on my test file.

It runs once to compile, if make fails, then it apply the fix and try
again, this is done so builds that don't need workaround don't use it
and also because the workaround is done on top of downloaded files
during ethe first compilation.
2021-10-28 17:23:49 +01:00
Xiaonan Shen
fdd15bf801
Change build version format back (#20) 2021-01-07 19:41:05 +08:00
Xiaonan Shen
2647f8540e
Add update check to build (#19)
* Remove armv7 temporarily

* Improve build script

* Add update check for build

* Update README

* Fix build script

* Change build version format

* Improve update check

* Bump build version to v1.5.4

* Fix build Dockerfile

* Fix build action yaml

Co-authored-by: GitHub Actions <actions@github.com>
2021-01-07 18:19:11 +08:00
Xiaonan Shen
646750c65c
Bump build version to 1.4.5 2020-11-02 13:21:59 +07:00
Xiaonan Shen
72c40c7a05
Fix version tag 2020-06-01 07:51:40 -07:00
Xiaonan Shen
55175292b0 Add build from source 2020-06-01 06:51:57 -07:00