File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -61,12 +61,12 @@ source scripts/bootstrap/bootstrap.sh
61
61
new_step ' Building Bazel with Bazel'
62
62
display " ."
63
63
log " Building output/bazel"
64
- # We set host and target platform directly since the defaults in @bazel_tools
65
- # have not yet been generated .
64
+ # We set host and target platform directly because we are building for the local
65
+ # host .
66
66
bazel_build " src:bazel_nojdk${EXE_EXT} " \
67
67
--action_env=PATH \
68
- --host_platform=@bazel_tools//platforms:host_platform \
69
- --platforms=@bazel_tools//platforms:target_platform \
68
+ --host_platform=@local_config_platform//:host \
69
+ --platforms=@local_config_platform//:host \
70
70
|| fail " Could not build Bazel"
71
71
bazel_bin_path=" $( get_bazel_bin_path) /src/bazel_nojdk${EXE_EXT} "
72
72
[ -e " $bazel_bin_path " ] \
Original file line number Diff line number Diff line change 301
301
cat << EOF >${OUTPUT_DIR} /classes/com/google/devtools/build/lib/bazel/rules/tools.WORKSPACE
302
302
local_repository(name = 'bazel_tools', path = '${BAZEL_TOOLS_REPO} ')
303
303
bind(name = "cc_toolchain", actual = "@bazel_tools//tools/cpp:default-toolchain")
304
+ local_config_platform(name = 'local_config_platform')
304
305
EOF
305
306
306
307
create_deploy_jar " libblaze" " com.google.devtools.build.lib.bazel.Bazel" \
You can’t perform that action at this time.
0 commit comments