Skip to content

Commit 096794c

Browse files
committed
Cirrus CI FreeBSD: Switch from p7zip package to superseding 7-zip one
1 parent a20010f commit 096794c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.cirrus.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ task:
199199
install_prerequisites_script: |
200200
cd $CIRRUS_WORKING_DIR/..
201201
sysctl -n hw.ncpu
202-
pkg install -y git cmake ninja gmake llvm bash gtar p7zip
202+
pkg install -y git cmake ninja gmake llvm bash gtar 7-zip
203203
python3 --version
204204
python3 -m ensurepip
205205
# Download & extract host LDC
@@ -298,7 +298,7 @@ task:
298298
artifactName=ldc2-$artifactID-$CI_OS-x86_64
299299
mv installed $artifactName
300300
chmod -R go=rX $artifactName
301-
gtar -cf - --owner=0 --group=0 $artifactName | 7za a artifacts/$artifactName.tar.xz -si -txz -mx9
301+
gtar -cf - --owner=0 --group=0 $artifactName | 7z a artifacts/$artifactName.tar.xz -si -txz -mx9
302302
# Upload to GitHub release (only for commits on the master branch and tags)
303303
upload_to_github_script: |
304304
cd $CIRRUS_WORKING_DIR

0 commit comments

Comments
 (0)