Skip to content

Commit 077e7c6

Browse files
committed
Disable the freebsd-16-0-snap CI run.
1 parent 9c214be commit 077e7c6

1 file changed

Lines changed: 18 additions & 12 deletions

File tree

.cirrus.yml

Lines changed: 18 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,21 @@ task:
2727
- . $HOME/.cargo/env
2828
- cargo test --workspace --features=all-apis
2929

30-
task:
31-
name: stable x86_64-unknown-freebsd-16
32-
freebsd_instance:
33-
image_family: freebsd-16-0-snap
34-
setup_script:
35-
- curl https://sh.rustup.rs -sSf --output rustup.sh
36-
- sh rustup.sh --default-toolchain stable -y --profile=minimal
37-
- . $HOME/.cargo/env
38-
- rustup default stable
39-
test_script:
40-
- . $HOME/.cargo/env
41-
- cargo test --workspace --features=all-apis
30+
31+
# Temporarily disabled due to this error:
32+
#
33+
# ```
34+
# Failed to start an instance: INVALID_ARGUMENT: Snap images are not supported due to boot stability.
35+
# ```
36+
#task:
37+
# name: stable x86_64-unknown-freebsd-16
38+
# freebsd_instance:
39+
# image_family: freebsd-16-0-snap
40+
# setup_script:
41+
# - curl https://sh.rustup.rs -sSf --output rustup.sh
42+
# - sh rustup.sh --default-toolchain stable -y --profile=minimal
43+
# - . $HOME/.cargo/env
44+
# - rustup default stable
45+
# test_script:
46+
# - . $HOME/.cargo/env
47+
# - cargo test --workspace --features=all-apis

0 commit comments

Comments
 (0)