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

Can devbox have latest Clang and latest GCC from git? #16

Closed
osevan opened this issue Aug 26, 2022 · 3 comments
Closed

Can devbox have latest Clang and latest GCC from git? #16

osevan opened this issue Aug 26, 2022 · 3 comments

Comments

@osevan
Copy link

osevan commented Aug 26, 2022

Devbox supporting latest gcc git or clang git compiles?

Thanks and

Best regards

@loreto
Copy link
Contributor

loreto commented Aug 26, 2022

Hi @osevan, right now, we can use any version in nixpkgs including the "Unstable" channel (make sure to look there too, since some times the newest versions of packages are there).

That means the latest versions you can pick of those packages are:

  • Version 12.2.0 for gcc via the gcc12 package.
  • Version 14.0.6 for clang via the clang_14 package.

Do those suit your needs?

If you truly need to build from HEAD or a specific revision in the github repo, then we don't support that right now, but we are working on this #21 feature which should allow something close.

@osevan
Copy link
Author

osevan commented Sep 1, 2022

Thank you very much.

Weekly builds will be nice

@Lagoja
Copy link
Contributor

Lagoja commented Sep 7, 2022

Closing this issue, and tracking this as part of issue #21. Thank you!

@Lagoja Lagoja closed this as completed Sep 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants