Skip to content

Commit

Permalink
Fix CI on i686-unknown-freebsd
Browse files Browse the repository at this point in the history
It's a standard library bug.  Work around it by using an older
toolchain.

rust-lang/rust#130677
  • Loading branch information
asomers committed Sep 29, 2024
1 parent c16ed97 commit d13df5a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ task:
# Test i686 FreeBSD in 32-bit emulation on a 64-bit host.
env:
TARGET: i686-unknown-freebsd
# Can't use nightly on i686 due to
# https://github.com/rust-lang/rust/issues/130677
VERSION: 1.77.0
freebsd_instance:
image: freebsd-14-0-release-amd64-ufs
<< : *SETUP
Expand Down

0 comments on commit d13df5a

Please sign in to comment.