-
-
Notifications
You must be signed in to change notification settings - Fork 880
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
Stop using a diesel_cli docker image, use cargo-install in woodpecker. #4723
Merged
Merged
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
42e2dfe
Stop using a diesel_cli docker image, use cargo-binstall in woodpecker.
dessalines 8f34d97
Trying out a multiline var.
dessalines 7cb5289
Try sequence merges 1
dessalines 0549103
Try removing features.
dessalines 02036cf
Try path fix.
dessalines 5cf116b
Abstracting diesel cli install.
dessalines e75d502
Try installing mysql and postgres.
dessalines 2c834be
Try installing mysql and postgres 2.
dessalines b556975
Try installing mysql and postgres 3.
dessalines 0c9124e
Try installing mysql and postgres 4.
dessalines 1a913e1
Try installing mysql and postgres 5.
dessalines 7f73815
Try installing mysql and postgres 6.
dessalines 7b9db79
Try installing mysql and postgres 7.
dessalines 6f75705
Try installing mysql and postgres 8.
dessalines eabc846
Try installing mysql and postgres 9.
dessalines 136f0f3
Try installing mysql and postgres 10.
dessalines b05a53e
Try installing mysql and postgres 11.
dessalines bc227d1
Try installing mysql and postgres 12.
dessalines ca65ddc
Try installing mysql and postgres 13.
dessalines f60c2df
Add logging line.
dessalines 332c7ef
Add logging line 2.
dessalines 3340ab3
Add logging line 3.
dessalines 6aafc20
Add logging line 4.
dessalines 5dad74b
Removing binstall.
dessalines ae8c062
Extract taplo into its own image, ignore binstall.
dessalines 4b8118d
Use a smaller taplo.
dessalines 16a0f39
taplo is the same image.
dessalines File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
After #4673 is finished, this will be the only place where diesel cli is needed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice.