Skip to content

Commit

Permalink
ci: Build the world in any case.
Browse files Browse the repository at this point in the history
The CI can fails previously for reasons which are not tied to hush 2021.
Let's build the world in any case to check everything is OK there too.

Signed-off-by: Francis Laniel <[email protected]>
  • Loading branch information
Francis Laniel committed Oct 2, 2023
1 parent efe21ed commit 000cafe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -447,6 +447,7 @@ stages:
retryCountOnTaskFailure: 2 # QEMU may be too slow, etc.
- stage: world_build
condition: always()
jobs:
- job: build_the_world
timeoutInMinutes: 0 # Use the maximum allowed
Expand Down

0 comments on commit 000cafe

Please sign in to comment.