Show More
@@ -127,6 +127,27 b' build-c-wheel:' | |||
|
127 | 127 | - cp312-cp312 |
|
128 | 128 | - cp313-cp313 |
|
129 | 129 | |
|
130 | trigger-wheel-musl: | |
|
131 | extends: .trigger | |
|
132 | stage: build | |
|
133 | rules: | |
|
134 | - if: $CI_COMMIT_BRANCH =~ $RE_BRANCH | |
|
135 | when: never | |
|
136 | - if: $CI_COMMIT_BRANCH =~ $RE_TOPIC | |
|
137 | when: manual | |
|
138 | allow_failure: true | |
|
139 | ||
|
140 | build-c-wheel-musl: | |
|
141 | extends: build-c-wheel | |
|
142 | image: "registry.heptapod.net/mercurial/ci-images/core-wheel-x86_64-musl-c:v3.0" | |
|
143 | rules: | |
|
144 | - if: $CI_COMMIT_BRANCH =~ $RE_BRANCH | |
|
145 | needs: | |
|
146 | - trigger-nightly-build | |
|
147 | - if: $CI_COMMIT_BRANCH =~ $RE_TOPIC | |
|
148 | needs: | |
|
149 | - "trigger-wheel-musl" | |
|
150 | ||
|
130 | 151 | .runtests: |
|
131 | 152 | extends: .all |
|
132 | 153 | stage: tests |
@@ -581,6 +602,7 b' upload-wheel-nightly:' | |||
|
581 | 602 | - build-c-wheel |
|
582 | 603 | - build-c-wheel-macos |
|
583 | 604 | - build-c-wheel-windows |
|
605 | - build-c-wheel-musl | |
|
584 | 606 | - test-result-linux |
|
585 | 607 | - test-result-macos |
|
586 | 608 | - test-result-windows |
General Comments 0
You need to be logged in to leave comments.
Login now