Commit ba62fe2
committed
ci(windows): swap install smoke for ls smoke — dist gap upstream
The "install hyperfine" smoke step on \`test-windows\` failed with
\`Error: CmdNotFound("hyperfine")\`. Investigation: hyperfine has no
Windows build in \`dist.pkgx.dev\`. Exhaustive probe of all 842 top-
level prefixes in the bucket found zero packages with a \`windows/\`
subdir — pkgx-on-Windows can pull \`pkgx.exe\` itself but no other
package. \`pkgm install\` on Windows is blocked on upstream shipping
Windows artifacts, independent of pkgm's port.
Drop the install step (it can't pass), keep the \`--version\` floor,
and add a \`pkgm ls\` smoke that exercises install_prefix() (now
%LOCALAPPDATA%\pkgm) and the new Windows candidate-paths branch in
ls() without depending on a real install.
Job no longer needs \`continue-on-error: true\` — both remaining
steps are deterministically achievable on Windows today.1 parent fcbba47 commit ba62fe2
1 file changed
Lines changed: 18 additions & 18 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | | - | |
| 112 | + | |
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | | - | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
117 | 123 | | |
118 | | - | |
119 | 124 | | |
120 | 125 | | |
121 | 126 | | |
| |||
125 | 130 | | |
126 | 131 | | |
127 | 132 | | |
128 | | - | |
129 | | - | |
130 | | - | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
131 | 136 | | |
132 | 137 | | |
133 | 138 | | |
| |||
139 | 144 | | |
140 | 145 | | |
141 | 146 | | |
142 | | - | |
143 | | - | |
144 | | - | |
145 | | - | |
146 | | - | |
147 | | - | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
148 | 153 | | |
149 | 154 | | |
150 | 155 | | |
151 | 156 | | |
152 | 157 | | |
153 | 158 | | |
154 | | - | |
| 159 | + | |
155 | 160 | | |
156 | 161 | | |
157 | 162 | | |
158 | | - | |
159 | | - | |
160 | | - | |
161 | | - | |
162 | | - | |
163 | 163 | | |
164 | 164 | | |
165 | 165 | | |
| |||
0 commit comments