Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update FreeBSD docs to refer to 14.1 #2263

Merged
merged 1 commit into from
Sep 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ jobs:
fail_ci_if_error: false

test_freebsd:
name: test freebsd-13.2 rust stable
name: test freebsd-14.1 rust stable
runs-on: ${{ matrix.job.os }}
timeout-minutes: 70
strategy:
Expand All @@ -278,7 +278,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Prepare, build and test
uses: vmactions/freebsd-vm@v1.0.8
uses: vmactions/freebsd-vm@v1
with:
mem: 8192
usesh: true
Expand Down Expand Up @@ -326,7 +326,7 @@ jobs:
if: failure()
uses: ./.github/actions/artifact_failure
with:
name: test-freebsd-13.2-stable
name: test-freebsd-14.1-stable

release:
name: release
Expand Down
2 changes: 1 addition & 1 deletion docs/DistributedFreeBSD.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ It's up to the user to create the reference pot that serves as a template
to clone from when instantiating image and build containers, e.g.:

```sh
pot create -p sccache-template -N alias -i "lo0|127.0.0.2" -t single -b 13.2
pot create -p sccache-template -N alias -i "lo0|127.0.0.2" -t single -b 14.1
pot set-cmd -p sccache-template -c /usr/bin/true
pot set-attr -p sccache-template -A no-rc-script -V YES
pot snapshot -p sccache-template
Expand Down
4 changes: 2 additions & 2 deletions scripts/freebsd-ci-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
# $HOME/.potcache
#
# mkdir $HOME/.potcache
# fetch -o $HOME/.potcache/13.2-RELEASE_base.txz \
# https://ftp.freebsd.org/pub/FreeBSD/releases/amd64/13.2-RELEASE/base.txz
# fetch -o $HOME/.potcache/14.1-RELEASE_base.txz \
# https://ftp.freebsd.org/pub/FreeBSD/releases/amd64/14.1-RELEASE/base.txz
#
# This script can be run from a github action. When run locally, make
# sure to install the required packages:
Expand Down
Loading