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
Travis CI trusty image and rvm, but this also happens in a clean ubuntu lts docker image, also installing via rvm. After discussing the issue with @mpapis, we came to the conclusion that there is probably something wrong with 9.1 package. 1.7 packages work fine.
Expected Behavior
After installing, racc executable should be installed, this works with 1.7
Actual Behavior
With 9.1, racc executable is not present and the build fails with code 127, which means that this command was not found
The text was updated successfully, but these errors were encountered:
seems that CI build is fine therse days - 1.7 passes and there's a different kind of failure with 9.1 :
likely due expecting full TracePoint API NoMethodError: undefined method `trace' for TracePoint:Class
Environment
Travis CI trusty image and rvm, but this also happens in a clean ubuntu lts docker image, also installing via rvm. After discussing the issue with @mpapis, we came to the conclusion that there is probably something wrong with 9.1 package. 1.7 packages work fine.
Expected Behavior
racc
executable should be installed, this works with 1.7Actual Behavior
racc
executable is not present and the build fails with code 127, which means that this command was not foundThe text was updated successfully, but these errors were encountered: