Skip to content

Commit 42da0d7

Browse files
committed
Update schema
1 parent f22089c commit 42da0d7

File tree

1 file changed

+28
-7
lines changed

1 file changed

+28
-7
lines changed

cibuildwheel/resources/cibuildwheel.schema.json

Lines changed: 28 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -566,6 +566,9 @@
566566
"before-build": {
567567
"$ref": "#/$defs/inherit"
568568
},
569+
"xbuild-tools": {
570+
"$ref": "#/$defs/inherit"
571+
},
569572
"before-test": {
570573
"$ref": "#/$defs/inherit"
571574
},
@@ -581,9 +584,6 @@
581584
"environment-pass": {
582585
"$ref": "#/$defs/inherit"
583586
},
584-
"xbuild-tools": {
585-
"$ref": "#/$defs/inherit"
586-
},
587587
"repair-wheel-command": {
588588
"$ref": "#/$defs/inherit"
589589
},
@@ -676,6 +676,9 @@
676676
"musllinux-x86_64-image": {
677677
"$ref": "#/properties/musllinux-x86_64-image"
678678
},
679+
"xbuild-tools": {
680+
"$ref": "#/properties/xbuild-tools"
681+
},
679682
"repair-wheel-command": {
680683
"$ref": "#/properties/repair-wheel-command"
681684
},
@@ -776,6 +779,9 @@
776779
"musllinux-x86_64-image": {
777780
"$ref": "#/properties/musllinux-x86_64-image"
778781
},
782+
"xbuild-tools": {
783+
"$ref": "#/properties/xbuild-tools"
784+
},
779785
"repair-wheel-command": {
780786
"description": "Execute a shell command to repair each built wheel.",
781787
"oneOf": [
@@ -840,6 +846,9 @@
840846
"environment": {
841847
"$ref": "#/properties/environment"
842848
},
849+
"xbuild-tools": {
850+
"$ref": "#/properties/xbuild-tools"
851+
},
843852
"repair-wheel-command": {
844853
"$ref": "#/properties/repair-wheel-command"
845854
},
@@ -891,6 +900,9 @@
891900
"environment": {
892901
"$ref": "#/properties/environment"
893902
},
903+
"xbuild-tools": {
904+
"$ref": "#/properties/xbuild-tools"
905+
},
894906
"repair-wheel-command": {
895907
"description": "Execute a shell command to repair each built wheel.",
896908
"oneOf": [
@@ -955,6 +967,9 @@
955967
"environment": {
956968
"$ref": "#/properties/environment"
957969
},
970+
"xbuild-tools": {
971+
"$ref": "#/properties/xbuild-tools"
972+
},
958973
"repair-wheel-command": {
959974
"$ref": "#/properties/repair-wheel-command"
960975
},
@@ -1006,22 +1021,28 @@
10061021
"environment": {
10071022
"$ref": "#/properties/environment"
10081023
},
1009-
"repair-wheel-command": {
1010-
"$ref": "#/properties/repair-wheel-command"
1011-
},
10121024
"xbuild-tools": {
10131025
"$ref": "#/properties/xbuild-tools"
10141026
},
1027+
"repair-wheel-command": {
1028+
"$ref": "#/properties/repair-wheel-command"
1029+
},
10151030
"test-command": {
10161031
"$ref": "#/properties/test-command"
10171032
},
10181033
"test-extras": {
10191034
"$ref": "#/properties/test-extras"
10201035
},
1036+
"test-sources": {
1037+
"$ref": "#/properties/test-sources"
1038+
},
1039+
"test-groups": {
1040+
"$ref": "#/properties/test-groups"
1041+
},
10211042
"test-requires": {
10221043
"$ref": "#/properties/test-requires"
10231044
}
1024-
}
1045+
}
10251046
}
10261047
}
10271048
}

0 commit comments

Comments
 (0)