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

Drop llvm #611

Open
sonnyp opened this issue Sep 19, 2023 · 6 comments
Open

Drop llvm #611

sonnyp opened this issue Sep 19, 2023 · 6 comments
Labels

Comments

@sonnyp
Copy link
Contributor

sonnyp commented Sep 19, 2023

According to https://github.com/flathub/org.freedesktop.Sdk.Extension.rust-stable

Note: llvm13 is needed until there is a release of gcc12.1. As soon as gcc12.1 is in the freedesktop sdk, gcc can be used instead of clang.

We have gcc 13.

We should investigate dropping llvm/clang

@sonnyp sonnyp added the rust label Sep 19, 2023
@Hofer-Julian
Copy link
Contributor

As mentioned in the chat, I wouldn't mind dropping llvm.
However, even though gcc should be new enough nowadays, I couldn't get it to work with mold.
@lw64 also didn't have more luck with Vala (here clang also didn't work tbf).

@sonnyp
Copy link
Contributor Author

sonnyp commented Sep 20, 2023

@Hofer-Julian
Copy link
Contributor

That is possible, would be worth exploring.

@sonnyp
Copy link
Contributor Author

sonnyp commented Sep 20, 2023

I dropped LLVM/Mold in a67091b

Follow up to re-introduce Mold #615

@sonnyp sonnyp closed this as completed Sep 20, 2023
@sonnyp
Copy link
Contributor Author

sonnyp commented Feb 2, 2024

Mold/LLVM was reintroduced in #639

Re-opening this.

@sonnyp sonnyp reopened this Feb 2, 2024
@sonnyp
Copy link
Contributor Author

sonnyp commented Feb 2, 2024

It would be great to figure this out to

  1. Simplify things
  2. Reduce download size for Rust extension
  3. One-click "Install" button for Rust Extensions: Add button to install Vala SDK extension #711 (review)

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

Successfully merging a pull request may close this issue.

2 participants