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

Add LLVM to Flake #12228

Open
2 tasks done
RossComputerGuy opened this issue Jan 11, 2025 · 3 comments · May be fixed by #12229
Open
2 tasks done

Add LLVM to Flake #12228

RossComputerGuy opened this issue Jan 11, 2025 · 3 comments · May be fixed by #12229
Labels
feature Feature request or proposal

Comments

@RossComputerGuy
Copy link
Member

RossComputerGuy commented Jan 11, 2025

Is your feature request related to a problem?

Build failure:
https://github.com/RossComputerGuy/nixpkgs-llvm-ws/runs/27928774360

Proposed solution

Add support for LLVM and not just clangStdenv into the nix Flake and investigate the build failure. The goal is by supporting LLVM builds in the Flake, regressions can be caught by CI.

Checklist


Add 👍 to issues you find important.

@RossComputerGuy RossComputerGuy added the feature Feature request or proposal label Jan 11, 2025
@Ericson2314
Copy link
Member

You mean all deps built with Clang for Linux?

@RossComputerGuy
Copy link
Member Author

Yes, this would also include a dev shell which propagates that too.

@RossComputerGuy RossComputerGuy linked a pull request Jan 11, 2025 that will close this issue
@RossComputerGuy
Copy link
Member Author

I've gone ahead and started the work in #12229. nix-cli-llvm builds but I ran the tests via the dev shell and got this:

 15/186 nix-functional-tests:main / build-remote-trustless-should-pass-0    FAIL             1.92s   exit status 1
 22/186 nix-functional-tests:main / build-remote-content-addressed-fixed    FAIL             2.18s   exit status 1
 23/186 nix-functional-tests:main / build-remote-content-addressed-floating FAIL             2.23s   exit status 1
 25/186 nix-functional-tests:main / build-remote-input-addressed            FAIL             2.34s   exit status 1

These errors seem to be the ones I've gotten before under the Nixpkgs LLVM workspace project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Feature request or proposal
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants