We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
1.1.5-debug+b257a3097
Linux 5.15.146.1-microsoft-standard-WSL2 x86_64 x86_64
Clone the repo and follow the https://bun.sh/docs/project/contributing guide to setup a bun dev environment
bun setup
Setup is completed
LLVM 16 is required. Detected cc as /usr/bin/cc LLVM 16 is required. Detected c++ as /usr/bin/cc+
Issue is the incorrect LLVM_VERSION version specified in the setup.sh file as well as outdated docs.
LLVM_VERSION
setup.sh
Related to: #10161
The text was updated successfully, but these errors were encountered:
Fixes #10551 Search for LLVM 16 during initial setup (#10552)
a6d39e1
Successfully merging a pull request may close this issue.
What version of Bun is running?
1.1.5-debug+b257a3097
What platform is your computer?
Linux 5.15.146.1-microsoft-standard-WSL2 x86_64 x86_64
What steps can reproduce the bug?
Clone the repo and follow the https://bun.sh/docs/project/contributing guide to setup a bun dev environment
bun setup
What is the expected behavior?
Setup is completed
What do you see instead?
Additional information
Issue is the incorrect
LLVM_VERSION
version specified in thesetup.sh
file as well as outdated docs.Related to: #10161
The text was updated successfully, but these errors were encountered: