Skip to content

Commit 8b92de0

Browse files
Carbonhellsyphar
authored andcommitted
tweak(queue): remove pointless filter on build_status, as even if a build is still in progress with a broken nightly, we'd want it to be included in the list of rebuilds
chore(sqlx): run prepare
1 parent ca1f834 commit 8b92de0

File tree

3 files changed

+29
-30
lines changed

3 files changed

+29
-30
lines changed

.sqlx/query-13d3402d8d5bd2f1fee96566ed633ac319d1d8169e9115215775968a047e4069.json

Lines changed: 29 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.sqlx/query-64031f2e97958452a6d6da840fd067c225de3d323f74d36512c579a6896c68b6.json

Lines changed: 0 additions & 29 deletions
This file was deleted.

src/build_queue.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -808,7 +808,6 @@ FROM crates AS c
808808
ON c.id = r.crate_id
809809
JOIN release_build_status AS rbs
810810
ON rbs.rid = r.id
811-
AND rbs.build_status != 'in_progress'
812811
JOIN builds AS b
813812
ON b.rid = r.id
814813
AND b.build_finished = rbs.last_build_time

0 commit comments

Comments
 (0)