-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto merge of #3096 - JohnTitor:freebsd-14-0-release, r=JohnTitor
Upgrade FreeBSD 14 image Signed-off-by: Yuki Okushi <[email protected]>
- Loading branch information
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
@@ -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 | ||
|
@@ -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.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
devnexen
Contributor
|
||
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 | ||
|
I always hesitated doing so but happy that s the case now, less headaches.