Skip to content

Commit

Permalink
Auto merge of #1507 - mati865:patch-2, r=gnzlbg
Browse files Browse the repository at this point in the history
Test FreeBSD 12 on latest nightly

~~Let's see if [libc update](rust-lang/rust#63806) for Rust fixed it.~~

Fixes #1489
  • Loading branch information
bors committed Sep 11, 2019
2 parents 71e298f + 6255a45 commit 8f72a8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cirrus.yml
Expand Up @@ -22,7 +22,7 @@ task:
- curl https://sh.rustup.rs -sSf --output rustup.sh
- sh rustup.sh --default-toolchain nightly -y
- . $HOME/.cargo/env
- rustup default nightly-2019-08-22
- rustup default nightly
test_script:
- . $HOME/.cargo/env
- LIBC_CI=1 sh ci/run.sh x86_64-unknown-freebsd
Expand Down

0 comments on commit 8f72a8d

Please sign in to comment.