Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

--targets should allow specifying build options more flexibly and intelligently #45

Closed
grempe opened this issue May 1, 2017 · 5 comments

Comments

@grempe
Copy link

grempe commented May 1, 2017

It would be nice to be able to specify that you want all targets built that your current system is capable of building.

@phoikoi
Copy link

phoikoi commented May 1, 2017

I'm not sure that would be as useful as it might seem at first glance... would that include every possible version of node as well, for all platforms, on every architecture? Perhaps something like node7-[mac,linux]-* could be used, and only compatible architectures would be built (such as only x64 for macos, but x86, x64, armv6, armv7 for linux). Just a thought.

@grempe
Copy link
Author

grempe commented May 1, 2017

Yes, I agree that the style @phoikoi proposed is likely a better idea. 👍 I'll rename this issue.

@grempe grempe changed the title --targets should allow you to specify 'all' --targets should allow specifying build options more flexibly and intelligently May 1, 2017
@igorklopov
Copy link
Contributor

igorklopov commented May 1, 2017

Does specifying -t node7-macos-x64,node7-linux-x64 solve you problem? I see no difference, except no need to implement and maintain [] and * parser 🙂

@grempe
Copy link
Author

grempe commented May 2, 2017 via email

@igorklopov
Copy link
Contributor

#145
--no-bytecode adds an ability to create binaries for ANY target from ANY host. So, lets keep targets list explicit.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants