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

[devcontainer] Update cmake to detect Python 3.12 #740

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

Conversation

KSerrania
Copy link
Contributor

What does this PR do?

Changes the devcontainer to use cmake 3.30.2 (like the other build images) instead of the stock version bundled in Ubuntu 22.04 (3.22.1).

Motivation

This is necessary to ensure cmake detects Python 3.12, for the same reasons as #642.

Possible Drawbacks / Trade-offs

Adds more manual steps.

Another alternative would be to update the container's base to ubuntu:24.04 (bundles Python 3.12 + a more recent cmake version), but this is a larger change that may require additional updates.

Additional Notes

I tested by running the inv agent.build --run-on linux command, targeting a devcontainer built locally on this branch. Before merging, I'd like for someone else to test the main Agent commands in it.

@KSerrania KSerrania requested review from a team as code owners January 16, 2025 18:48
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