Skip to content

Commit

Permalink
Cirrus: Disable build_cross success requirement
Browse files Browse the repository at this point in the history
This task will be going away shortly.  Replaced by a native ARM64 build.

Signed-off-by: Chris Evich <[email protected]>
  • Loading branch information
cevich committed Jul 15, 2022
1 parent 983097e commit f9174e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,8 @@ success_task:
alias: success
depends_on:
- "build"
- "build_cross"
# This will be going away very soon
# - "build_cross"
- "validate"
- "verify_vendor"
- "unit"
Expand Down

0 comments on commit f9174e5

Please sign in to comment.