Skip to content

Commit

Permalink
Revert back to using portsnap
Browse files Browse the repository at this point in the history
  • Loading branch information
abravalheri committed Jul 15, 2022
1 parent a944251 commit d2dd3b8
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .cirrus.yml
Expand Up @@ -133,8 +133,12 @@ freebsd_task:
- ln -s /usr/local/bin/python3.9 /usr/local/bin/python
# Install pipx from source since the latest pre-compiled version is outdated.
# Obs.: Probably it is safe to install py39-pipx directly after Oct/2022.
- cd /usr/ports/devel/
- make fetch
- portsnap fetch --interactive
# Unfortunatelly we cannot ommit the `--interactive` config here,
# otherwise the random delay can be too big to afford.
# On the bright side, the CI should run on demand, so the likely hood
# of multiple jobs hitting the FreeBSD server at the same time is small.
- portsnap extract devel/py-pipx
- cd /usr/ports/devel/py-pipx
- cat Makefile
- make FLAVOR=py39
Expand Down

0 comments on commit d2dd3b8

Please sign in to comment.