[Toybox] [PATCH] chmod.test: fix the tests to work on mksh as well as bash.

2021-01-07 Thread enh via Toybox
mksh doesn't support the {a..b} bashism or the ${!name} bashism, causing the tests to fail on Android. This works for me on both mksh and bash (both tested on Debian). --- tests/chmod.test | 18 +++--- 1 file changed, 11 insertions(+), 7 deletions(-) From

Re: [Toybox] [PATCH 1/2] Add MacOS 11.0 to CI Builds

2021-01-07 Thread enh via Toybox
On Thu, Jan 7, 2021 at 12:19 PM Rob Landley wrote: > On 1/6/21 2:02 PM, enh via Toybox wrote: > > +Josh Gao 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... > > I need to teach toybox to

Re: [Toybox] [PATCH 1/2] Add MacOS 11.0 to CI Builds

2021-01-07 Thread Rob Landley
On 1/6/21 2:02 PM, enh via Toybox wrote: > +Josh Gao  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... I need to teach toybox to build toybox sed standalone and then do the rest of the build

[Toybox] [new toy] base32

2021-01-07 Thread Moritz Röhrich via Toybox
Dear Mr Landley, Attached is a patch that adds `base32` to toybox. Given the similarity to base64 I've chosed to reuse that code by parameterizing its magic numbers. This should also allow adding other bases and padding schemas easily. Best regards, Moritz Röhrich >From

Re: [Toybox] [PATCH 1/2] Add MacOS 11.0 to CI Builds

2021-01-07 Thread Eric Molitor
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. - Eric On Wed, Jan 6,