erlang.mk icon indicating copy to clipboard operation
erlang.mk copied to clipboard

Allow using different Erlang versions for test-build and running tests

Open essen opened this issue 6 years ago • 0 comments

The use case is for example RabbitMQ which distributes beam files compiled with (for example) 19.3 that must work on 20.3 and 21.3 as well. So the beam file must be working on all versions moving forward.

Erlang.mk should provide a mechanism to easily perform that kind of test run (similar to ci except the test build is not removed between builds).

essen avatar Apr 09 '19 10:04 essen