Skip to content

Conversation

@mhanberg
Copy link
Member

@mhanberg mhanberg commented Aug 9, 2025

Bumping burrito to v1.4 supports a new URL scheme for the beam machine,
which is the CDN that burrito pulls OTP builds from from darwin and
linux

Bumping burrito to v1.4 supports a new URL scheme for the beam machine,
which is the CDN that burrito pulls OTP builds from from darwin and
linux
@mhanberg
Copy link
Member Author

I realized that CI was not correctly linting, etc. So i did a number of things

  • fixed some dependency things. we were setting the env of the path depencencies, which was causing some test only deps to not get installed
  • after fixing the above, there were some forge test utils that had to get moved into lib
  • there were some unused deps in the lockfiles, removed those with mix deps.unlock --unused
  • changed the ci workflow to use just, and correctly runs the right commands
  • changes the workflow to run each lint/test for each project separately. I think will help narrow down when tests are failing, which project they're coming from.
  • this also fixes some deps caching issues i noticed
  • it does create a gillion jobs, but not really a big deal.
  • moves the matrix to a json file, which is created via an elixir script
  • updated the justfile to make it easy to run anything in any project just mix forge deps.get just mix expert credo --strict etc

There is still a dialyzer issue that is now being reported since the test utils are now in lib, will fix those tomorrow.

@mhanberg mhanberg merged commit 5923277 into main Aug 17, 2025
17 checks passed
@mhanberg mhanberg deleted the bump-burrito branch August 17, 2025 21:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants