Skip to content

Commit b049650

Browse files
committed
Sync branches 251118-0051
2 parents d5e1860 + 6e8395f commit b049650

File tree

58 files changed

+279
-389
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+279
-389
lines changed

build/conf/fbs.conf

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,20 @@ _GO_FLATC_IMPORTS=\
3636
${GOSTD}/strconv \
3737
vendor/github.com/google/flatbuffers/go
3838

39+
_FLATC_CPP_YANDEX_MAPS_ITER_FLAG=
40+
_FLATC_CPP_YANDEX_MAPS_ITER_HEADER=
41+
### @usage: ENABLE(FLATC_CPP_YANDEX_MAPS_ITER)
42+
###
43+
### Generate Flatbuffer for Yandex Maps special headers
44+
when ($FLATC_CPP_YANDEX_MAPS_ITER) {
45+
_FLATC_CPP_YANDEX_MAPS_ITER_FLAG=--yandex-maps-iter
46+
_FLATC_CPP_YANDEX_MAPS_ITER_HEADER=${hide;norel;output;suf=.iter.fbs.h;noext:SRC}
47+
}
48+
3949
# tag:fbs tag:cpp-specific
4050
macro _CPP_FLATC_CMD(SRC, SRCFLAGS...) {
41-
.CMD=${cwd:ARCADIA_BUILD_ROOT} $YMAKE_PYTHON3 ${input:"build/scripts/cpp_flatc_wrapper.py"} ${tool:FLATC} --no-warnings --cpp --keep-prefix --gen-mutable --schema -b --yandex-maps-iter --gen-object-api --filename-suffix .fbs ${FLATC_FLAGS_VALUE} ${pre=-I :_FLATC__INCLUDE} -o ${main;norel;output;suf=.h:SRC} ${hide;norel;output;suf=.cpp:SRC} ${input:SRC} ${hide;norel;output;suf=.iter.fbs.h;noext:SRC} ${hide;noauto;norel;output;suf=.bfbs;noext:SRC} ${hide;kv:"p FL"} ${hide;kv:"pc light-green"} ${hide:FBS_FAKEID}
42-
.SEM=target_macroses-ITEM && target_macroses-macro target_fbs_source && target_macroses-args PRIVATE ${input:SRC} ${FLATC_FLAGS_VALUE} ${pre=-I :_FLATC__INCLUDE} ${hide;norel;output;suf=.h:SRC} ${hide;norel;output;suf=.cpp:SRC} ${hide;norel;output;suf=.iter.fbs.h;noext:SRC} ${hide;noauto;norel;output;suf=.bfbs;noext:SRC} ${hide;tool:FLATC} && platform_vars-FBS_CPP_FLAGS "--no-warnings --cpp --keep-prefix --gen-mutable --schema -b --yandex-maps-iter --gen-object-api --filename-suffix .fbs" ${hide;input:"build/scripts/cpp_flatc_wrapper.py"}
51+
.CMD=${cwd:ARCADIA_BUILD_ROOT} $YMAKE_PYTHON3 ${input:"build/scripts/cpp_flatc_wrapper.py"} ${tool:FLATC} --no-warnings --cpp --keep-prefix --gen-mutable --schema -b ${_FLATC_CPP_YANDEX_MAPS_ITER_FLAG} --gen-object-api --filename-suffix .fbs ${FLATC_FLAGS_VALUE} ${pre=-I :_FLATC__INCLUDE} -o ${main;norel;output;suf=.h:SRC} ${hide;norel;output;suf=.cpp:SRC} ${input:SRC} ${_FLATC_CPP_YANDEX_MAPS_ITER_HEADER} ${hide;noauto;norel;output;suf=.bfbs;noext:SRC} ${hide;kv:"p FL"} ${hide;kv:"pc light-green"} ${hide:FBS_FAKEID}
52+
.SEM=target_macroses-ITEM && target_macroses-macro target_fbs_source && target_macroses-args PRIVATE ${input:SRC} ${FLATC_FLAGS_VALUE} ${pre=-I :_FLATC__INCLUDE} ${hide;norel;output;suf=.h:SRC} ${hide;norel;output;suf=.cpp:SRC} ${_FLATC_CPP_YANDEX_MAPS_ITER_HEADER} ${hide;noauto;norel;output;suf=.bfbs;noext:SRC} ${hide;tool:FLATC} && platform_vars-FBS_CPP_FLAGS "--no-warnings --cpp --keep-prefix --gen-mutable --schema -b ${_FLATC_CPP_YANDEX_MAPS_ITER_FLAG} --gen-object-api --filename-suffix .fbs" ${hide;input:"build/scripts/cpp_flatc_wrapper.py"}
4353
.PEERDIR=contrib/libs/flatbuffers
4454
}
4555

build/conf/go.conf

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,6 @@ _GO_SRCS_VALUE=
295295
### This macro shouldn't be used in ya.make files, use SRCS() instead.
296296
### This is internal macro collecting .go sources for processing within Go modules (GO_PROGRAM and GO_LIBRARY)
297297
macro _GO_SRCS(FILES...) {
298-
GO_FAKE_OUTPUT($FILES)
299298
SET_APPEND(_GO_SRCS_VALUE $FILES)
300299
}
301300

@@ -305,7 +304,6 @@ GO_HAS_INTERNAL_TESTS=no
305304
### @usage: GO_TEST_SRCS(Files...)
306305
### .go sources for internal tests of a module
307306
macro GO_TEST_SRCS(FILES...) {
308-
GO_FAKE_OUTPUT($FILES)
309307
_SET_FIRST_VALUE(GO_HAS_INTERNAL_TESTS ${pre=yes :FILES} ${GO_HAS_INTERNAL_TESTS})
310308
SET_APPEND(_GO_TEST_SRCS_VALUE $FILES)
311309
}
@@ -316,7 +314,6 @@ GO_HAS_EXTERNAL_TESTS=no
316314
### @usage: GO_XTEST_SRCS(Files...)
317315
### .go sources for external tests of a module
318316
macro GO_XTEST_SRCS(FILES...) {
319-
GO_FAKE_OUTPUT($FILES)
320317
SET(GO_HAS_EXTERNAL_TESTS yes)
321318
SET_APPEND(_GO_XTEST_SRCS_VALUE $FILES)
322319
}

build/conf/java.conf

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -779,7 +779,7 @@ COMPILE_KT= \
779779
${hide;input:"build/scripts/build_java_with_error_prone2.py"} \
780780
${hide;input:"build/scripts/setup_java_tmpdir.py"} \
781781
--kotlin --sources-list $KT_SRCLIST \
782-
$JDK_RESOURCE/bin/java -jar $KOTLIN_COMPILER_RESOURCE_GLOBAL/kotlin-compiler.jar -no-stdlib -module-name $REALPRJNAME \
782+
$JDK_RESOURCE/bin/java $KOTLINC_ENABLE_NATIVE_ACCESS -jar $KOTLIN_COMPILER_RESOURCE_GLOBAL/kotlin-compiler.jar -no-stdlib -module-name $REALPRJNAME \
783783
@$KT_SRCLIST -classpath @$KT_CLASSPATH $KOTLINC_FLAGS_VALUE -d $KT_CLASSES_DIR $KOTLINC_OPTS_VALUE -jvm-target ${KOTLIN_JVM_TARGET}
784784
ALL_KT_COMMANDS=
785785
KT_CLASSPATH_ITEM=
@@ -1521,6 +1521,14 @@ otherwise {
15211521

15221522
KOTLINC_RESOURCE_PEERDIR=build/platform/java/kotlin
15231523

1524+
# tag:kotlin-specific
1525+
KOTLINC_ENABLE_NATIVE_ACCESS=
1526+
when ($JDK_REAL_VERSION in [ "11", "17", "21", "22", "23" ]) {
1527+
}
1528+
otherwise {
1529+
KOTLINC_ENABLE_NATIVE_ACCESS="--enable-native-access=ALL-UNNAMED"
1530+
}
1531+
15241532
# tag:java-specific
15251533
when ($USE_SYSTEM_JDK) {
15261534
JDK_RESOURCE_PEERDIR=

build/conf/proto.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -529,8 +529,8 @@ macro USE_JAVALITE() {
529529
}
530530

531531
# tag:proto tag:java-specific
532-
JAVA_PROTO_COMPILER_VERSION = 4.33.0
533-
JAVA_PROTO_RUNTIME_VERSION = 4.33.0
532+
JAVA_PROTO_COMPILER_VERSION = 3.25.5
533+
JAVA_PROTO_RUNTIME_VERSION = 3.25.5
534534
JAVA_PROTO_COMMON_VERSION = 2.53.0
535535
JAVA_GRPC_VERSION = 1.51.0
536536
KOTLIN_GRPC_VERSION = 1.3.1

build/conf/settings.conf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ FILL_MODULE2NODES=yes
1616
CONSISTENT_DEBUG=yes
1717
CONSISTENT_BUILD=yes
1818

19-
CHECK_GLOB_RESTRICTIONS=yes
20-
MODULES_WITH_EXTENDED_GLOB_RESTRICTIONS=adv/frontend/packages/direct-modules adv/frontend/services/adfox/docs adv/frontend/services/yharnam classifieds/autoru-frontend classifieds/internal-frontend classifieds/realty-frontend cloud/docs/internal-doc-config docs/yateam/diy/external docs/yateam/diy/internal/outstaff docs/yateam/diy/internal/yandex fintech/backend-kotlin/services/mobile-views/src/test sdg/hw/embedded/pytools/ci/check_settings taxi/jotunn docs/support/marketplace docs/support/marketplace/cross-border logos/logs/md_schema docs/selfhost/alice-common/alice alice/quark/docs taxi/dmp/dwh/docs/ridetech-dwh-catalog docs/selfhost/alice-common/alice-gpt
19+
MODULES_WITH_EXTENDED_GLOB_RESTRICTIONS=adv/frontend/packages/direct-modules adv/frontend/services/adfox/docs adv/frontend/services/yharnam classifieds/autoru-frontend classifieds/internal-frontend classifieds/realty-frontend cloud/docs/internal-doc-config docs/yateam/diy/external docs/yateam/diy/internal/outstaff docs/yateam/diy/internal/yandex fintech/backend-kotlin/services/mobile-views/src/test sdg/hw/embedded/pytools/ci/check_settings taxi/jotunn docs/support/marketplace docs/support/marketplace/cross-border logos/logs/md_schema docs/selfhost/alice-common/alice alice/quark/docs taxi/dmp/dwh/docs/ridetech-dwh-catalog docs/selfhost/alice-common/alice-gpt hrtech/frontend/services/femida
2120

2221
when ($OS_WINDOWS == "yes") {
2322
USE_GLOBAL_CMD=no

build/conf/ts/ts_next.conf

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,16 @@ macro TS_NEXT_CONFIG(ConfigPath) {
1212
SET(TS_NEXT_CONFIG_PATH $ConfigPath)
1313
}
1414

15+
### @usage: TS_NEXT_BUILD_OPTIONS(Options...)
16+
###
17+
### Macro sets the build options for TS_NEXT module.
18+
###
19+
### - Options - next build options.
20+
###
21+
### Documentation: https://docs.yandex-team.ru/frontend-in-arcadia/references/TS_NEXT#ts-next-build-options
22+
macro TS_NEXT_BUILD_OPTIONS(Options...) {
23+
SET_APPEND(TS_NEXT_COMMAND $Options)
24+
}
1525

1626
TS_NEXT_OUTPUT_DIR=.next
1727

@@ -26,7 +36,6 @@ macro TS_NEXT_OUTPUT(FirstDirName, DirNames...) {
2636
SET(TS_NEXT_OUTPUT_DIR $FirstDirName $DirNames)
2737
}
2838

29-
3039
### @usage: TS_NEXT_EXPERIMENTAL_BUILD_MODE()
3140
###
3241
### Macro tune the build command to use experimental build feature.

build/export_generators/ide-gradle/protobuf.jinja

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,15 @@ protobuf {
44
// Download from repositories
55
artifact = "com.google.protobuf:protoc:{%- if target.proto_compiler_version -%}{{ target.proto_compiler_version }}{%- else -%}3.22.5{%- endif -%}"
66
}
7-
{%- if target.proto_grpc or target.proto_plugins|length %}
7+
{%- set proto_plugins = target.proto_plugins|rejectattr('name', 'eq', 'grpc_java') -%}
8+
{%- if target.proto_grpc or proto_plugins|length %}
89

910
plugins {
1011
id("grpc") {
1112
artifact = "io.grpc:protoc-gen-grpc-java:{%- if target.proto_grpc_version -%}{{ target.proto_grpc_version }}{%- else -%}1.45.0{%- endif -%}"
1213
}
13-
{%- if target.proto_plugins|length -%}
14-
{%- for proto_plugin in target.proto_plugins %}
14+
{%- if proto_plugins|length -%}
15+
{%- for proto_plugin in proto_plugins %}
1516
create("{{ proto_plugin.name }}") {
1617
path = {{ PatchRoots(proto_plugin.bin, true) }}
1718
rules
@@ -26,20 +27,20 @@ protobuf {
2627
}
2728
{%- endif %}
2829

29-
{%- if target.proto_kotlin or target.proto_grpc or target.proto_plugins|length %}
30+
{%- if target.proto_kotlin or target.proto_grpc or proto_plugins|length %}
3031

3132
generateProtoTasks {
3233
all().forEach {
33-
{%- if target.proto_grpc or target.proto_plugins|length %}
34+
{%- if target.proto_grpc or proto_plugins|length %}
3435
it.plugins {
3536
{%- if target.proto_grpc %}
3637
id("grpc")
3738
{%- endif -%}
3839
{%- if target.proto_kotlin_grpc %}
3940
id("grpckt")
4041
{%- endif -%}
41-
{%- if target.proto_plugins|length -%}
42-
{%- for proto_plugin in target.proto_plugins %}
42+
{%- if proto_plugins|length -%}
43+
{%- for proto_plugin in proto_plugins %}
4344
create("{{ proto_plugin.name }}") {
4445
outputSubDir = "java"
4546
}
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
22
"by_platform": {
33
"darwin": {
4-
"uri": "sbr:10242650733"
4+
"uri": "sbr:10288495360"
55
},
66
"darwin-arm64": {
7-
"uri": "sbr:10242648407"
7+
"uri": "sbr:10288493132"
88
},
99
"linux": {
10-
"uri": "sbr:10242654927"
10+
"uri": "sbr:10288499373"
1111
},
1212
"linux-aarch64": {
13-
"uri": "sbr:10242646331"
13+
"uri": "sbr:10288490918"
1414
},
1515
"win32": {
16-
"uri": "sbr:10242653020"
16+
"uri": "sbr:10288497516"
1717
}
1818
}
1919
}
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
22
"by_platform": {
33
"darwin": {
4-
"uri": "sbr:10242588401"
4+
"uri": "sbr:10288495339"
55
},
66
"darwin-arm64": {
7-
"uri": "sbr:10242586732"
7+
"uri": "sbr:10288493047"
88
},
99
"linux": {
10-
"uri": "sbr:10242592582"
10+
"uri": "sbr:10288499480"
1111
},
1212
"linux-aarch64": {
13-
"uri": "sbr:10242584390"
13+
"uri": "sbr:10288490831"
1414
},
1515
"win32": {
16-
"uri": "sbr:10242590299"
16+
"uri": "sbr:10288497437"
1717
}
1818
}
1919
}

build/mapping.conf.json

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,6 @@
129129
"6385637991": "{registry_endpoint}/6385637991",
130130
"7804868939": "{registry_endpoint}/7804868939",
131131
"7804868953": "{registry_endpoint}/7804868953",
132-
"10028529831": "{registry_endpoint}/10028529831",
133-
"10028528878": "{registry_endpoint}/10028528878",
134132
"1841245955": "{registry_endpoint}/1841245955",
135133
"1841245849": "{registry_endpoint}/1841245849",
136134
"5424057306": "{registry_endpoint}/5424057306",
@@ -832,6 +830,7 @@
832830
"10164477940": "{registry_endpoint}/10164477940",
833831
"10219698374": "{registry_endpoint}/10219698374",
834832
"10242650733": "{registry_endpoint}/10242650733",
833+
"10288495360": "{registry_endpoint}/10288495360",
835834
"5766172292": "{registry_endpoint}/5766172292",
836835
"5805431504": "{registry_endpoint}/5805431504",
837836
"5829027626": "{registry_endpoint}/5829027626",
@@ -944,6 +943,7 @@
944943
"10164477021": "{registry_endpoint}/10164477021",
945944
"10219697288": "{registry_endpoint}/10219697288",
946945
"10242648407": "{registry_endpoint}/10242648407",
946+
"10288493132": "{registry_endpoint}/10288493132",
947947
"5766171800": "{registry_endpoint}/5766171800",
948948
"5805430761": "{registry_endpoint}/5805430761",
949949
"5829025456": "{registry_endpoint}/5829025456",
@@ -1056,6 +1056,7 @@
10561056
"10164481242": "{registry_endpoint}/10164481242",
10571057
"10219700406": "{registry_endpoint}/10219700406",
10581058
"10242654927": "{registry_endpoint}/10242654927",
1059+
"10288499373": "{registry_endpoint}/10288499373",
10591060
"5766173070": "{registry_endpoint}/5766173070",
10601061
"5805432830": "{registry_endpoint}/5805432830",
10611062
"5829031598": "{registry_endpoint}/5829031598",
@@ -1168,6 +1169,7 @@
11681169
"10164476216": "{registry_endpoint}/10164476216",
11691170
"10219696196": "{registry_endpoint}/10219696196",
11701171
"10242646331": "{registry_endpoint}/10242646331",
1172+
"10288490918": "{registry_endpoint}/10288490918",
11711173
"5766171341": "{registry_endpoint}/5766171341",
11721174
"5805430188": "{registry_endpoint}/5805430188",
11731175
"5829023352": "{registry_endpoint}/5829023352",
@@ -1280,6 +1282,7 @@
12801282
"10164479605": "{registry_endpoint}/10164479605",
12811283
"10219699457": "{registry_endpoint}/10219699457",
12821284
"10242653020": "{registry_endpoint}/10242653020",
1285+
"10288497516": "{registry_endpoint}/10288497516",
12831286
"8270821739": "{registry_endpoint}/8270821739",
12841287
"8295446553": "{registry_endpoint}/8295446553",
12851288
"8326170338": "{registry_endpoint}/8326170338",
@@ -1548,16 +1551,11 @@
15481551
"9470952456": "{registry_endpoint}/9470952456",
15491552
"9472684750": "{registry_endpoint}/9472684750",
15501553
"9827499366": "{registry_endpoint}/9827499366",
1551-
"10028627173": "{registry_endpoint}/10028627173",
15521554
"7805449449": "{registry_endpoint}/7805449449",
1553-
"10028625338": "{registry_endpoint}/10028625338",
15541555
"6391354461": "{registry_endpoint}/6391354461",
15551556
"7805449010": "{registry_endpoint}/7805449010",
1556-
"10028632776": "{registry_endpoint}/10028632776",
15571557
"7805450611": "{registry_endpoint}/7805450611",
1558-
"10028631106": "{registry_endpoint}/10028631106",
15591558
"7805450231": "{registry_endpoint}/7805450231",
1560-
"10028628791": "{registry_endpoint}/10028628791",
15611559
"7805449878": "{registry_endpoint}/7805449878",
15621560
"6990868751": "{registry_endpoint}/6990868751",
15631561
"6990860705": "{registry_endpoint}/6990860705",
@@ -1965,8 +1963,6 @@
19651963
"6385637991": "JAVA_LIBRARY-none-none-protobuf-java-3.25.3.jar",
19661964
"7804868939": "JAVA_LIBRARY-none-none-protobuf-java-3.25.5-sources.jar",
19671965
"7804868953": "JAVA_LIBRARY-none-none-protobuf-java-3.25.5.jar",
1968-
"10028529831": "JAVA_LIBRARY-none-none-protobuf-java-4.33.0-sources.jar",
1969-
"10028528878": "JAVA_LIBRARY-none-none-protobuf-java-4.33.0.jar",
19701966
"1841245955": "JAVA_LIBRARY-none-none-snakeyaml-1.27-sources.jar",
19711967
"1841245849": "JAVA_LIBRARY-none-none-snakeyaml-1.27.jar",
19721968
"5424057306": "OTHER_RESOURCE-none-1.21.3-y_go1.21.3.darwin-amd64.tar.gz",
@@ -2668,6 +2664,7 @@
26682664
"10164477940": "devtools/ymake/bin/ymake for darwin",
26692665
"10219698374": "devtools/ymake/bin/ymake for darwin",
26702666
"10242650733": "devtools/ymake/bin/ymake for darwin",
2667+
"10288495360": "devtools/ymake/bin/ymake for darwin",
26712668
"5766172292": "devtools/ymake/bin/ymake for darwin",
26722669
"5805431504": "devtools/ymake/bin/ymake for darwin",
26732670
"5829027626": "devtools/ymake/bin/ymake for darwin",
@@ -2780,6 +2777,7 @@
27802777
"10164477021": "devtools/ymake/bin/ymake for darwin-arm64",
27812778
"10219697288": "devtools/ymake/bin/ymake for darwin-arm64",
27822779
"10242648407": "devtools/ymake/bin/ymake for darwin-arm64",
2780+
"10288493132": "devtools/ymake/bin/ymake for darwin-arm64",
27832781
"5766171800": "devtools/ymake/bin/ymake for darwin-arm64",
27842782
"5805430761": "devtools/ymake/bin/ymake for darwin-arm64",
27852783
"5829025456": "devtools/ymake/bin/ymake for darwin-arm64",
@@ -2892,6 +2890,7 @@
28922890
"10164481242": "devtools/ymake/bin/ymake for linux",
28932891
"10219700406": "devtools/ymake/bin/ymake for linux",
28942892
"10242654927": "devtools/ymake/bin/ymake for linux",
2893+
"10288499373": "devtools/ymake/bin/ymake for linux",
28952894
"5766173070": "devtools/ymake/bin/ymake for linux",
28962895
"5805432830": "devtools/ymake/bin/ymake for linux",
28972896
"5829031598": "devtools/ymake/bin/ymake for linux",
@@ -3004,6 +3003,7 @@
30043003
"10164476216": "devtools/ymake/bin/ymake for linux-aarch64",
30053004
"10219696196": "devtools/ymake/bin/ymake for linux-aarch64",
30063005
"10242646331": "devtools/ymake/bin/ymake for linux-aarch64",
3006+
"10288490918": "devtools/ymake/bin/ymake for linux-aarch64",
30073007
"5766171341": "devtools/ymake/bin/ymake for linux-aarch64",
30083008
"5805430188": "devtools/ymake/bin/ymake for linux-aarch64",
30093009
"5829023352": "devtools/ymake/bin/ymake for linux-aarch64",
@@ -3116,6 +3116,7 @@
31163116
"10164479605": "devtools/ymake/bin/ymake for win32",
31173117
"10219699457": "devtools/ymake/bin/ymake for win32",
31183118
"10242653020": "devtools/ymake/bin/ymake for win32",
3119+
"10288497516": "devtools/ymake/bin/ymake for win32",
31193120
"8270821739": "devtools/ymake/bin/ymake for win32",
31203121
"8295446553": "devtools/ymake/bin/ymake for win32",
31213122
"8326170338": "devtools/ymake/bin/ymake for win32",
@@ -3384,16 +3385,11 @@
33843385
"9470952456": "none-none-none-result_resources/jdk-windows-amd64.yandex.tgz",
33853386
"9472684750": "none-none-none-result_resources/jdk-windows-amd64.yandex.tgz",
33863387
"9827499366": "none-none-none-result_resources/jdk-windows-amd64.yandex.tgz",
3387-
"10028627173": "none-none-none-result_resources/protoc-linux-aarch_64.tgz",
33883388
"7805449449": "none-none-none-result_resources/protoc-linux-aarch_64.tgz",
3389-
"10028625338": "none-none-none-result_resources/protoc-linux-x86_64.tgz",
33903389
"6391354461": "none-none-none-result_resources/protoc-linux-x86_64.tgz",
33913390
"7805449010": "none-none-none-result_resources/protoc-linux-x86_64.tgz",
3392-
"10028632776": "none-none-none-result_resources/protoc-osx-aarch_64.tgz",
33933391
"7805450611": "none-none-none-result_resources/protoc-osx-aarch_64.tgz",
3394-
"10028631106": "none-none-none-result_resources/protoc-osx-x86_64.tgz",
33953392
"7805450231": "none-none-none-result_resources/protoc-osx-x86_64.tgz",
3396-
"10028628791": "none-none-none-result_resources/protoc-win64.tgz",
33973393
"7805449878": "none-none-none-result_resources/protoc-win64.tgz",
33983394
"6990868751": "none-none-none-sandbox/backup/3527d100-e2d0-4b0e-bb7a-905010853d98/yfm-docs.tar",
33993395
"6990860705": "none-none-none-sandbox/backup/d386643e-58f8-43e1-8760-341d73801df8/yfm-docs.tar",

0 commit comments

Comments
 (0)