Skip to content

Commit 5bd4b80

Browse files
Merge pull request #202 from JohnTitor/rm-libc-conf
Remove libc conf
2 parents 35294d9 + 0328c72 commit 5bd4b80

File tree

1 file changed

+0
-33
lines changed

1 file changed

+0
-33
lines changed

cfg.production.toml

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -128,39 +128,6 @@ 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-
164131
#############
165132
# stdarch #
166133
#############

0 commit comments

Comments
 (0)