-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move all CI to GitHub Actions #923
Merged
Commits on Apr 15, 2024
-
As awesome as Buildkite is, it is unfortunately not useful for this setup: * We use Buildkite to build installer binaries * We then use GitHub Actions to run the installer binaries on a host without Nix already installed We don't use Buildkite for both steps because setting up agents to install Nix on would be a pain, as erasing everything takes a while. This is preparation for using GitHub Actions for everything in our CI pipeline, as it is much faster and we don't need to worry about keeping the runners running ourselves (there have been times where our Buildkite agents were unreachable for some reason or another).
Configuration menu - View commit details
-
Copy full SHA for 4274599 - Browse repository at this point
Copy the full SHA 4274599View commit details -
Configuration menu - View commit details
-
Copy full SHA for e2310d4 - Browse repository at this point
Copy the full SHA e2310d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 795c415 - Browse repository at this point
Copy the full SHA 795c415View commit details -
ci: factor out build steps into composable workflows
So that when I go to fix the releases action, it will be easier to reuse.
Configuration menu - View commit details
-
Copy full SHA for 8b71588 - Browse repository at this point
Copy the full SHA 8b71588View commit details -
release-prs: fix and build twice :/
There are no GitHub Actions that make it easy to wait for another workflow to complete :/
Configuration menu - View commit details
-
Copy full SHA for f96048e - Browse repository at this point
Copy the full SHA f96048eView commit details -
Configuration menu - View commit details
-
Copy full SHA for b542b09 - Browse repository at this point
Copy the full SHA b542b09View commit details -
Configuration menu - View commit details
-
Copy full SHA for 09b483a - Browse repository at this point
Copy the full SHA 09b483aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e9fdca7 - Browse repository at this point
Copy the full SHA e9fdca7View commit details -
Configuration menu - View commit details
-
Copy full SHA for f0bb73f - Browse repository at this point
Copy the full SHA f0bb73fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 905fc9c - Browse repository at this point
Copy the full SHA 905fc9cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f971c26 - Browse repository at this point
Copy the full SHA f971c26View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.