Skip to content

Disable zstd in llvm in our llvm build instructions#8407

Closed
abadams wants to merge 1 commit intomainfrom
abadams/remove_llvm_zstd
Closed

Disable zstd in llvm in our llvm build instructions#8407
abadams wants to merge 1 commit intomainfrom
abadams/remove_llvm_zstd

Conversation

@abadams
Copy link
Copy Markdown
Member

@abadams abadams commented Sep 3, 2024

LLVM recently started defaulting ENABLE_ZSTD to on, but on macos brew puts libzstd into a directory that's not in the linker search path, and llvm-config --system-libs declares a dependency on zstd but doesn't add the correct search path. It's not clear why we need llvm with zstd, so I'm proposing just disabling it in our build instructions to avoid this failure mode.

LLVM recently started defaulting ENABLE_ZSTD to on, but on macos brew puts libzstd into a directory that's not in the linker search path, and llvm-config --system-libs declares a dependency on zstd but doesn't add the correct search path.  It's not clear why we need llvm with zstd, so I'm proposing just disabling it in our build instructions to avoid this failure mode.
Copy link
Copy Markdown
Member

@alexreinking alexreinking left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You should look at the list of build settings in #8405

@abadams
Copy link
Copy Markdown
Member Author

abadams commented Sep 3, 2024

Are you saying we should just copy-paste the whole list in pip.yml to avoid building unnecessary things?

@alexreinking
Copy link
Copy Markdown
Member

Are you saying we should just copy-paste the whole list in pip.yml to avoid building unnecessary things?

Yes, less the obviously ci-specific stuff, like the install prefix. On mobile, sorry.

@alexreinking
Copy link
Copy Markdown
Member

Superseded by #8410

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