Skip to content

Commit 492af11

Browse files
Revert "Remove libc conf"
1 parent 5bd4b80 commit 492af11

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

cfg.production.toml

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,39 @@ remove = ['S-waiting-on-bors']
128128
add = ['S-waiting-on-author']
129129
unless = ['S-blocked', 'S-waiting-on-review']
130130

131+
##########
132+
# libc #
133+
##########
134+
135+
[repo.libc]
136+
owner = "rust-lang"
137+
name = "libc"
138+
timeout = 5400
139+
140+
# Permissions managed through rust-lang/team
141+
rust_team = true
142+
reviewers = []
143+
try_users = []
144+
145+
[repo.libc.branch]
146+
auto = "auto-libc"
147+
148+
[repo.libc.github]
149+
secret = "${HOMU_WEBHOOK_SECRET_LIBC}"
150+
151+
[repo.libc.checks.actions]
152+
name = "bors build finished"
153+
[repo.libc.checks.cirrus-freebsd-13]
154+
name = "nightly x86_64-unknown-freebsd-13"
155+
[repo.libc.checks.cirrus-freebsd-14]
156+
name = "nightly x86_64-unknown-freebsd-14"
157+
[repo.libc.labels.approved] # after homu received `r+`
158+
remove = ['S-blocked', 'S-waiting-on-author', 'S-waiting-on-bors', 'S-waiting-on-review']
159+
add = ['S-waiting-on-bors']
160+
[repo.libc.labels.failed] # test failed (maybe spurious, so fall back to -on-review)
161+
remove = ['S-blocked', 'S-waiting-on-author', 'S-waiting-on-bors', 'S-waiting-on-review']
162+
add = ['S-waiting-on-review']
163+
131164
#############
132165
# stdarch #
133166
#############

0 commit comments

Comments
 (0)