mirror of
https://github.com/servo/servo.git
synced 2025-07-23 23:33:43 +01:00
Remove daily no-op Android task.
Because `find_or_create` is used, it never actually runs! The corresponding pre-merge task is always found.
This commit is contained in:
parent
6de65556b4
commit
ac9a72aed5
1 changed files with 0 additions and 1 deletions
|
@ -30,7 +30,6 @@ def main(task_for, mock=False):
|
|||
elif task_for == "daily":
|
||||
daily_tasks_setup()
|
||||
with_rust_nightly()
|
||||
android_arm32()
|
||||
|
||||
else: # pragma: no cover
|
||||
raise ValueError("Unrecognized $TASK_FOR value: %r", task_for)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue