Skip to content

Commit

Permalink
Cirrus-CI: Use HTTPS to fetch pkg
Browse files Browse the repository at this point in the history
Discussed with:	Jose Luis Duran <jlduran@gmail.com>
Fixes:	3c097b0 ("Cirrus-CI: forcably upgrade pkg to latest")
  • Loading branch information
markjdb committed Dec 9, 2023
1 parent bed7633 commit 1c37668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ task:
- sh .cirrus-ci/pkg-install.sh ${TOOLCHAIN_PKG} git-lite

xxx_upgrade_pkg_script:
- fetch http://pkg.freebsd.org/FreeBSD:13:amd64/latest/All/pkg-1.20.9.pkg
- 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

Expand Down

0 comments on commit 1c37668

Please sign in to comment.