.cirrus.yml: bootstrap pkg unconditionally
This ensures compatibility with pkg repo so a change in upstream doesn't break setup. See: https://lists.freebsd.org/pipermail/freebsd-cloud/2020-April/000234.html Message-Id: <CAKBkRUzicxphjjkkxdgzB3cDSv=AszD5V4X499jT2BjiAaazGw@mail.gmail.com> Signed-off-by: Li-Wen Hsu <lwhsu@lwhsu.org> [AJB: applied from Li-Wen's github, applied sob, tweaked commit message] Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
This commit is contained in:
parent
8f3e2968f6
commit
ae52862970
@ -6,7 +6,7 @@ freebsd_12_task:
|
|||||||
image_family: freebsd-12-1
|
image_family: freebsd-12-1
|
||||||
cpu: 8
|
cpu: 8
|
||||||
memory: 8G
|
memory: 8G
|
||||||
install_script: pkg install -y
|
install_script: ASSUME_ALWAYS_YES=yes pkg bootstrap -f ; pkg install -y
|
||||||
bash bison curl cyrus-sasl git glib gmake gnutls gsed
|
bash bison curl cyrus-sasl git glib gmake gnutls gsed
|
||||||
nettle perl5 pixman pkgconf png usbredir
|
nettle perl5 pixman pkgconf png usbredir
|
||||||
script:
|
script:
|
||||||
|
Loading…
Reference in New Issue
Block a user