grisp / rebar3_grisp

Rebar plug-in for GRiSP
https://www.grisp.org
Apache License 2.0
21 stars 10 forks source link

Use GRISP env variable for dependencies #65

Closed GalaxyGorilla closed 2 years ago

GalaxyGorilla commented 2 years ago

Dependencies like grisp_cryptoauth work for GRiSP as well as Linux. To e.g. include the grisp runtime properly in those dependencies they need to know when they are actually used for GRiSP.

@eproxus Can you check this? I'll happily adjust the code for refinements.

GalaxyGorilla commented 2 years ago

We found out that the logic behind the dependency resolution and rebar3 provider handling together with the specific way that we are creating releases makes this endaviour a real pain. We figured it makes more sense to make grisp compatible with our linux builder.