Skip to content

Commit

Permalink
Release java-grpc #1
Browse files Browse the repository at this point in the history
  • Loading branch information
robot-brewer committed Aug 1, 2024
1 parent ce1f1f1 commit 90a087d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
2 changes: 2 additions & 0 deletions build/mapping.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -611,6 +611,7 @@
"6406437536": "https://devtools-registry.s3.yandex.net/6406437536",
"6447316775": "https://devtools-registry.s3.yandex.net/6447316775",
"6133419349": "https://devtools-registry.s3.yandex.net/6133419349",
"6785543406": "https://devtools-registry.s3.yandex.net/6785543406",
"1277521710": "https://devtools-registry.s3.yandex.net/1277521710",
"1812152858": "https://devtools-registry.s3.yandex.net/1812152858",
"289381370": "https://devtools-registry.s3.yandex.net/289381370",
Expand Down Expand Up @@ -1341,6 +1342,7 @@
"6406437536": "gdb-14-linux-x86_64-9d91f66a1caff272af94e2fc97e690a18d910204",
"6447316775": "gdb-14-linux-x86_64-9db71d8b25a56ee316036c53fd941934a95831a3",
"6133419349": "gdb-14-linux-x86_64-b1fa9be28bbf4ee845d6a39a049c7b60018a3695",
"6785543406": "grpc-java-linux-x86_64-231a5a5d0bf5248caf1a9539ef29dd2b20a9d05d",
"1277521710": "infra/kernel/tools/atop/build/atop-static.tar.gz",
"1812152858": "junk/zubchick/buf/buf for linux",
"289381370": "none-none-none-jsr305-3.0.2-sources.jar",
Expand Down
16 changes: 8 additions & 8 deletions build/platform/java/grpc/resources.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"by_platform": {
"darwin-arm64": {
"uri": "sbr:6538659252"
"uri": "sbr:6785522906"
},
"darwin-x86_64": {
"uri": "sbr:6538635125"
},
"linux-x86_64": {
"uri": "sbr:6538599922"
"uri": "sbr:6785581427"
},
"linux-aarch64": {
"uri": "sbr:6538555418"
"uri": "sbr:6785818439"
},
"linux-x86_64": {
"uri": "sbr:6785543406"
},
"win32-x86_64": {
"uri": "sbr:6538717281"
"uri": "sbr:6785822552"
}
}
}
}
2 changes: 1 addition & 1 deletion build/platform/java/grpc/ya.make.prebuilt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ ENABLE(PREBUILT)
PREBUILT_PROGRAM()
IF (SANDBOX_RESOURCE_URI != "")
DECLARE_EXTERNAL_RESOURCE(GRPC_JAVA ${SANDBOX_RESOURCE_URI})
PRIMARY_OUTPUT(${GRPC_JAVA_RESOURCE_GLOBAL}/grpc_java${MODULE_SUFFIX})
PRIMARY_OUTPUT(${GRPC_JAVA_RESOURCE_GLOBAL}/bin/grpc_java${MODULE_SUFFIX})
ENDIF()
END()

0 comments on commit 90a087d

Please sign in to comment.