Enabled error checking in the built_tools framework (#574)
This commit is contained in:
parent
d4256561fa
commit
d02390f136
|
@ -39,9 +39,7 @@ def built_tool_rule_impl(ctx, script_lines, out_dir, mnemonic):
|
|||
root = detect_root(ctx.attr.srcs)
|
||||
|
||||
script = [
|
||||
# TODO: The script prelude should be used but for some reason it fails
|
||||
# on RBE builds.
|
||||
# "##script_prelude##",
|
||||
"##script_prelude##",
|
||||
"export EXT_BUILD_ROOT=##pwd##",
|
||||
"export INSTALLDIR=$$EXT_BUILD_ROOT$$/{}".format(out_dir.path),
|
||||
"export BUILD_TMPDIR=$$INSTALLDIR$$.build_tmpdir",
|
||||
|
|
Loading…
Reference in New Issue