Skip to content

Commit 8f72a8d

Browse files
committed
Auto merge of #1507 - mati865:patch-2, r=gnzlbg
Test FreeBSD 12 on latest nightly ~~Let's see if [libc update](rust-lang/rust#63806) for Rust fixed it.~~ Fixes #1489
2 parents 71e298f + 6255a45 commit 8f72a8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cirrus.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ task:
2222
- curl https://sh.rustup.rs -sSf --output rustup.sh
2323
- sh rustup.sh --default-toolchain nightly -y
2424
- . $HOME/.cargo/env
25-
- rustup default nightly-2019-08-22
25+
- rustup default nightly
2626
test_script:
2727
- . $HOME/.cargo/env
2828
- LIBC_CI=1 sh ci/run.sh x86_64-unknown-freebsd

0 commit comments

Comments
 (0)