You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There isn't a ton of reason to do this here:
- Uploads now already wait for the dirty status to disappear as part of
filtering out disabled architectures.
- If the dirty status flips during a build, there's no reason to wait on
it again: the build is already running!
- The presumed reason for the existence of these checks in our original
ci-package-builder was to help eliminate the race between sources
being uploaded and new builds appearing, which we already handle in a
completely different way.
Signed-off-by: Ryan Gonzalez <[email protected]>
0 commit comments