jsone version 1.4.6 used by erlavro does ship with a vendored rebar binary, which does build within deps/ in a mix project instead of _build/. This is causing issues on our end when switching OTP versions and with caching in CI. Could this be bumped to at least 1.5.0, which no longer vendors rebar, letting jsone build things in the expected folders.
jsone version 1.4.6 used by erlavro does ship with a vendored rebar binary, which does build within
deps/
in a mix project instead of_build/
. This is causing issues on our end when switching OTP versions and with caching in CI. Could this be bumped to at least 1.5.0, which no longer vendors rebar, letting jsone build things in the expected folders.https://diff.hex.pm/diff/jsone/1.4.6..1.5.0 seems to suggest the only BC incompatible change is requiring OTP 21 for the use of the
'OTP_RELEASE'
macro.