[question] Architectures other than x86_64
See original GitHub issueLooks like conan center is not going to have binaries for anything other than x86_64
anymore. What if I need them (say x86 and armv8) and don’t like to rebuild the world for every workstation / CI job? What would you recommend to make them available locally? Forking conan-center-index repo and recreating all CI infrastructure for Travis CI/AppVeyor doesn’t look a viable option.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:7 (7 by maintainers)
Top Results From Across the Web
Are x86 and x86-64 more advanced than 64bit? - Stack Overflow
When speaking about 32b versus 64b architecture, you are talking about its register size. It is the size of an address, of a...
Read more >What is x86 Architecture and its difference between x64?
x86 refers to a 32-bit CPU and operating system while x64 refers to a 64-bit CPU and operating system. Does having more amount...
Read more >What is the difference between i686 and x86_64? - Super User
i686 is the 32-bit version, and x86_64 is the 64-bit version of the OS. The 64-bit version will scale with memory better, particularly...
Read more >97 University Level Computer Architecture Questions with ...
Questions and Answers to Computer Architecture Questions I have been asked at University for my Computer Science Degree (Bachelors Level).
Read more >How do I check if my CPU supports x86-64-v2?
Not the answer you're looking for? Browse other questions tagged. cpu · cpu-architecture. or ask your own question. ... How do we want...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
we don’t build for all architectures, right now we only build for x86_64. it may change in future if there will be high demand for them. we also don’t test all compilers, operation systems, etc., only the most popular. for other architectures:
but we still accept patches and fixes for other configurations, such as x86, ARM, Android, iOS, MinGW, FreeBSD, etc.
You don’t need to access the CI log directly, because it’s available for download:
Related issue: https://github.com/conan-io/conan-center-index/issues/29
Please, read https://github.com/conan-io/conan-center-index/issues/30