.oniro-ci,.gitlab-ci.yml: add optional clang jobs
All threads resolved!
All threads resolved!
Compare changes
Files
2+ 21
− 1
@@ -6,7 +6,7 @@
@@ -21,6 +21,26 @@ linux-qemu-x86:
Unqualified jobs, which rely on the default compiler, are gone. Qualified jobs explicitly configure either clang or gcc and use the appropriate suffix. Qualified jobs have needs/depends set to empty to both avoid waiting for previous stages to start and to avoid pulling in artifacts from the previous stage.
Qualified jobs inhabit two new lanes: build-gcc and build-clang, to visually break the already long column of "build" jobs.
Job ordering within a lane is not exactly matching, gcc-clang. This is noticeable with the jobs using the "extra" suffix. The reason for this is unclear.
Signed-off-by: Zygmunt Krynicki zygmunt.krynicki@huawei.com
Copyright © Eclipse Foundation, Inc. All Rights Reserved. Privacy Policy | Terms of Use | Copyright Agent