Skip to content

Commit 95005b9

Browse files
committed
pacman: pin smoke package architecture
1 parent c5706b9 commit 95005b9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/pacman/msys-runtime-smoke.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ if ($runtimeFiles.Count -ne 2) {
7777

7878
[IO.File]::WriteAllText($configPath, @"
7979
[options]
80-
Architecture = auto
80+
Architecture = x86_64
8181
SigLevel = Never
8282
CheckSpace
8383
"@)
@@ -90,7 +90,7 @@ pkgdesc = VitaSDK MSYS runtime smoke package
9090
builddate = 0
9191
packager = VitaSDK CI
9292
size = 6
93-
arch = any
93+
arch = x86_64
9494
license = MIT
9595
"@)
9696
[IO.File]::WriteAllText(

0 commit comments

Comments
 (0)