make packages requires the latest pkg for now so force that.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Or if someone from ports can MFC pkg into quarterly, even better. But this is good for now. Thank you!
# XXX Remove current and uncomment below once 2024Q1 has branched out # upgrade_pkg_script: # - pkg upgrade -y pkg upgrade_pkg_script: - fetch http://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
Source: https://github.com/jlduran/freebsd-src/commit/d9a03c4f85cfec30c499b56cf57ff53e36917458
.cirrus.yml | ||
---|---|---|
79 | Is there some reason not to use https here? I don't hit any problems if I make that change. |
.cirrus.yml | ||
---|---|---|
79 | Please do! |