dashhive / bls

MIT License
0 stars 0 forks source link

BLS Tool: Build for Linux (Ubuntu 20.x+ x86, Ubuntu 20.x+ ARM64) #2

Closed wmerfalen closed 1 year ago

jojobyte commented 1 year ago

Tested Ubuntu Focal (20.04), Jammy (22.04) & ARM64 (don't have screenshots for ARM64). All worked and appeared to generate the correct secret & public keypair Screenshot from 2022-10-03 04-20-06 Screenshot from 2022-10-03 04-12-00

coolaj86 commented 1 year ago

This shouldn't really be "Ubuntu" specific. It should work on anything that follows LSB. Or am I mistaken?

I believe there was a recent LSB breaking change to libc, though I'm not sure if it was in 20.x or 22.x. In any case, since we're not going to gain traction with old releases, let's just focus on the current LSB / libc and MUSL, not old versions.

The release needs to be unknown-linux-gnu (current LSB) or uknown-linux-musl (all linuxes, regardless of LSB version), not Ubuntu x.y, etc.

I've got another issue open for using the standard host triple rather than flavored and subversioned OS names.

Closing this as complete.

Excellent work!