Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…perproject#1270 Use Python 3.11 in RHEL/CentOS RPM build
  • Loading branch information
jiridanek committed Dec 6, 2023
1 parent e022517 commit a4eac0c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/scripts/compile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ cmake -S "${PROTON_DIR}" -B "${PROTON_BUILD_DIR}" \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DENABLE_LINKTIME_OPTIMIZATION=ON \
-DCMAKE_INTERPROCEDURAL_OPTIMIZATION=ON \
-DPython_EXECUTABLE=/usr/bin/python3.11 \
-DBUILD_TLS=ON -DSSL_IMPL=openssl -DBUILD_STATIC_LIBS=ON -DBUILD_BINDINGS=python \
-DBUILD_TOOLS=OFF -DBUILD_EXAMPLES=OFF -DBUILD_TESTING=OFF \
-DCMAKE_INSTALL_PREFIX=${PROTON_BUILD_DIR}/install
Expand All @@ -150,6 +151,7 @@ python3.11 -m pip install "$(find "$PROTON_BUILD_DIR/python/" -name 'python-qpid
cmake -S "${SKUPPER_DIR}" -B "${SKUPPER_BUILD_DIR}" \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DProton_USE_STATIC_LIBS=ON \
-DPython_EXECUTABLE=/usr/bin/python3.11 \
-DProton_DIR="${PROTON_BUILD_DIR}/install/lib64/cmake/Proton" \
-DENABLE_PROFILE_GUIDED_OPTIMIZATION=ON \
-DVERSION="${VERSION}" \
Expand Down

0 comments on commit a4eac0c

Please sign in to comment.