Skip to content

Commit

Permalink
Don't cache transient pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
probonopd authored Jan 21, 2023
1 parent fdc4857 commit 5bb3318
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ task:

Environment_script:
# sed -i '' -e 's|quarterly|release_1|g' "${uzip}/etc/pkg/FreeBSD.conf"
- rm -f /usr/local/furybsd/amd64/cache/packages/transient/* || true # Don't cache transient pkg
- env
- kldload zfs.ko || true
- kldload tmpfs.ko || true
Expand All @@ -52,6 +53,7 @@ task:
- df -h
- ls -lh /usr/local/furybsd/iso/*.iso || false # Error out if ISO was not produced to mitigate the above
# ( cd /usr/local/furybsd/ ; zsyncmake *.iso )
- rm -f /usr/local/furybsd/amd64/cache/packages/transient/* || true # Don't cache transient pkg

Upload_script:
- export VER=$(uname -r | cut -d "-" -f 1) # No way to pass on from Build_script to Upload_script?
Expand Down

1 comment on commit 5bb3318

@probonopd
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

?

Please sign in to comment.