Skip to content
Snippets Groups Projects
Commit b156fb33 authored by bors's avatar bors
Browse files

Auto merge of #1507 - mati865:patch-2, r=gnzlbg

Test FreeBSD 12 on latest nightly

~~Let's see if [libc update](https://github.com/rust-lang/rust/pull/63806) for Rust fixed it.~~

Fixes https://github.com/rust-lang/libc/issues/1489
parents 36566a77 6255a457
No related branches found
No related tags found
Loading
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment