summaryrefslogtreecommitdiffstats
path: root/library/stdarch/.cirrus.yml
blob: 7b75ba39dd7680cab7749b4c46dcbcf783ba8b0f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
env:
  # Temporary fix for https://github.com/rust-lang/rustup/issues/2774.
  RUSTUP_IO_THREADS: "1"

task:
  name: x86_64-unknown-freebsd
  freebsd_instance:
    image: freebsd-12-2-release-amd64
  setup_script:
    - pkg install -y curl
    - curl https://sh.rustup.rs -sSf --output rustup.sh
    - sh rustup.sh --default-toolchain nightly -y
    - . $HOME/.cargo/env
    - rustup default nightly
  test_script:
    - . $HOME/.cargo/env
    - cargo build --all