Skip to content

Commit

Permalink
Auto merge of #3096 - JohnTitor:freebsd-14-0-release, r=JohnTitor
Browse files Browse the repository at this point in the history
Upgrade FreeBSD 14 image

Signed-off-by: Yuki Okushi <[email protected]>
  • Loading branch information
bors committed Jan 30, 2023
2 parents 4d072b0 + 58d258f commit 1689b94
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .cirrus.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
task:
name: nightly x86_64-unknown-freebsd-12
freebsd_instance:
image: freebsd-12-4-release-amd64
image_family: freebsd-12-4
setup_script:
- pkg install -y curl
- curl https://sh.rustup.rs -sSf --output rustup.sh
Expand All @@ -15,7 +15,7 @@ task:
task:
name: nightly x86_64-unknown-freebsd-13
freebsd_instance:
image: freebsd-13-1-release-amd64
image_family: freebsd-13-1
setup_script:
- pkg install -y curl
- curl https://sh.rustup.rs -sSf --output rustup.sh
Expand All @@ -29,9 +29,9 @@ task:
task:
name: nightly x86_64-unknown-freebsd-14
freebsd_instance:
image: freebsd-14-0-current-amd64-v20230114
image_family: freebsd-14-0-snap

This comment has been minimized.

Copy link
@devnexen

devnexen Jan 30, 2023

Contributor

I always hesitated doing so but happy that s the case now, less headaches.

This comment has been minimized.

Copy link
@JohnTitor

JohnTitor Jan 30, 2023

Member

Hm, could you clarify why?

This comment has been minimized.

Copy link
@devnexen

devnexen Jan 30, 2023

Contributor

ah when adding a freebsd 14 feature at least the snapshot is always the lastest.

This comment has been minimized.

Copy link
@JohnTitor

JohnTitor Jan 30, 2023

Member

I see! Let's reconsider when it actually causes an issue.

setup_script:
- pkg install -y curl
- pkg install -y libnghttp2 curl
- curl https://sh.rustup.rs -sSf --output rustup.sh
- sh rustup.sh -y --default-toolchain nightly --profile=minimal
- . $HOME/.cargo/env
Expand Down

0 comments on commit 1689b94

Please sign in to comment.