Skip to content

Commit

Permalink
ci: Remove CI builder (#13965)
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 authored Jan 31, 2025
1 parent 6819d8a commit 070375d
Show file tree
Hide file tree
Showing 2 changed files with 135 additions and 91 deletions.
Loading

0 comments on commit 070375d

Please sign in to comment.