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

i#7260: tool.drcacheoff.purestatic bug fix #7261

Merged
merged 1 commit into from
Feb 8, 2025
Merged

Conversation

edeiana
Copy link
Contributor

@edeiana edeiana commented Feb 8, 2025

tool.drcacheoff.purestatic fails to build due to libxxhash missing.
This library is used by liblz4 in some cases, and must be statically
linked when building the tool.drcacheoff.purestatic app, which we
use in some tests.

We update the doc adding libxxhash-dev to the list of packages
that need to be installed to build DynamoRIO on Linux.

Note: tool.drcacheoff.purestatic is currently only built in x64 Linux hosts.

Fixes #7260

`tool.drcacheoff.purestatic` fails to build due to `libxxhash` missing.
This library is used by `liblz4` in some cases, and must be statically
linked when building the `tool.drcacheoff.purestatic` app, which we use
in some tests.

We update the doc adding `libxxhash-dev` to the list of packages that
need to be installed to build DynamoRIO on Linux.

Note: `tool.drcacheoff.purestatic` is currently only built in x64 Linux
hosts.

Fixes #7260
@edeiana edeiana requested a review from derekbruening February 8, 2025 01:22
@edeiana edeiana merged commit e48f813 into master Feb 8, 2025
19 checks passed
@edeiana edeiana deleted the i7260-xxhash-bug branch February 8, 2025 04:08
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.

tool.drcacheoff.purestatic fails to build
2 participants