Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions platform/macos/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ ccache --zero-stats
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_OSX_DEPLOYMENT_TARGET="$MACOS_VERSION" \
-DCMAKE_PREFIX_PATH="$PREFIX_PATH" \
-DCMAKE_POLICY_VERSION_MINIMUM=3.5 \
-GNinja \
-B_build \
"$@" \
Expand Down
2 changes: 1 addition & 1 deletion tools/circleci-bazel-test
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ TMPDIR=$(mktemp -d)
trap 'rm -rf "$TMPDIR"' EXIT

pushd /src/workspace
curl -L https://github.com/buchgr/bazel-remote/releases/download/v2.5.0/bazel-remote-2.5.0-linux-x86_64 -o "$TMPDIR/bazel-remote"
curl -L https://github.com/buchgr/bazel-remote/releases/download/v2.6.1/bazel-remote-2.6.1-linux-amd64 -o "$TMPDIR/bazel-remote"
# TODO(iphydf): Use bazel once the image is updated.
# bazel run @patchelf//:patchelf -- --set-interpreter /nix/store/*-glibc-*/lib64/ld-linux-x86-64.so.2 "$TMPDIR/bazel-remote"
"$PATCHELF" --set-interpreter /nix/store/*-glibc-*/lib64/ld-linux-x86-64.so.2 "$TMPDIR/bazel-remote"
Expand Down
Loading