Skip to content

Conversation

@opajonk
Copy link
Contributor

@opajonk opajonk commented Oct 28, 2025

The DevContainer feature "python" always re-builds Python from source. This is a big issue for the build performance of the container, especially for cross-builds for arm64. Hence, we switch to use the OS-provided Python. Note that this implies a change in patch version (from "3.12.11" to "3.12.3"), which should not be an issue.

Also:

  • Install fixed git-lfs version. The feature picket up the latest version without any notification.
  • Minor cleanups

Closes #39

The DevContainer feature "python" always re-builds Python from source. This is a big issue for the build performance of the container, especially for cross-builds for arm64. Hence, we switch  to use the OS-provided Python. Note that this implies a change in patch version (from "3.12.11" to "3.12.3"), which should not be an issue.
@opajonk opajonk marked this pull request as ready for review October 28, 2025 13:54
@FScholPer FScholPer merged commit 68bf245 into eclipse-score:main Oct 29, 2025
2 checks passed
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.

DevContainer build on main ran out of disk space

3 participants