Skip to content

Commit

Permalink
Build 1.66.2 with modified env
Browse files Browse the repository at this point in the history
  • Loading branch information
cdce8p committed Oct 3, 2024
1 parent 8a23fc7 commit 90dca74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker_script
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ echo "--- ---";
# time pip install --extra-index-url https://wheels.home-assistant.io/musllinux-index/ -v grpcio==1.62.3
# pip uninstall -y cython
# pip install --extra-index-url https://wheels.home-assistant.io/musllinux-index/ -v "cython<3"
time pip install -v --no-binary grpcio grpcio==1.65.1
time pip install -v --no-binary grpcio grpcio==1.66.2
echo "--- ---";
python -c "import grpc"
echo "-- Success --";
2 changes: 1 addition & 1 deletion env_file
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ GRPC_BUILD_WITH_BORING_SSL_ASM=false
GRPC_PYTHON_BUILD_SYSTEM_OPENSSL=true
GRPC_PYTHON_BUILD_WITH_CYTHON=true
GRPC_PYTHON_DISABLE_LIBC_COMPATIBILITY=true
GRPC_PYTHON_LDFLAGS=-lpthread -Wl,-wrap,memcpy -static-libgcc
GRPC_PYTHON_LDFLAGS=-lpthread -Wl,-wrap

0 comments on commit 90dca74

Please sign in to comment.