Skip to content

Commit 856110c

Browse files
committed
Add 7zip Windows compression utility
The Fedora images used to test libhvee are now being shipped with xz compression. Because the golang xz decompression is extremely slow, I'm proposing to use this command line utility. Signed-off-by: Brent Baude <[email protected]>
1 parent 46c3bf5 commit 856110c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

IMG_SFX

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20241212t122344z-f41f40d13
1+
20241218t154721z-f41f40d13

win_images/win_packaging.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocola
99

1010
# Install basic required tooling.
1111
# psexec needed to workaround session 0 WSL bug
12-
retryInstall git archiver psexec golang mingw StrawberryPerl zstandard; Check-Exit
12+
retryInstall 7zip git archiver psexec golang mingw StrawberryPerl zstandard; Check-Exit
1313

1414
# Update service is required for dotnet
1515
Set-Service -Name wuauserv -StartupType "Manual"; Check-Exit

0 commit comments

Comments
 (0)