зеркало из https://github.com/mozilla/sccache.git
Update FreeBSD docs to refer to 14.1 (#2263)
This commit is contained in:
Родитель
be7e7ab51f
Коммит
fce4fbb6f9
|
@ -267,7 +267,7 @@ jobs:
|
||||||
fail_ci_if_error: false
|
fail_ci_if_error: false
|
||||||
|
|
||||||
test_freebsd:
|
test_freebsd:
|
||||||
name: test freebsd-13.2 rust stable
|
name: test freebsd-14.1 rust stable
|
||||||
runs-on: ${{ matrix.job.os }}
|
runs-on: ${{ matrix.job.os }}
|
||||||
timeout-minutes: 70
|
timeout-minutes: 70
|
||||||
strategy:
|
strategy:
|
||||||
|
@ -278,7 +278,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Prepare, build and test
|
- name: Prepare, build and test
|
||||||
uses: vmactions/freebsd-vm@v1.0.8
|
uses: vmactions/freebsd-vm@v1
|
||||||
with:
|
with:
|
||||||
mem: 8192
|
mem: 8192
|
||||||
usesh: true
|
usesh: true
|
||||||
|
@ -326,7 +326,7 @@ jobs:
|
||||||
if: failure()
|
if: failure()
|
||||||
uses: ./.github/actions/artifact_failure
|
uses: ./.github/actions/artifact_failure
|
||||||
with:
|
with:
|
||||||
name: test-freebsd-13.2-stable
|
name: test-freebsd-14.1-stable
|
||||||
|
|
||||||
release:
|
release:
|
||||||
name: release
|
name: release
|
||||||
|
|
|
@ -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.:
|
to clone from when instantiating image and build containers, e.g.:
|
||||||
|
|
||||||
```sh
|
```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-cmd -p sccache-template -c /usr/bin/true
|
||||||
pot set-attr -p sccache-template -A no-rc-script -V YES
|
pot set-attr -p sccache-template -A no-rc-script -V YES
|
||||||
pot snapshot -p sccache-template
|
pot snapshot -p sccache-template
|
||||||
|
|
|
@ -24,8 +24,8 @@
|
||||||
# $HOME/.potcache
|
# $HOME/.potcache
|
||||||
#
|
#
|
||||||
# mkdir $HOME/.potcache
|
# mkdir $HOME/.potcache
|
||||||
# fetch -o $HOME/.potcache/13.2-RELEASE_base.txz \
|
# fetch -o $HOME/.potcache/14.1-RELEASE_base.txz \
|
||||||
# https://ftp.freebsd.org/pub/FreeBSD/releases/amd64/13.2-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
|
# This script can be run from a github action. When run locally, make
|
||||||
# sure to install the required packages:
|
# sure to install the required packages:
|
||||||
|
|
Загрузка…
Ссылка в новой задаче