Skip to content

Commit c1ea7f5

Browse files
committed
Auto merge of #1503 - gnzlbg:fbsdci, r=gnzlbg
Fix the nightly FreeBSD12 toolchain to one without the build.rs bug
2 parents 7e2f12f + 1e76931 commit c1ea7f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cirrus.yml

Lines changed: 1 addition & 1 deletion
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
25+
- rustup default nightly-2019-08-22
2626
test_script:
2727
- . $HOME/.cargo/env
2828
- LIBC_CI=1 sh ci/run.sh x86_64-unknown-freebsd

0 commit comments

Comments
 (0)