Skip to content
Snippets Groups Projects
Commit 1e769312 authored by gnzlbg's avatar gnzlbg
Browse files

Fix the nightly FreeBSD12 toolchain to one without the build.rs bug

parent 7e2f12f8
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