Skip to content

Commit

Permalink
[ci] Don't add a testing target for libclc
Browse files Browse the repository at this point in the history
According to llvm#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.
  • Loading branch information
DavidSpickett committed Oct 8, 2024
1 parent 64f7e1b commit d051cfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/generate-buildkite-pipeline-premerge
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ function check-targets() {
echo "check-all"
;;
libclc)
echo "check-all"
# Currently there is no testing for libclc.
;;
*)
echo "check-${project}"
Expand Down

0 comments on commit d051cfd

Please sign in to comment.