Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/KhronosGroup/SPIRV-Tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralan-baker <alanbaker@google.com>2022-11-10 01:37:23 +0300
committerGitHub <noreply@github.com>2022-11-10 01:37:23 +0300
commitaae7d413257181a46a0f79a4dcff7acc3092a918 (patch)
treed29a470716a3644049a18723003c79baf8989766
parent525bc38062ab082d5b540dfe9465231cfb94361d (diff)
Fix macos kokoro builds (#4985)
-rw-r--r--kokoro/scripts/macos/build.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/kokoro/scripts/macos/build.sh b/kokoro/scripts/macos/build.sh
index 46128238a..3618e6905 100644
--- a/kokoro/scripts/macos/build.sh
+++ b/kokoro/scripts/macos/build.sh
@@ -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 \