-
Notifications
You must be signed in to change notification settings - Fork 39
Try and install libc++ at the end #615
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
base: main
Are you sure you want to change the base?
Conversation
trxcllnt
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Have we tried my suggestion?
|
|
||
| - { features: [*python, *dood, *llvm_14, { <<: *cuda_prev_min, <<: *cccl_cuda_opts }, *clang_format_cccl, *clangd_dev, *cccl_dev], env: *llvm_env } | ||
| - { features: [*python, *dood, *llvm_14, { <<: *cuda_prev_max, <<: *cccl_cuda_opts }, *clang_format_cccl, *clangd_dev, *cccl_dev], env: *llvm_env } | ||
| - { features: [*python, *dood, *llvm_14, { <<: *cuda_prev_min, <<: *cccl_cuda_opts }, *clang_format_cccl, *clangd_dev, *cccl_dev, *libcxx_14 ], env: *llvm_env } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What if we install clang-format first?
| - { features: [*python, *dood, *llvm_14, { <<: *cuda_prev_min, <<: *cccl_cuda_opts }, *clang_format_cccl, *clangd_dev, *cccl_dev, *libcxx_14 ], env: *llvm_env } | |
| - { features: [*python, *dood, *clang_format_cccl, *llvm_14, { <<: *cuda_prev_min, <<: *cccl_cuda_opts }, *clangd_dev, *cccl_dev ], env: *llvm_env } |
| x-libcxx-14: &libcxx_14 { name: "llvm", version: "14", packages: "libcxx-dev libcxxabi-dev libunwind-dev" } | ||
| x-libcxx-15: &libcxx_15 { name: "llvm", version: "15", packages: "libcxx-dev libcxxabi-dev libunwind-dev" } | ||
| x-libcxx-16: &libcxx_16 { name: "llvm", version: "16", packages: "libcxx-dev libcxxabi-dev libunwind-dev" } | ||
| x-libcxx-17: &libcxx_17 { name: "llvm", version: "17", packages: "libcxx-dev libcxxabi-dev libunwind-dev" } | ||
| x-libcxx-18: &libcxx_18 { name: "llvm", version: "18", packages: "libcxx-dev libcxxabi-dev libunwind-dev" } | ||
| x-libcxx-19: &libcxx_19 { name: "llvm", version: "19", packages: "libcxx-dev libcxxabi-dev libunwind-dev" } | ||
| x-libcxx-20: &libcxx_20 { name: "llvm", version: "20", packages: "libcxx-dev libcxxabi-dev libunwind-dev" } | ||
| x-libcxx-21: &libcxx_21 { name: "llvm", version: "21", packages: "libcxx-dev libcxxabi-dev libunwind-dev" } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| x-libcxx-14: &libcxx_14 { name: "llvm", version: "14", packages: "libcxx-dev libcxxabi-dev libunwind-dev" } | |
| x-libcxx-15: &libcxx_15 { name: "llvm", version: "15", packages: "libcxx-dev libcxxabi-dev libunwind-dev" } | |
| x-libcxx-16: &libcxx_16 { name: "llvm", version: "16", packages: "libcxx-dev libcxxabi-dev libunwind-dev" } | |
| x-libcxx-17: &libcxx_17 { name: "llvm", version: "17", packages: "libcxx-dev libcxxabi-dev libunwind-dev" } | |
| x-libcxx-18: &libcxx_18 { name: "llvm", version: "18", packages: "libcxx-dev libcxxabi-dev libunwind-dev" } | |
| x-libcxx-19: &libcxx_19 { name: "llvm", version: "19", packages: "libcxx-dev libcxxabi-dev libunwind-dev" } | |
| x-libcxx-20: &libcxx_20 { name: "llvm", version: "20", packages: "libcxx-dev libcxxabi-dev libunwind-dev" } | |
| x-libcxx-21: &libcxx_21 { name: "llvm", version: "21", packages: "libcxx-dev libcxxabi-dev libunwind-dev" } | |
| x-libcxx-14: &libcxx_14 { name: "llvm", version: "14", packages: "libc++-dev libc++abi-dev libunwind-dev" } | |
| x-libcxx-15: &libcxx_15 { name: "llvm", version: "15", packages: "libc++-dev libc++abi-dev libunwind-dev" } | |
| x-libcxx-16: &libcxx_16 { name: "llvm", version: "16", packages: "libc++-dev libc++abi-dev libunwind-dev" } | |
| x-libcxx-17: &libcxx_17 { name: "llvm", version: "17", packages: "libc++-dev libc++abi-dev libunwind-dev" } | |
| x-libcxx-18: &libcxx_18 { name: "llvm", version: "18", packages: "libc++-dev libc++abi-dev libunwind-dev" } | |
| x-libcxx-19: &libcxx_19 { name: "llvm", version: "19", packages: "libc++-dev libc++abi-dev libunwind-dev" } | |
| x-libcxx-20: &libcxx_20 { name: "llvm", version: "20", packages: "libc++-dev libc++abi-dev libunwind-dev" } | |
| x-libcxx-21: &libcxx_21 { name: "llvm", version: "21", packages: "libc++-dev libc++abi-dev libunwind-dev" } |
Fixes #614