blob: 055e49fc1a7c5f40cf253ebace554366fca93e39 [file] [log] [blame]
import %workspace%/build/bazel/common.bazelrc
build --host_platform //build/bazel/platforms:linux_x86_64
# Workaround JVM segfault issue as suggested at
# https://github.com/bazelbuild/bazel/issues/3236#issuecomment-310656266
#
# Also b/232915221: this cannot be just /tmp/ if we want to use directories in
# /tmp as --output_base paths, so use a subdir instead.
build --sandbox_tmpfs_path=/tmp/bazel/sandbox/
# Create a build number that will be injected later.
build --workspace_status_command=build/bazel/scripts/gen_build_number.sh