Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could be nice to have a os.detected.arch.bitness variable #36

Closed
jflecomte opened this issue Sep 4, 2018 · 8 comments
Closed

Could be nice to have a os.detected.arch.bitness variable #36

jflecomte opened this issue Sep 4, 2018 · 8 comments
Milestone

Comments

@jflecomte
Copy link

I had a case where I needed to know the "bitness" of the OS (32 or 64 bits). I used ${os.detected.arch}, but I was not interested in the architecture part (x86, itanium, etc.), I only needed the bitness part. So it would be nice to have a ${os.detected.arch.bitness} variable containing only the bitness part of ${os.detected.arch}.

@trustin
Copy link
Owner

trustin commented Sep 11, 2018

Sounds like a good idea. Let me try to find some spare time.

@bmarwell
Copy link
Contributor

bmarwell commented Apr 7, 2019

This would be a great feature. Is this still being worked on?

@trustin
Copy link
Owner

trustin commented Apr 8, 2019

Couldn't find spare time for this. Pull request appreciated.

@bmarwell
Copy link
Contributor

bmarwell commented Apr 8, 2019

@trustin please review PR #41

@bmarwell
Copy link
Contributor

@trustin Please kindly see my pull request. :-)

@bmarwell
Copy link
Contributor

@trustin
I think I might write my own native lib loader. :-(

@trustin
Copy link
Owner

trustin commented Jan 27, 2020

I'm really sorry I forgot about your pull request. Let me take a look this week. Is it still valid?

@bmarwell
Copy link
Contributor

Yes, it is. But: I created a different type of build right now, so I might not actually use it.

@trustin trustin added this to the 1.7.0 milestone May 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants