Skip to content

Commit 5bb3318

Browse files
authored
Don't cache transient pkg
1 parent fdc4857 commit 5bb3318

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.cirrus.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ task:
3030

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

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

0 commit comments

Comments
 (0)