File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments