+10
-0
lines changedFilter options
+10
-0
lines changed Original file line number Diff line number Diff line change
@@ -1369,6 +1369,9 @@
1369
1369
"validHost": {
1370
1370
"$comment": "https://github.com/arduino/arduino-cli/blob/cdbebe98f895c18146ea2607cfb706d002b01191/arduino/cores/tools.go#L144-L155",
1371
1371
"anyOf": [
1372
+
{
1373
+
"pattern": "^all$"
1374
+
},
1372
1375
{
1373
1376
"pattern": "^arm.*-linux-gnueabihf$"
1374
1377
},
Original file line number Diff line number Diff line change
@@ -487,6 +487,10 @@ func TestPattern(t *testing.T) {
487
487
{"/packages/0/tools/0/systems/0/size", "foo", compliancelevel.Specification, assert.True},
488
488
{"/packages/0/tools/0/systems/0/size", "foo", compliancelevel.Strict, assert.True},
489
489
490
+
{"/packages/0/tools/0/systems/0/host", "all", compliancelevel.Permissive, assert.False},
491
+
{"/packages/0/tools/0/systems/0/host", "all", compliancelevel.Specification, assert.False},
492
+
{"/packages/0/tools/0/systems/0/host", "all", compliancelevel.Strict, assert.False},
493
+
490
494
{"/packages/0/tools/0/systems/0/host", "arm-linux-gnueabihf", compliancelevel.Permissive, assert.False},
491
495
{"/packages/0/tools/0/systems/0/host", "arm-linux-gnueabihf", compliancelevel.Specification, assert.False},
492
496
{"/packages/0/tools/0/systems/0/host", "arm-linux-gnueabihf", compliancelevel.Strict, assert.False},
Original file line number Diff line number Diff line change
@@ -3904,6 +3904,9 @@ var _arduinoPackageIndexDefinitionsSchemaJson = []byte(`{
3904
3904
"validHost": {
3905
3905
"$comment": "https://github.com/arduino/arduino-cli/blob/cdbebe98f895c18146ea2607cfb706d002b01191/arduino/cores/tools.go#L144-L155",
3906
3906
"anyOf": [
3907
+
{
3908
+
"pattern": "^all$"
3909
+
},
3907
3910
{
3908
3911
"pattern": "^arm.*-linux-gnueabihf$"
3909
3912
},
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4