Open UebelAndre opened 2 years ago
Ah, this turned out to just be a series of unexpected events.
timeout
is actually an int but before I ran into that failure, I hit the crash above which made the issue more confusing than it should be.
Thank you for contributing to the Bazel repository! This issue has been marked as stale since it has not had any activity in the last 1+ years. It will be closed in the next 90 days unless any other activity occurs. If you think this issue is still relevant and should stay open, please post any comment here and the issue will no longer be marked as stale.
To my knowledge this still causes a crash.
Description of the problem / feature request:
I'm attempting to add a
timeout
attribute to a repository rule in https://github.com/bazelbuild/rules_rust/pull/1101 and am running into the following crashBugs: what's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.
Adding the following to any repository rule reproduces the issue
What operating system are you running Bazel on?
Linux, MacOS, Windows
What's the output of
bazel info release
?