Skip to content

Skip targets without "compiles" output group in compile_only aspect #8231

Skip targets without "compiles" output group in compile_only aspect

Skip targets without "compiles" output group in compile_only aspect #8231

Triggered via pull request April 23, 2025 15:13
Status Failure
Total duration 11s
Artifacts

check_pr_title.yml

on: pull_request
Check commit message style
2s
Check commit message style
Fit to window
Zoom out
Zoom in

Annotations

1 error
Check commit message style
The message 1 is invalid: * The subject exceeds the limit of 80 characters (got: 81, JSON: "Make compile_only aspect more tolerant to targets without \"compiles\" output group").Please shorten the subject to make it more succinct. The original message was: Make compile_only aspect more tolerant to targets without "compiles" output group We are running some additional targets which are not Apple / Swift specific but still required and the build was failing since there was no "compiles" output group. I could add those rules to the list in the aspect definition. However I fear that it would set the bad example and the list would probably grow a lot over time.