Fix status badge and LLVM fetching for qemu builds (#362)
The status badge should report the most recent status for the master branch, not the most recent actions run. llvm.sh wasn't updated when trunk moved to 14 so was failing to fetch clang-13 (which is now in the llvm-toolchain-focal-13 repo, not the llvm-toolchain-focal repo). Duplicate the correct logic here rather than relying on the external script.
This commit is contained in:
@@ -34,7 +34,7 @@ Comprehensive details about snmalloc's design can be found in the
|
||||
current implementation are [described here](difference.md).
|
||||
Since writing the paper, the performance of snmalloc has improved considerably.
|
||||
|
||||
[](https://github.com/microsoft/snmalloc/actions/workflows/main.yml)
|
||||
[](https://github.com/microsoft/snmalloc/actions/workflows/main.yml)
|
||||
|
||||
# Further documentation
|
||||
|
||||
|
||||
Reference in New Issue
Block a user