Skip to content

Commit

Permalink
hack to fix python artifact build
Browse files Browse the repository at this point in the history
  • Loading branch information
jtattermusch committed Sep 27, 2023
1 parent f1f44d6 commit d13a4cf
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ export GRPC_SKIP_PIP_CYTHON_UPGRADE=TRUE
export GRPC_RUN_AUDITWHEEL_REPAIR=TRUE
export GRPC_BUILD_GRPCIO_TOOLS_DEPENDENTS=TRUE

# Without this python cannot find the c++ compiler
# TODO(jtattermusch): find better solution to prevent bazel from
# restricting path contents
export PATH="/opt/rh/devtoolset-10/root/usr/bin:$PATH"

# set build parallelism to fit the machine configuration of bazelified tests RBE pool.
export GRPC_PYTHON_BUILD_EXT_COMPILER_JOBS=8

Expand Down

0 comments on commit d13a4cf

Please sign in to comment.