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

Added shared library flags for llvm builds to create smaller artefacts #590

Merged
merged 1 commit into from
Nov 18, 2024

Conversation

coldav
Copy link
Collaborator

@coldav coldav commented Nov 18, 2024

Overview

This reduces the amount of space required substantially by passing -DLLVM_BUILD_LLVM_DYLIB=ON -DLLVM_LINK_LLVM_DYLIB=ON for Ubuntu builds.

Reason for change

llvm artefacts were taking up a substantial amount of room in our cache space.

llvm artefacts were taking up a substantial amount of room in our cache
space. This reduces the amount of space required substantially by passing
-DLLVM_BUILD_LLVM_DYLIB=ON -DLLVM_LINK_LLVM_DYLIB=ON for Ubuntu builds.
@coldav coldav requested a review from a team as a code owner November 18, 2024 12:25
@coldav coldav force-pushed the colin/add_llvm_shared_libs branch from bf0252f to 32d02ea Compare November 18, 2024 14:40
@coldav coldav merged commit 73fe75e into uxlfoundation:main Nov 18, 2024
14 checks passed
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