Show More
@@ -127,6 +127,27 b' build-c-wheel:' | |||||
127 | - cp312-cp312 |
|
127 | - cp312-cp312 | |
128 | - cp313-cp313 |
|
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 | .runtests: |
|
151 | .runtests: | |
131 | extends: .all |
|
152 | extends: .all | |
132 | stage: tests |
|
153 | stage: tests | |
@@ -581,6 +602,7 b' upload-wheel-nightly:' | |||||
581 | - build-c-wheel |
|
602 | - build-c-wheel | |
582 | - build-c-wheel-macos |
|
603 | - build-c-wheel-macos | |
583 | - build-c-wheel-windows |
|
604 | - build-c-wheel-windows | |
|
605 | - build-c-wheel-musl | |||
584 | - test-result-linux |
|
606 | - test-result-linux | |
585 | - test-result-macos |
|
607 | - test-result-macos | |
586 | - test-result-windows |
|
608 | - test-result-windows |
General Comments 0
You need to be logged in to leave comments.
Login now