Skip to content

Commit

Permalink
fix: updated llvm version in docs to 16 (#430)
Browse files Browse the repository at this point in the history
# Description

Updated LLVM version to 16 in `docs/contributing/developing.md` file.

## Related Issue

Issue #425 

## Checklist

- [x] I have read the [contributing
documentation](https://retina.sh/docs/contributing).
- [x] I signed and signed-off the commits (`git commit -S -s ...`). See
[this
documentation](https://docs.github.com/en/authentication/managing-commit-signature-verification/about-commit-signature-verification)
on signing commits.
- [x] I have correctly attributed the author(s) of the code.
- [ ] I have tested the changes locally.
- [x] I have followed the project's style guidelines.
- [x] I have updated the documentation, if necessary.
- [ ] I have added tests, if applicable.

## Additional Notes

Should we consider updating the LLVM version in
`.devcontainer/installMoreTools.sh` too ?

---

Signed-off-by: Arivappa <[email protected]>
  • Loading branch information
4rivappa authored Jun 4, 2024
1 parent 99c23f0 commit 3f7a7da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/contributing/developing.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The easiest way to set up your Development Environment is to use the provided Gi
To manually configure your DevEnv:

```bash
export LLVM_VERSION=14
export LLVM_VERSION=16
curl -sL https://apt.llvm.org/llvm.sh | sudo bash -s "$LLVM_VERSION"
```

Expand Down

0 comments on commit 3f7a7da

Please sign in to comment.