Guest User

Untitled

a guest
Apr 25th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. def _impl(ctx):
  2. ctx.actions.run_shell(
  3. outputs = [ctx.outputs.executable],
  4. command = "..",
  5. execution_requirements = {
  6. "no-sandbox": "1",
  7. "no-cache": "1",
  8. "no-remote": "1",
  9. "local": "1",
  10. },
  11. )
Add Comment
Please, Sign In to add comment