GrammaticalFramework/gf-core

Build fails since e4b2f281 (but works on my computer)

inariksit opened this issue · 1 comments

The latest commit, e4b2f28, seems to have broken something according to GitHub Actions build checks:
Screenshot 2022-03-05 at 07 37 40

It goes through building Ubuntu and macOS binaries and building the Python package, but fails at the stack check, which is "Build with stack and cabal / stack / ghc 7.10.3". It skips the other tests, so it's unclear whether this is a stack issue, or specifically ghc 7.10.3 issue.

On my computer, I tested with several ghc versions and all work. Also, the pull request #135 , which builds on top of the latest master, compiles on my computer with ghc 7.10.3. So it would be good to figure out the issue on the build server.