codebuilds icon indicating copy to clipboard operation
codebuilds copied to clipboard

Fixes ARM vs x86 logic error & ChromeOS no longer has wget

Open thedamian opened this issue 6 years ago • 7 comments

There has always been a logic error when looking for an "ARM" processor.

If you have ARM it runs the x86 code and if you have x86 it runs the ARM code. BOTH fail.

ALSO since chromeOS 66 or 67 we've lost wget and we only have the "curl" command.

Both fixes are in this PR.

thedamian avatar Jun 08 '18 17:06 thedamian

confirmed on a Samsung Chromebook Pro (with m5 process, which is 64_x86. essentially the Intel m5 is a slow intel i5 64bit x86 processor)

I'm on the dev channel which has chromeos 68.* but ever since chromeos 66 or 67 we lost wget.

thedamian avatar Jun 08 '18 17:06 thedamian

Since this change is "Approved" what's the NEXT step to get it merged?

And It'll need the documentation changes in PR https://github.com/headmelted/codebuilds/pull/55 to make it fully compatible with chromebook (both x86 and ARM)

thedamian avatar Jul 23 '18 13:07 thedamian

@headmelted My changes are because you have the logic BACKWARDS.

IF Arm Do x86 code else Do Arm Code

thedamian avatar Jul 23 '18 13:07 thedamian

I completely understand Personal issues getting in the way. Everyone sounds so ROUGH and HEARTLESS in text (I certainly do) but that's is definitely not my intention.

thedamian avatar Jul 23 '18 13:07 thedamian

You sounded absolutely fine don't worry 🙂. I've just not had any time to come back to this, but getting more time to bring it up to date now!

On Mon, Jul 23, 2018, 14:46 Damian Montero [email protected] wrote:

I completely understand Personal issues getting in the way. Everyone sounds so ROUGH and HEARTLESS in text (I certainly do) but that's is definitely not my intention.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/headmelted/codebuilds/pull/51#issuecomment-407063336, or mute the thread https://github.com/notifications/unsubscribe-auth/AKYVoOjEoWttD4Nkc8RcvOA5y2LREaGmks5uJdPGgaJpZM4Ugpg1 .

headmelted avatar Jul 23 '18 14:07 headmelted

@headmelted Fixed the merge conflict. It's ready for you to merge.

thedamian avatar Apr 04 '19 03:04 thedamian

** BUMP ** @headmelted do you have any time for this PR? I see you've updated Visual studio to the latest. That's SUPER appreciated as I pointed someone with an ARM linux laptop to your amazing repo

thedamian avatar Aug 09 '19 13:08 thedamian