Skip to content
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

invalidate cross image if rust version has changed (but nothing else) #917

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Emilgardis
Copy link
Member

No description provided.

@@ -238,6 +238,29 @@ pub fn build_docker_image(
if verbose > 1 {
docker_build.args(&["--build-arg", "VERBOSE=1"]);
}
// FIXME: Move to matrix?
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this is good to move to util at least. It should be more general functionality, so we can get the latest stable.

@Alexhuszagh Alexhuszagh added enhancement no-ci-targets PRs that do not affect any cross-compilation targets. labels Nov 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement no-ci-targets PRs that do not affect any cross-compilation targets.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants