Open
Conversation
Contributor
+1 |
JGuinegagne
previously approved these changes
Jun 24, 2024
Captainia
reviewed
Jul 2, 2024
Contributor
Captainia
left a comment
There was a problem hiding this comment.
Codebuild failure https://tiny.amazon.com/71qlm267/IsenLink.
> [builder 3/10] RUN cargo chef cook --release --recipe-path recipe.json:
--
2190 | 4.365 error: rustc 1.78.0 is not supported by the following packages:
2191 | 4.365 bitstream-io@2.4.2 requires rustc 1.79
2192 | 4.365 ravif@0.11.7 requires rustc 1.79
2193 | 4.365 Either upgrade rustc or select compatible dependency versions with
2194 | 4.365 `cargo update <name>@<current-ver> --precise <compatible-ver>`
2195 | 4.365 where `<compatible-ver>` is the latest version supporting rustc 1.78.0
2196 | 4.365
2197 | 4.373 thread 'main' panicked at /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo-chef-0.1.67/src/recipe.rs:218:27:
2198 | 4.373 Exited with status code: 101
2199 | 4.373 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Can we try only upgrade for git maybe?
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Issue #, if available:
Description of changes:
Add
apt-get upgrade -yto installation commands to ensure latest versions get installedBy submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.