You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems a new version of souffle was released recently and build_souffle.sh fails with this new version. Uninstalling v1.7 and installing v1.6.2 seemed to fix this, and I was able to successfully run gradlew jar
I have checked the following
The souffle binary is available, output when running souffle:
It seems a new version of souffle was released recently and build_souffle.sh fails with this new version. Uninstalling v1.7 and installing v1.6.2 seemed to fix this, and I was able to successfully run
gradlew jar
I have checked the following
souffle
binary is available, output when runningsouffle
:Souffle: 1.6.2 (success) and 1.7.1 (failed)
solc --version
Version: 0.5.13+commit.5b0b510c.Linux.g++
Steps to reproduce
Env: Ubuntu 16.04
gradlew jar
The text was updated successfully, but these errors were encountered: