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

deps/rocksdb: Enable 'PORTABLE' cmake opt to maximize compatibility. #60

Merged
merged 1 commit into from
Apr 17, 2024

Conversation

MisterGC
Copy link
Contributor

This PR is needed that mapget by default builds with portability/compatibility.

Background: It turned out that rocksdb utilizes by default instructions sets like AVX2 if available on the build system. The downside is that this reduces the number of supported CPUs and therefore machines that can run mapget based applications that are provided as binary packages.

Copy link

sonarcloud bot commented Apr 16, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@josephbirkner josephbirkner changed the base branch from main to end-of-stream April 17, 2024 15:49
@josephbirkner josephbirkner merged commit f96ebe9 into end-of-stream Apr 17, 2024
13 of 14 checks passed
@josephbirkner josephbirkner deleted the rocks-db-portable branch April 17, 2024 15:49
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

Successfully merging this pull request may close these issues.

2 participants