mold icon indicating copy to clipboard operation
mold copied to clipboard

add GitHubActions to build for android

Open leleliu008 opened this issue 3 years ago • 3 comments

leleliu008 avatar Jan 03 '22 23:01 leleliu008

Could you read https://github.com/rui314/mold/blob/main/CONTRIBUTING.md and add a signed-off-by line to your commit message?

rui314 avatar Jan 04 '22 04:01 rui314

This looks a bit too complicated -- it builds various targets on various hosts and downloads some tar file from other repo using curl. I think that just build mold by running make on a single host (Android on ARM64) would suffice. Do you mind if I ask you to strip this patch down to minimum? I'm not familiar with GitHub actions, but if you don't have time to do that, I'll do that later.

rui314 avatar Jan 07 '22 14:01 rui314

and downloads some tar file from other repo using curl.

this project need external prebuild openssl.

leleliu008 avatar Jan 07 '22 16:01 leleliu008