commit | 2aea50804603514e3da802e60acda9caaa9e1843 | [log] [tgz] |
---|---|---|
author | Deborah Brouwer <deborah.brouwer@collabora.com> | Mon Jan 27 17:00:54 2025 -0800 |
committer | Deborah Brouwer <deborah.brouwer@collabora.com> | Tue Feb 18 15:57:34 2025 -0800 |
tree | 04c0030a884191dbde8d0f3650531c740212474a | |
parent | 45cdacc21d205952e21596717dbe1de3bfb2be92 [diff] |
drm_hwcomposer: CI: Make checkstyle a placeholder The checkstyle job runs a quick script but currently makes use of a full gitlab runner. Instead, add the placeholder tag to this job so that it can be picked up and run in parallel with other light-weight jobs. This should free up resources and avoid waits to run the checkstyle job. Signed-off-by: Deborah Brouwer <deborah.brouwer@collabora.com>
Patches to drm_hwcomposer are very much welcome, we really want this to be the universal HW composer implementation for Android and similar platforms. So please bring on porting patches, bugfixes, improvements for documentation and new features.
A short list of contribution guidelines:
Submit changes via gitlab merge requests on gitlab.freedesktop.org.
drm_hwcomposer is Apache 2.0 Licensed and we require contributions to follow the developer's certificate of origin: http://developercertificate.org/.
When submitting new code please follow the naming conventions documented in the generated documentation. Also please make full use of all the helpers and convenience macros provided by drm_hwcomposer. The below command can help you with formatting of your patches:
git diff | clang-format-diff-19 -p 1 -style=file
Hardware specific changes should be tested on relevant platforms before committing.
If you need inspiration, please checkout our TODO issues.
Happy hacking!