Skip to content

Commit a5a090c

Browse files
authored
Remove FreeBSD 12 from CI. (#517)
FreeBSD 12 has been failing in CI like this: ``` ... [5/5] Extracting curl-7.87.0: .......... done curl https://sh.rustup.rs -sSf --output rustup.sh curl: (60) SSL certificate problem: unable to get local issuer certificate More details here: https://curl.se/docs/sslcerts.html curl failed to verify the legitimacy of the server and therefore could not establish a secure connection to it. To learn more about this situation and how to fix it, please visit the web page mentioned above. Exit status: 60 ``` The FreeBSD 13 run still works, so switch to just testing on FreeBSD 13.
1 parent bc47644 commit a5a090c

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.cirrus.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,3 @@ task:
1414
test_script:
1515
- . $HOME/.cargo/env
1616
- cargo test --workspace --features=all-apis
17-
18-
task:
19-
name: stable x86_64-unknown-freebsd-12
20-
freebsd_instance:
21-
image_family: freebsd-12-1
22-
setup_script:
23-
- pkg install -y curl
24-
- curl https://sh.rustup.rs -sSf --output rustup.sh
25-
- sh rustup.sh --default-toolchain stable -y --profile=minimal
26-
- . $HOME/.cargo/env
27-
- rustup default stable
28-
test_script:
29-
- . $HOME/.cargo/env
30-
- cargo test --workspace --features=all-apis

0 commit comments

Comments
 (0)