File tree 3 files changed +17
-16
lines changed
3 files changed +17
-16
lines changed Original file line number Diff line number Diff line change 128
128
},
129
129
"optionalDependencies" : {
130
130
"grpc-tools" : " ^1.12.4" ,
131
- "protoc" : " ^1.0.4 "
131
+ "@pingghost/ protoc" : " ^1.0.2 "
132
132
},
133
133
"mocha" : {
134
134
"require" : [
Original file line number Diff line number Diff line change 7
7
const { exec } = require ( './utils' ) ;
8
8
const glob = require ( 'glob' ) ;
9
9
const { SemVer, gte, valid : validSemVer } = require ( 'semver' ) ;
10
- const protoc = path . dirname ( require ( 'protoc/protoc' ) ) ;
11
-
10
+ // Use a node-protoc fork until apple arm32 is supported
11
+ // https://github.com/YePpHa/node-protoc/pull/10
12
+ const protoc = path . dirname ( require ( '@pingghost/protoc/protoc' ) ) ;
12
13
const repository = await fs . mkdtemp ( path . join ( os . tmpdir ( ) , 'arduino-cli-' ) ) ;
13
14
14
15
const { owner, repo, commitish } = ( ( ) => {
Original file line number Diff line number Diff line change 1899
1899
"@phosphor/signaling" "^1.3.1"
1900
1900
"@phosphor/virtualdom" "^1.2.0"
1901
1901
1902
+ "@pingghost/protoc@^1.0.2":
1903
+ version "1.0.2"
1904
+ resolved "https://registry.yarnpkg.com/@pingghost/protoc/-/protoc-1.0.2.tgz#68436fe6df7b700149dfb2b9a6a9db3b66fe758a"
1905
+ integrity sha512-7ndq6JmrfcRfr6wIxdrjBqAipsrWwldFL5TQRmJXgpGrRi1yU6vKWID6Z4cs96iK+3yLIoUON11fE5CThNBrXA==
1906
+ dependencies:
1907
+ glob "^7.2.3"
1908
+ mkdirp "^0.5.6"
1909
+ node-fetch "^3.2.10"
1910
+ rimraf "^3.0.2"
1911
+ unzipper "^0.10.11"
1912
+ uuid "^9.0.0"
1913
+ vinyl "^2.2.1"
1914
+
1902
1915
"@pkgjs/parseargs@^0.11.0":
1903
1916
version "0.11.0"
1904
1917
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
@@ -11100,19 +11113,6 @@ protobufjs@^7.2.3, protobufjs@^7.2.4:
11100
11113
"@types/node" ">=13.7.0"
11101
11114
long "^5.0.0"
11102
11115
11103
- protoc@^1.0.4:
11104
- version "1.1.3"
11105
- resolved "https://registry.yarnpkg.com/protoc/-/protoc-1.1.3.tgz#d9857ec2a43a683af8263032d519ce7ba0b7d99e"
11106
- integrity sha512-Vy4OBxCcF0W38YrZZRFix659gFu8ujIxVDP1SUBK9ELzyeMSBe8m8tYyYlX1PI5j9gse9hWu4c4nzQaHesAf8Q==
11107
- dependencies:
11108
- glob "^7.2.3"
11109
- mkdirp "^0.5.6"
11110
- node-fetch "^3.2.10"
11111
- rimraf "^3.0.2"
11112
- unzipper "^0.10.11"
11113
- uuid "^9.0.0"
11114
- vinyl "^2.2.1"
11115
-
11116
11116
protocols@^2.0.0, protocols@^2.0.1:
11117
11117
version "2.0.1"
11118
11118
resolved "https://registry.yarnpkg.com/protocols/-/protocols-2.0.1.tgz#8f155da3fc0f32644e83c5782c8e8212ccf70a86"
You can’t perform that action at this time.
0 commit comments