On 2023/03/06 19:42:15 +0000, Stuart Henderson <s...@spacehopper.org> wrote: > On 2023/03/04 19:22, Omar Polo wrote: > > could set TEST_TARGET=tests; tests don't currently work (they call > > rebar3 and not rebar3-${MODERL_VERSION} and try to fetch stuff from > > the internet). I've ran the tests outside of the ports infrastructure > > and are all passing! > > Maybe symlink it in to make it easier to run tests? > > ln -fs ${LOCALBASE}/bin/rebar3-${MODERL_VERSION} ${WRKDIR}/bin/rebar3
that's an option, yes, but since it will break immediately after (trying to use git to fetch deps) I just haven't bothered. I have on my todo list to send a patch upstream to allow specifying the rebar3 (and pass CFLAGS to cc) if I don't forget...