[ci] Don't add a testing target for libclc (#111547)

According to
https://github.com/llvm/llvm-project/pull/111369#issuecomment-2400152471
there is no testing to be done here.

Adding "check-all" only risks duplicating tests if other project
specific "check-" targets are also added.
This commit is contained in:
David Spickett
2024-10-09 09:16:37 +01:00
committed by GitHub
parent 5be1024ea7
commit 10008f731d

View File

@@ -219,7 +219,7 @@ function check-targets() {
echo "check-all"
;;
libclc)
echo "check-all"
# Currently there is no testing for libclc.
;;
*)
echo "check-${project}"