-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update windows CI VMs for hyper-v machine testing #309
Conversation
Nope, still |
I already have the desired crun in #302, it's just hand-downloaded via kludge. |
7b1039c
to
92503fe
Compare
Note that crun is now at |
K. I'm hoping your PRs can be merged soon, and then I can re-purpose this one for windows podman-machine related updates. |
92503fe
to
a0ad674
Compare
a0ad674
to
adc1ead
Compare
836d04d
to
f146c00
Compare
f33e481
to
387cfb9
Compare
Cirrus CI build successful. Found built image names and IDs:
|
387cfb9
to
6c5603b
Compare
Cirrus CI build successful. Found built image names and IDs:
|
Cirrus CI build successful. Found built image names and IDs:
|
In addition to updating mingw and golang, this moves the installation of .Net and wixtoolset here instead of at CI runtime. The windows packer-configuration was updated to operate more consistently with how things are done in Linux WRT calling scripts. Along with some file renames and other cosmetic changes, the windows build timeout was increased since the extra packages seem to place it right on the edge of the former value. Signed-off-by: Chris Evich <[email protected]>
6c5603b
to
2ee0d88
Compare
Note to me: Make sure crun 1.9.3 is present in rawhide and F39 images. |
Cirrus CI build successful. Found built image names and IDs:
|
After removing workaround, F39 and rawhide are using crun 1.9.2 @edsantiago when you get a chance can you remind me, do we need .3 or is .2 okay? |
.2 is what we have now |
Thanks Ed. I'll push this out then (meaning tag it for Renovate to propose updates). Though Buildah is going to need some special-handling. |
Hmmm actually, I'm about to go on PTO, so maybe I'll wait to tag. |
Ref: containers/podman#20177
In addition to updating mingw and golang, this moves the
installation of .Net and wixtoolset here instead of at CI runtime.
The windows packer-configuration was updated to operate more
consistently with how things are done in Linux WRT calling scripts.
Along with some file renames and other cosmetic changes, the windows
build timeout was increased since the extra packages seem to
place it right on the edge of the former value.