Skip to content

Conversation

@liustve
Copy link
Contributor

@liustve liustve commented May 8, 2025

Description of changes:
PR Builds are failing:

#16 ERROR: process "/bin/sh -c if [ $TARGETARCH = \"amd64\" ]; then cargo install cargo-audit && cargo audit ; fi" did not complete successfully: exit code: 101
------
 > [builder 5/6] RUN if [ amd64 = "amd64" ]; then cargo install cargo-audit && cargo audit ; fi:
3.336     [email protected] requires rustc 1.82
3.336     [email protected] requires rustc 1.82
3.336     [email protected] requires rustc 1.82
3.336     [email protected] requires rustc 1.82
3.336     [email protected] requires rustc 1.82
3.336     [email protected] requires rustc 1.82
3.336     [email protected] requires rustc 1.82
3.336     [email protected] requires rustc 1.82
3.336     [email protected] requires rustc 1.82
3.336   Try re-running `cargo install` with `--locked`
------

 1 warning found (use docker --debug to expand):
 - FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 36)
Dockerfile:54
--------------------
  52 |     
  53 |     # Audit dependencies
  54 | >>> RUN if [ $TARGETARCH = "amd64" ]; then cargo install cargo-audit && cargo audit ; fi
  55 |     
  56 |     
--------------------
ERROR: failed to solve: process "/bin/sh -c if [ $TARGETARCH = \"amd64\" ]; then cargo install cargo-audit && cargo audit ; fi" did not complete successfully: exit code: 101

Updating rustc version to 1.82

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@liustve liustve requested a review from a team as a code owner May 8, 2025 23:42
@liustve liustve merged commit db06fde into aws-observability:main May 9, 2025
12 checks passed
@liustve liustve deleted the update_rust branch June 7, 2025 20:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants