Re: [Toybox] GitHub Action Example

2020-06-20 Thread Rob Landley
On 6/19/20 7:36 PM, enh wrote: > as well as available via the web ui which is something that I don't > think you are seeing when you look the builds in my repository. > > do you know whether a random like me can sign up to get the mails, or > does that only work for project members? I'm happy to

Re: [Toybox] [PATCH] realpath/readlink: fixes and improvements.

2020-06-20 Thread Rob Landley
On 6/19/20 1:13 PM, enh via Toybox wrote: > The main feature here (and motivation for this change) is adding > --relative-to to realpath for 4.19 kernel builds, but I've also added -e, > -m, -q, and -z too. There's a lib/lib.c function relative_path(), the problem is I have test cases it doesn't

Re: [Toybox] GitHub Action Example

2020-06-20 Thread Eric Molitor
I disabled builds on pull requests in the example which should discourage use. By default only project members are notified but you can add non-project members to the notifications. Currently the MacOS and GCC Ubuntu builds and tests are completing fine but there are issues with the ASAN Clang