Skip to content

Commit

Permalink
Cirrus-CI: stop forcibly installing pkg
Browse files Browse the repository at this point in the history
Updated pkg is now in quarterly and there is no need to forcibly
install a specific version.

This reverts commit 1c37668.
This reverts commit 3c097b0.

Reported by:	bapt
Sponsored by:	The FreeBSD Foundation
  • Loading branch information
emaste committed Dec 13, 2023
1 parent 0299afd commit 92aa071
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,6 @@ task:
install_script:
- sh .cirrus-ci/pkg-install.sh ${TOOLCHAIN_PKG} git-lite

xxx_upgrade_pkg_script:
- fetch https://pkg.freebsd.org/FreeBSD:13:amd64/latest/All/pkg-1.20.9.pkg
- pkg install -y ./pkg-1.20.9.pkg
- rm -f pkg-1.20.9.pkg

setup_script:
- uname -a
- gpart show
Expand Down

0 comments on commit 92aa071

Please sign in to comment.