Skip to content

Commit 90a087d

Browse files
committed
Release java-grpc #1
https://github.com/yandex/toolchain-registry/releases/tag/java-grpc-v1 c1b07468a830993d69392aabc78201b2c1fe58e6
1 parent ce1f1f1 commit 90a087d

File tree

3 files changed

+11
-9
lines changed

3 files changed

+11
-9
lines changed

build/mapping.conf.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -611,6 +611,7 @@
611611
"6406437536": "https://devtools-registry.s3.yandex.net/6406437536",
612612
"6447316775": "https://devtools-registry.s3.yandex.net/6447316775",
613613
"6133419349": "https://devtools-registry.s3.yandex.net/6133419349",
614+
"6785543406": "https://devtools-registry.s3.yandex.net/6785543406",
614615
"1277521710": "https://devtools-registry.s3.yandex.net/1277521710",
615616
"1812152858": "https://devtools-registry.s3.yandex.net/1812152858",
616617
"289381370": "https://devtools-registry.s3.yandex.net/289381370",
@@ -1341,6 +1342,7 @@
13411342
"6406437536": "gdb-14-linux-x86_64-9d91f66a1caff272af94e2fc97e690a18d910204",
13421343
"6447316775": "gdb-14-linux-x86_64-9db71d8b25a56ee316036c53fd941934a95831a3",
13431344
"6133419349": "gdb-14-linux-x86_64-b1fa9be28bbf4ee845d6a39a049c7b60018a3695",
1345+
"6785543406": "grpc-java-linux-x86_64-231a5a5d0bf5248caf1a9539ef29dd2b20a9d05d",
13441346
"1277521710": "infra/kernel/tools/atop/build/atop-static.tar.gz",
13451347
"1812152858": "junk/zubchick/buf/buf for linux",
13461348
"289381370": "none-none-none-jsr305-3.0.2-sources.jar",
Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
22
"by_platform": {
33
"darwin-arm64": {
4-
"uri": "sbr:6538659252"
4+
"uri": "sbr:6785522906"
55
},
66
"darwin-x86_64": {
7-
"uri": "sbr:6538635125"
8-
},
9-
"linux-x86_64": {
10-
"uri": "sbr:6538599922"
7+
"uri": "sbr:6785581427"
118
},
129
"linux-aarch64": {
13-
"uri": "sbr:6538555418"
10+
"uri": "sbr:6785818439"
11+
},
12+
"linux-x86_64": {
13+
"uri": "sbr:6785543406"
1414
},
1515
"win32-x86_64": {
16-
"uri": "sbr:6538717281"
16+
"uri": "sbr:6785822552"
1717
}
1818
}
19-
}
19+
}

build/platform/java/grpc/ya.make.prebuilt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ ENABLE(PREBUILT)
44
PREBUILT_PROGRAM()
55
IF (SANDBOX_RESOURCE_URI != "")
66
DECLARE_EXTERNAL_RESOURCE(GRPC_JAVA ${SANDBOX_RESOURCE_URI})
7-
PRIMARY_OUTPUT(${GRPC_JAVA_RESOURCE_GLOBAL}/grpc_java${MODULE_SUFFIX})
7+
PRIMARY_OUTPUT(${GRPC_JAVA_RESOURCE_GLOBAL}/bin/grpc_java${MODULE_SUFFIX})
88
ENDIF()
99
END()

0 commit comments

Comments
 (0)