File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3434 repository-cache : false
3535 bazelrc : |
3636 startup --windows_enable_symlinks
37- build --announce_rc --platforms=@portable_cc_toolchain//platform:${{ inputs.target }}
37+ build --config=incompatible -- announce_rc --platforms=@portable_cc_toolchain//platform:${{ inputs.target }}
3838 - name : Download built toolchain
3939 uses : actions/download-artifact@v4
4040 if : ${{ inputs.use-built-toolchain }}
Original file line number Diff line number Diff line change 11# https://github.com/bazelbuild/bazel-central-registry/blob/main/incompatible_flags.yml
2- build \
2+ build:incompatible \
33 --incompatible_config_setting_private_default_visibility \
44 --incompatible_disable_starlark_host_transitions \
55 --incompatible_disable_native_repo_rules \
You can’t perform that action at this time.
0 commit comments