You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2022/06/19 22:11:14 UTC

[GitHub] [couchdb-documentation] lostnet commented on issue #743: Document supported hardware architectures

lostnet commented on issue #743:
URL: https://github.com/apache/couchdb-documentation/issues/743#issuecomment-1159819171

   Adding foundationdb as a dependency would have brought in AVX instruction requirements (or their emulation) for couchdb 4+ but that project was suspended. Spidermonkey is an example of an existing requirement and doesn't support every possible architecture, but does have support for s390. For example [riscv linux patches](https://bugzilla.mozilla.org/show_bug.cgi?id=1318905#c40) would be needed for spidermonkey_78- and show references to s390 being present.
   
   Distribution/arch combinations with convenience packages are usually sourced from a pipeline that runs the test suite in jenkins so they have a higher level of support in that the results will be examined before approving a new release. For other combinations you would want to document progress/success in getting all the dependencies and running the full couchdb test suite for future problems to be identifiable as regressions.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@couchdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org