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

build: Python 3.11 #873

Open
wants to merge 20 commits into
base: grpcio-1-62-2
Choose a base branch
from
Open

build: Python 3.11 #873

wants to merge 20 commits into from

Conversation

Jongy
Copy link
Contributor

@Jongy Jongy commented Jan 4, 2024

Upgrade the Python version used for the gProfiler executable from 3.10 to 3.11.
As part of the upgrade, I try to upgrade grpcio, as we concluded it's needed here.

This continues PR #771.

@Jongy Jongy added the build Image/executable build label Jan 4, 2024
@Jongy Jongy changed the title Python 3.11 build: Python 3.11 Jan 4, 2024
@@ -164,8 +164,9 @@ RUN yum install -y \
yum clean all
COPY ./scripts/openssl_build.sh .
RUN ./openssl_build.sh
COPY ./scripts/python310_build.sh .
RUN ./python310_build.sh
COPY ./scripts/python311_build.sh .
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Remove trailing ws

#
set -euo pipefail

wget https://www.python.org/ftp/python/3.11.3/Python-3.11.3.tgz
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Upgrade to latest patchlevel

@slicklash slicklash marked this pull request as draft July 8, 2024 10:21
@slicklash slicklash changed the base branch from master to grpcio-1-62-2 July 8, 2024 10:21
@slicklash
Copy link
Contributor

It would be great if someone who has arm machine could test build_aarch64_executable.sh

@slicklash slicklash marked this pull request as ready for review July 15, 2024 06:31
@slicklash slicklash force-pushed the grpcio-1-62-2 branch 5 times, most recently from 81816b7 to de24119 Compare July 17, 2024 12:54
@slicklash slicklash force-pushed the grpcio-1-62-2 branch 2 times, most recently from 664141c to 2fb9611 Compare September 5, 2024 05:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Image/executable build
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants