<div dir="ltr"><div>That usually happens from an internal error which GitHub automatically retries but the pattern here is quite predictable, the nightly runs complete fine, the commits runs complete but always retry once. Debugging this now to see if I can reproduce with a local test runner.</div><div><br></div><div>- Eric<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Jan 6, 2021 at 8:02 PM enh <<a href="mailto:enh@google.com">enh@google.com</a>> 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"><div dir="ltr"><a class="gmail_plusreply" id="gmail-m_5293741841336732263plusReplyChip-2" href="mailto:jmgao@google.com" target="_blank">+Josh Gao</a> tried to build toybox on darwin/arm64, but the last i heard he was at the "you need to install GNU sed to bootstrap" step...<br><div><br></div><div>(fwiw, i *did* test on Raspberry Pi 400 just before the break, but that's linux/arm32 which is sufficiently close to "Android" that there really shouldn't be any surprises that the only issues i found were test suite assumptions about what users/groups a Unix install always has. [those fixes were merged in December.])</div><div><br></div><div>back on topic though ... any idea why Mac OS 11 is showing up twice in the github CI UI, once as a success and once as a failure? <a href="https://github.com/landley/toybox/runs/1655239181" target="_blank">https://github.com/landley/toybox/runs/1655239181</a> for example.</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Jan 6, 2021 at 4:42 AM Eric Molitor <<a href="mailto:emolitor@molitor.org" target="_blank">emolitor@molitor.org</a>> 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"><div dir="ltr"><div>Welcome, I had a break over the holidays long enough to quickly test this before committing. If I get a bit more time, and a window in UK lockdowns, I will test MacOS ARM build as well to see if it works. Unfortunately I didn't grab one of the ARM Mac Minis before we mothballed the office again.<br></div><div><br></div><div>- Eric<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Jan 5, 2021 at 10:26 PM enh <<a href="mailto:enh@google.com" target="_blank">enh@google.com</a>> 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"><div dir="ltr">awesome, thanks!<div><br></div><div>(i'm not allowed to update my work mac yet, so i can only test 10.15 for now...)</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Dec 24, 2020 at 4:36 AM Eric Molitor <<a href="mailto:emolitor@molitor.org" target="_blank">emolitor@molitor.org</a>> 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">---<br>
.github/workflows/toybox.yml | 14 ++++++++++++++<br>
1 file changed, 14 insertions(+)<br>
<br>
diff --git a/.github/workflows/toybox.yml b/.github/workflows/toybox.yml<br>
index a1ad1773..c6fd9d92 100644<br>
--- a/.github/workflows/toybox.yml<br>
+++ b/.github/workflows/toybox.yml<br>
@@ -7,6 +7,20 @@ on:<br>
branches: [ master ]<br>
<br>
jobs:<br>
+ MacOS-11_0:<br>
+ runs-on: macos-11.0<br>
+<br>
+ steps:<br>
+ - uses: actions/checkout@v2<br>
+ - name: Setup<br>
+ run: brew install gnu-sed<br>
+ - name: Configure<br>
+ run: make macos_defconfig<br>
+ - name: Build<br>
+ run: make<br>
+ - name: Test<br>
+ run: VERBOSE=1 make tests<br>
+<br>
MacOS-10_15:<br>
runs-on: macos-10.15<br>
<br>
-- <br>
2.25.1<br>
<br>
_______________________________________________<br>
Toybox mailing list<br>
<a href="mailto:Toybox@lists.landley.net" target="_blank">Toybox@lists.landley.net</a><br>
<a href="http://lists.landley.net/listinfo.cgi/toybox-landley.net" rel="noreferrer" target="_blank">http://lists.landley.net/listinfo.cgi/toybox-landley.net</a><br>
</blockquote></div>
</blockquote></div>
</blockquote></div>
</blockquote></div>