File tree Expand file tree Collapse file tree 1 file changed +43
-0
lines changed
Expand file tree Collapse file tree 1 file changed +43
-0
lines changed Original file line number Diff line number Diff line change @@ -923,6 +923,49 @@ tasks:
923923 # test_targets:
924924 # - "--"
925925 # - "//..."
926+ extensions_prost_linux :
927+ platform : ubuntu2004
928+ name : Extensions Prost
929+ working_directory : extensions/prost
930+ build_flags : *aspects_flags
931+ test_flags : *aspects_flags
932+ build_targets :
933+ - " //..."
934+ test_targets :
935+ - " //..."
936+ extensions_prost_linux_rbe :
937+ platform : rbe_ubuntu2004
938+ name : Extensions Prost
939+ working_directory : extensions/prost
940+ shell_commands :
941+ - sed -i 's/^# load("@bazel_ci_rules/load("@bazel_ci_rules/' WORKSPACE.bazel
942+ - sed -i 's/^# rbe_preconfig/rbe_preconfig/' WORKSPACE.bazel
943+ build_flags : *aspects_flags
944+ test_flags : *aspects_flags
945+ build_targets :
946+ - " //..."
947+ test_targets :
948+ - " //..."
949+ extensions_prost_macos :
950+ platform : macos_arm64
951+ name : Extensions Prost
952+ working_directory : extensions/prost
953+ build_flags : *aspects_flags
954+ test_flags : *aspects_flags
955+ build_targets :
956+ - " //..."
957+ test_targets :
958+ - " //..."
959+ extensions_prost_windows :
960+ platform : windows
961+ name : Extensions Prost
962+ working_directory : extensions/prost
963+ build_flags : *aspects_flags
964+ test_flags : *aspects_flags
965+ build_targets :
966+ - " //..."
967+ test_targets :
968+ - " //..."
926969 extensions_protobuf_linux :
927970 platform : ubuntu2004
928971 name : Extensions Protobuf
You can’t perform that action at this time.
0 commit comments