Skip to content

Commit

Permalink
Fix macos kokoro builds (KhronosGroup#4985)
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-baker authored Nov 9, 2022
1 parent 525bc38 commit aae7d41
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions kokoro/scripts/macos/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,9 @@ mkdir build && cd $SRC/build
# Invoke the build.
BUILD_SHA=${KOKORO_GITHUB_COMMIT:-$KOKORO_GITHUB_PULL_REQUEST_COMMIT}
echo $(date): Starting build...
# We need Python 3. At the moment python3.7 is the newest Python on Kokoro.
cmake \
-GNinja \
-DCMAKE_INSTALL_PREFIX=$KOKORO_ARTIFACTS_DIR/install \
-DPYTHON_EXECUTABLE:FILEPATH=/usr/local/bin/python3.7 \
-DCMAKE_C_COMPILER=clang \
-DCMAKE_CXX_COMPILER=clang++ \
-DCMAKE_BUILD_TYPE=$BUILD_TYPE \
Expand Down

0 comments on commit aae7d41

Please sign in to comment.