Skip to content
Snippets Groups Projects
Commit 52aa496b authored by Thai Duong's avatar Thai Duong
Browse files

Fixing macOS build (again!).

Change-Id: I973297704c45534590d98752f95dd50cb9b3f115
ORIGINAL_AUTHOR=Thai Duong <thaidn@google.com>
GitOrigin-RevId: 5ee0f0e6eb0cc1d66ad8a49265062f078f01cda6
parent dc732509
No related branches found
No related tags found
No related merge requests found
......@@ -3,3 +3,7 @@
# Location of the continuous bash script in git
# For now, just run the presubmit script.
build_file: "tink/kokoro/macos_external/presubmit.sh"
gfile_resources: "/x20/teams/ise-crypto/tink/kokoro/jdk-8u131-macosx-x64/jdk-8u131-macosx-x64.tgz"
gfile_resources: "/x20/teams/ise-crypto/tink/kokoro/bazel-c6122b6ad35ebbed61036b0a2bcfea92b10adb8f-darwin-x86_64"
......@@ -45,6 +45,9 @@ export PATH="${JAVA_HOME}/bin:$PATH"
chmod -R a+rx "${JAVA_HOME}"
popd
# fixing https://stackoverflow.com/questions/36908041/git-could-not-expand-include-path-gitcinclude-fatal-bad-config-file-line
sudo sed -i.bak s#~#/Users/kbuilder#g /usr/local/git/etc/gitconfig
chmod +x "${BAZEL_BIN}"
cd github/tink/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment