<div dir="ltr"><div>I have the build working in Docker, currently adding CI to it in Github Actions. It will auto-build the artifacts (this will be step 1 of getting automated builds out the door using Github Actions so maintainers and release managers won&#39;t have to build the artifacts and upload them to Github Releases anymore).</div><div><br></div><div>I have a question for Dom and anyone else involved: is any of the information under the win32/ directory relevant, anymore? It looks like all the work actually gets done in cpack/windows these days, and I&#39;ve poked around but can&#39;t find references to the rest of that code elsewhere in the repo. I haven&#39;t done a completely thorough search, though, so I just wanted to lean on some institutional knowledge if I can. If most of it is now abandoned in favor of the Fedora builds and packages, then that would be a huge relief.<br></div><div><br></div><div>--Greg<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Apr 24, 2020 at 3:09 PM Dominique Corbex &lt;<a href="mailto:dominique@corbex.org">dominique@corbex.org</a>&gt; wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Fri, 24 Apr 2020 14:31:19 -0400<br>
Karl Kleinpaste &lt;<a href="mailto:karl@kleinpaste.org" target="_blank">karl@kleinpaste.org</a>&gt; wrote:<br>
<br>
&gt; Apr 24 10:51:44 <a href="http://godiva.kleinpaste.org" rel="noreferrer" target="_blank">godiva.kleinpaste.org</a> systemd[6546]: Started libcrun<br>
&gt; container.<br>
&gt; *Apr 24 10:51:44 <a href="http://godiva.kleinpaste.org" rel="noreferrer" target="_blank">godiva.kleinpaste.org</a> conmon[2268009]: conmon<br>
&gt; f6d89ebf5dda38d47726 &lt;error&gt;: Failed to create container: exit status 1*<br>
<br>
We don&#39;t have any more information to deal with...<br>
<br>
Maybe try to run podman directly, like:<br>
<br>
$ podman run -it fedora:latest echo Hello-World<br>
Trying to pull <a href="http://registry.fedoraproject.org/fedora:latest." rel="noreferrer" target="_blank">registry.fedoraproject.org/fedora:latest.</a>..<br>
Getting image source signatures<br>
Copying blob 00c5bb959822 doneĀ  <br>
Copying config 8c2e0da7c4 doneĀ  <br>
Writing manifest to image destination<br>
Storing signatures<br>
Hello-World<br>
$<br>
<br>
-- <br>
domcox &lt;<a href="mailto:dominique@corbex.org" target="_blank">dominique@corbex.org</a>&gt;<br>
<br>
_______________________________________________<br>
xiphos-devel mailing list<br>
<a href="mailto:xiphos-devel@crosswire.org" target="_blank">xiphos-devel@crosswire.org</a><br>
<a href="http://www.crosswire.org/mailman/listinfo/xiphos-devel" rel="noreferrer" target="_blank">http://www.crosswire.org/mailman/listinfo/xiphos-devel</a><br>
</blockquote></div>