Skip to content

Updates Rust version#4306

Merged
igooch merged 1 commit intoagones-dev:mainfrom
igooch:rust-update
Oct 20, 2025
Merged

Updates Rust version#4306
igooch merged 1 commit intoagones-dev:mainfrom
igooch:rust-update

Conversation

@igooch
Copy link
Copy Markdown
Collaborator

@igooch igooch commented Oct 20, 2025

What type of PR is this?

/kind cleanup
/kind hotfix

What this PR does / Why we need it:

Step 19: tests fails on CI / CD builds with:

make: *** [includes/sdk.mk:78: run-sdk-command-rust] Error 2
make[1]: *** [includes/sdk.mk:91: run-sdk-command] Error 101
/usr/bin/make ensure-image IMAGE_TAG=agones-build:795b8da520 BUILD_TARGET=build-build-image
...
make[1]: Entering directory '/workspace/build'
  Determining projects to restore...
where `ver` is the latest version of `indexmap` supporting rustc 1.71.1
cargo update -p indexmap@2.12.0 --precise ver
Either upgrade to rustc 1.82 or newer, or use
error: package `indexmap v2.12.0` cannot be built because it requires rustc 1.82 or newer, while the currently active rustc version is 1.71.1

This updates Rust to the latest stable version.

Which issue(s) this PR fixes:

NA

Special notes for your reviewer:

@github-actions github-actions bot added the kind/cleanup Refactoring code, fixing up documentation, etc label Oct 20, 2025
@agones-bot
Copy link
Copy Markdown
Collaborator

Build Succeeded 🥳

Build Id: d5e834e8-5b34-4ee4-9f34-eed85ced1a4b

The following development artifacts have been built, and will exist for the next 30 days:

A preview of the website (the last 30 builds are retained):

To install this version:

git fetch https://github.com/googleforgames/agones.git pull/4306/head:pr_4306 && git checkout pr_4306
helm install agones ./install/helm/agones --namespace agones-system --set agones.image.registry=us-docker.pkg.dev/agones-images/ci --set agones.image.tag=1.53.0-dev-30ff264

@lacroixthomas
Copy link
Copy Markdown
Collaborator

LGTM ! Thanks for taking care of that so quickly ! 🚀

@igooch igooch merged commit d44c459 into agones-dev:main Oct 20, 2025
4 of 5 checks passed
@igooch igooch deleted the rust-update branch October 20, 2025 16:38
mnthe pushed a commit to mnthe/agones that referenced this pull request Mar 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

kind/cleanup Refactoring code, fixing up documentation, etc size/XS

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants