We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d1b78d commit 91b4264Copy full SHA for 91b4264
presubmit.yml
@@ -16,11 +16,14 @@ tasks:
16
- ./kerl install ${ERLANG_VERSION} ~/kerl/${ERLANG_VERSION}
17
- |
18
ERLANG_HOME="$(realpath ~/kerl/${ERLANG_VERSION})"
19
- cat << EOF >> user.bazelrc
+ cat << EOF >> .bazelrc
20
build --@rules_erlang//:erlang_version=${ERLANG_VERSION}
21
build --@rules_erlang//:erlang_home=${ERLANG_HOME}
22
EOF
23
build_flags:
24
+ - --incompatible_strict_action_env
25
- --extra_toolchains=@rules_erlang//:erlang_toolchain_external
26
+ - --platforms=@rules_erlang//platforms:erlang_external_platform
27
+ - --extra_execution_platforms=@rules_erlang//platforms:erlang_external_platform
28
build_targets:
29
- '@rules_erlang//...'
0 commit comments