[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:
@@ -219,7 +219,7 @@ function check-targets() {
|
||||
echo "check-all"
|
||||
;;
|
||||
libclc)
|
||||
echo "check-all"
|
||||
# Currently there is no testing for libclc.
|
||||
;;
|
||||
*)
|
||||
echo "check-${project}"
|
||||
|
||||
Reference in New Issue
Block a user