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

[Python] Add python 3.11, 3.12, 3.13 images #22

Merged
merged 5 commits into from
Jan 24, 2025
Merged

[Python] Add python 3.11, 3.12, 3.13 images #22

merged 5 commits into from
Jan 24, 2025

Conversation

shink
Copy link
Collaborator

@shink shink commented Jan 23, 2025

@shink shink added the python Python Docker image label Jan 23, 2025
@shink shink self-assigned this Jan 23, 2025
@shink shink requested a review from 22dimensions January 23, 2025 07:45
@shink shink changed the title [Python] Add pyhton 3.11, 3.12, 3.13 images [Python] Add python 3.11, 3.12, 3.13 images Jan 23, 2025
python/python.sh Outdated
@@ -42,7 +42,7 @@ install_python() {
cd /tmp/${PY_INSTALLER_DIR}
mkdir -p /${PY_HOME}/lib
./configure --prefix=${PY_HOME} --enable-shared LDFLAGS="-Wl,-rpath ${PY_HOME}/lib"
make -j "$(nproc)"
make -j1
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure if the reason of failure is thread-safe issue, build using single thread for now

See this run: https://github.com/openmerlin/dockerfile/actions/runs/12924519416/job/36046258369

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's flaky on ubuntu-24.04

@github-actions github-actions bot added the ci/cd CI/CD label Jan 24, 2025
@@ -84,7 +84,7 @@ jobs:

docker:
name: 'docker'
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe it only fails on ubuntu-24.04, see: actions/runner-images#10636 (comment)

@shink shink merged commit d3d4720 into main Jan 24, 2025
1 check passed
@shink shink deleted the py/313 branch January 24, 2025 02:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci/cd CI/CD python Python Docker image
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant