blob: fe92af6a2b62f4b61d9aa22561cbf433b7f81d8c [file] [log] [blame]
build --cpu=darwin_x86_64
build --apple_platform_type=macos
build --xcode_version=11.3.1
# Disable the Swift compilation worker when running integration tests, since it
# requires the protobuf dependency which is infeasible to get working on Bazel.
build --define=RULES_SWIFT_BUILD_DUMMY_WORKER=1
build --strategy=SwiftCompile=local
# Stop gap for https://github.com/bazelbuild/tulsi/issues/94.
# See also: https://github.com/bazelbuild/rules_apple/issues/456.
build "--host_force_python=PY2"