Skip to content

Commit a6df6c7

Browse files
committed
Reduce CI format check jobs
These jobs are not affected by different machine architectures, so just do basic amd64 for clang-format and cmake-format.
1 parent d714fbd commit a6df6c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ cmake-format Check:
1414
stage: Analysis
1515
parallel:
1616
matrix:
17-
- ARCH: [amd64, arm64, ppc64le]
17+
- ARCH: [amd64]
1818
tags:
1919
- container
2020
- linux
@@ -33,7 +33,7 @@ clang-format Check:
3333
stage: Analysis
3434
parallel:
3535
matrix:
36-
- ARCH: [amd64, arm64, ppc64le]
36+
- ARCH: [amd64]
3737
tags:
3838
- container
3939
- linux

0 commit comments

Comments
 (0)