Skip to content

Commit

Permalink
ci: Remove CI builder
Browse files Browse the repository at this point in the history
We were using both Docker-based CI builder images as well as self-hosted runner images with software preinstalled. This was causing discrepancies between software versions when things were updated. Furthermore, changing `mise.toml` required a manual rebuild of the CI builder image for changes to take effect.

This PR updates the CI pipeline to use Mise to install all tool necessary to run the monorepo. Preinstalled tools have been removed from the self-hosted runners, and all Docker images in the pipeline have been replaced with a simple `cimg/base` image.
  • Loading branch information
mslipper committed Jan 31, 2025
1 parent c38ebfc commit 551d012
Show file tree
Hide file tree
Showing 2 changed files with 135 additions and 91 deletions.
Loading

0 comments on commit 551d012

Please sign in to comment.