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
I'd like to run full commands in docker, probably with shelltestrunner, to test they do as expected. The only thing we can't do is actual Erlang builds. So the docker image should have Erlang already installed in a place for beamup to recognize it and use.
Though there should be tests of the future features of erroring if wx or openssl aren't found, when an option like --warnings-as-errors is added to change future warnings of those missing into errors.
The text was updated successfully, but these errors were encountered:
I'd like to run full commands in docker, probably with shelltestrunner, to test they do as expected. The only thing we can't do is actual Erlang builds. So the docker image should have Erlang already installed in a place for
beamup
to recognize it and use.Though there should be tests of the future features of erroring if wx or openssl aren't found, when an option like
--warnings-as-errors
is added to change future warnings of those missing into errors.The text was updated successfully, but these errors were encountered: