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

Auto merge of #1503 - gnzlbg:fbsdci, r=gnzlbg

Fix the nightly FreeBSD12 toolchain to one without the build.rs bug
parents 7e2f12f8 1e769312
No related branches found
No related tags found
No related merge requests found
......@@ -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
- rustup default nightly-2019-08-22
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