Skip to content

Commit 10008f7

Browse files
[ci] Don't add a testing target for libclc (#111547)
According to #111369 (comment) there is no testing to be done here. Adding "check-all" only risks duplicating tests if other project specific "check-" targets are also added.
1 parent 5be1024 commit 10008f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/generate-buildkite-pipeline-premerge

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ function check-targets() {
219219
echo "check-all"
220220
;;
221221
libclc)
222-
echo "check-all"
222+
# Currently there is no testing for libclc.
223223
;;
224224
*)
225225
echo "check-${project}"

0 commit comments

Comments
 (0)