Project

General

Profile

coordination #155392

Updated by szarate 5 months ago

As a follow-up of a discussion during FOSDEM 2024, and following the team's direction of providing stack tests for multiple languages, we should similarly treat this as #138077 and apply a similar approach: 

 - Having smoke tests for the standard library of the language 
 - Creating our basic package (which Hex would install) both locally and via HTTP and running it 

 There doesn't seem to be a need to support multiple versions at the same time so that we can stay with Latest 

 The Trento team currently relies on these packages to develop and deploy Trento as an Erlang/Elixir application: 

 - erlang 
 - erlang-epmd 
 - erlang-getopt 
 - erlang-cf 
 - elixir 
 - erlang-providers 
 - erlang-erlware_commons 
 - elixir-hex 
 - erlang-rebar3 

 Thanks for all the efforts! 

 ### Notes 

 With this we support not only a workload, but also support folks at the Trento team too

Back