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.
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
Switch to GHA and GHCR for image building and hosting #31
Switch to GHA and GHCR for image building and hosting #31
Changes from 22 commits
8d39a3d
cfcf684
b5b041a
de5d51d
f71188f
fa3251e
6eb401d
7e144ca
189a678
f768980
55374a8
e8f9984
0a44736
93d23a2
bd390b0
0813b2a
199712e
5e8d668
4632b31
661c8de
542dc1a
29eb3c9
daf0e41
4525b7f
133c2da
df5bf1c
04c1459
d6b5f8e
63efd15
36da62e
c8bd434
e60a8ca
5719f4b
df0ff8e
75a9d69
b47710c
1378cff
cfe241c
cda435b
830de1c
f97d761
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
I wonder if we actually need to specify rust_version for the libprojbuilder - it's not even using rust, right? It's fine to leave it this way for now, since that's how it's always been, but worth considering for future simplification. It'd speed up the build a bit and avoid having to track supported versions in two places.
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.
Oooh. That's a good point.
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.
The
libproj-builder
Docker image does expect a Rust version:ARG RUST_VERSION
Unless I'm misunderstanding something about how the multi-stage builds work?
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.