-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Building the rock randomly fails #6
Comments
The same error happened on travis even without the docker build, see https://travis-ci.org/github/liblouis/lua-louis/builds/676094672 |
It might be interesting to build the rock
|
Building with a newer version of luarocks doesn't help, see https://travis-ci.org/github/liblouis/lua-louis/jobs/677600682 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks to the docker image the bindings can be built for many lua versions in a controlled and isolated environment:
Some times the build succeeds, but unfortunately other times it randomly fails with
For 5.1 it mostly seems to succeed, the others are more random. As it sometimes succeeds and sometimes fails I suspected some timing issue and inserted a sleep before the install command (see 9dabbd3). Initially I thought this would help but more experiments showed that even with a
sleep 100
the build result was still random. So this does not help.Full build log
The text was updated successfully, but these errors were encountered: