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

Rebuild dist to include recent changes #76

Closed
wants to merge 1 commit into from

Conversation

gentoo-root
Copy link
Contributor

dist/main.js hasn't been updated for a while and doesn't include the recent changes, such as LLVM 18.1.6 support.

Fixes: #75

dist/main.js hasn't been updated for a while and doesn't include the
recent changes, such as LLVM 18.1.6 support.

Fixes: KyleMayes#75
@purpl3F0x
Copy link

Will this be merged ?

@Nerixyz
Copy link

Nerixyz commented Aug 7, 2024

Will this be merged ?

I agree, this would be nice. Note that you can use the branch (or commit) of this PR too:

- name: Install LLVM and Clang
  # or gentoo-root/install-llvm-action@abb6cec0ec431e834bc5e5090ea39a2d1d63a4c6
  uses: gentoo-root/install-llvm-action@rebuild-dist
  with:
    version: 18

@KyleMayes
Copy link
Owner

KyleMayes commented Aug 12, 2024

Sorry for the long delay.
I have updated the code to load the assets dynamically (instead of importing them) so that the code doesn't need to be re-built.
The latest released version should now support LLVM/Clang versions up to 18.1.8 (for platforms with binaries available).

@KyleMayes KyleMayes closed this Aug 12, 2024
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.

dist/main.js hasn't been updated for a while; new LLVM versions are unavailable
4 participants