Re: [Toybox] Android binaries?

2020-09-08 Thread enh via Toybox
On Thu, Sep 3, 2020 at 11:34 PM Rob Landley wrote: > On 9/3/20 10:02 AM, enh wrote: > > Isn't it 6 digits now? 99 processes? (Didn't we have this > discussion already > > about ps? In theory top inherits that code...) > > > > > > Yes, but my desktop has 7 digits (now at least --- I

Re: [Toybox] Android binaries?

2020-09-04 Thread Rob Landley
On 9/3/20 10:02 AM, enh wrote: > Isn't it 6 digits now? 99 processes? (Didn't we have this discussion > already > about ps? In theory top inherits that code...) > > > Yes, but my desktop has 7 digits (now at least --- I don't know whether my > desktop and laptop always differed like

Re: [Toybox] Android binaries?

2020-09-03 Thread enh via Toybox
On Thu, Sep 3, 2020, 01:04 Rob Landley wrote: > On 9/2/20 12:01 PM, enh wrote: > > if you choose sdk_arm64 (or sdk_x86_64) off ci.android.com > > , click on the little "download" icon on most > recent > > green build (or whichever build you want), the list of artifacts

Re: [Toybox] Android binaries?

2020-09-03 Thread Rob Landley
On 9/2/20 12:01 PM, enh wrote: > if you choose sdk_arm64 (or sdk_x86_64) off ci.android.com > , click on the little "download" icon on most recent > green build (or whichever build you want), the list of artifacts should now > contain toybox-static32 and toybox-static64.

Re: [Toybox] Android binaries?

2020-09-02 Thread enh via Toybox
if you choose sdk_arm64 (or sdk_x86_64) off ci.android.com, click on the little "download" icon on most recent green build (or whichever build you want), the list of artifacts should now contain toybox-static32 and toybox-static64. so some human effort required (afaik there's no URL that gives

Re: [Toybox] Android binaries?

2020-08-24 Thread Rich Felker
On Mon, Aug 24, 2020 at 10:03:11AM -0700, enh wrote: > On Mon, Aug 24, 2020 at 9:53 AM Rich Felker wrote: > > > > musl supports running on kernels back to 2.6.0, and historically uses > > the earliest/simplest syscall that can provide the needed > > functionality for the function being called.

Re: [Toybox] Android binaries?

2020-08-24 Thread enh via Toybox
On Mon, Aug 24, 2020 at 9:53 AM Rich Felker wrote: > On Sun, Aug 23, 2020 at 11:54:12PM -0500, Rob Landley wrote: > > On 8/21/20 6:36 PM, enh wrote: > > > I'm writing a "reporting bugs" FAQ entry because of the recent > github thread. > > > > > > I've also had a todo item to salvage todo

Re: [Toybox] Android binaries?

2020-08-24 Thread Rich Felker
On Sun, Aug 23, 2020 at 11:54:12PM -0500, Rob Landley wrote: > On 8/21/20 6:36 PM, enh wrote: > > I'm writing a "reporting bugs" FAQ entry because of the recent github > > thread. > > > > I've also had a todo item to salvage todo entries I wrote for busybox > > forever > > ago,

Re: [Toybox] Android binaries?

2020-08-24 Thread enh via Toybox
On Sun, Aug 23, 2020 at 9:45 PM Rob Landley wrote: > On 8/21/20 6:36 PM, enh wrote: > > > > > > On Thu, Aug 20, 2020 at 3:57 AM Rob Landley > > wrote: > > > > You said way back when that you were thinking of putting up > downloadable current > > toybox

Re: [Toybox] Android binaries?

2020-08-23 Thread Rob Landley
On 8/21/20 6:36 PM, enh wrote: > > > On Thu, Aug 20, 2020 at 3:57 AM Rob Landley > wrote: > > You said way back when that you were thinking of putting up downloadable > current > toybox android-built binaries somewhere. Did that ever happen? > > the "build a

Re: [Toybox] Android binaries?

2020-08-21 Thread enh via Toybox
On Thu, Aug 20, 2020 at 3:57 AM Rob Landley wrote: > You said way back when that you were thinking of putting up downloadable > current > toybox android-built binaries somewhere. Did that ever happen? > the "build a static toybox" part did, but the "add it to the artifacts" part didn't. the NDK