From 349595443e5456a852b09f04f6e732b3c7a6c860 Mon Sep 17 00:00:00 2001 From: jcater Date: Mon, 4 Dec 2017 13:58:25 -0800 Subject: Platform options are no longer experimental. RELNOTES: The --host_platform and --platform flags are no longer experimental. PiperOrigin-RevId: 177863761 --- compile.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'compile.sh') diff --git a/compile.sh b/compile.sh index 076dd2492a..8a8a584dda 100755 --- a/compile.sh +++ b/compile.sh @@ -86,8 +86,8 @@ log "Building output/bazel" # We set host and target platform directly since the defaults in @bazel_tools # have not yet been generated. bazel_build "src:bazel${EXE_EXT}" \ - --experimental_host_platform=//tools/platforms:host_platform \ - --experimental_platforms=//tools/platforms:target_platform \ + --host_platform=//tools/platforms:host_platform \ + --platforms=//tools/platforms:target_platform \ || fail "Could not build Bazel" bazel_bin_path="$(get_bazel_bin_path)/src/bazel${EXE_EXT}" [ -e "$bazel_bin_path" ] \ -- cgit v1.2.3