Skip to content

Commit 4952d0c

Browse files
authored
Remove FreeBSD 11 from libc CI
FreeBSD 11 is EOL and recently ceased hosting packages for that version of the OS, which is causing libc CI to fail.
1 parent 1213cf9 commit 4952d0c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

cfg.production.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,6 @@ secret = "${HOMU_WEBHOOK_SECRET_LIBC}"
150150

151151
[repo.libc.checks.actions]
152152
name = "bors build finished"
153-
[repo.libc.checks.cirrus-freebsd-11]
154-
name = "stable x86_64-unknown-freebsd-11"
155153
[repo.libc.checks.cirrus-freebsd-12]
156154
name = "nightly x86_64-unknown-freebsd-12"
157155
[repo.libc.checks.cirrus-freebsd-13]
@@ -404,4 +402,4 @@ try_users = []
404402
[repo.rust-analyzer.github]
405403
secret = "${HOMU_WEBHOOK_SECRET_RUST_ANALYZER}"
406404
[repo.rust-analyzer.checks.actions]
407-
name = "bors build finished"
405+
name = "bors build finished"

0 commit comments

Comments
 (0)