File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414
1515module (
1616 name = "sandboxed_api" ,
17- version = "20260109 .0" ,
17+ version = "20260421 .0" ,
1818 bazel_compatibility = [">=8.5.0" ],
1919)
2020
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -46,7 +46,8 @@ bzl_library(
4646 srcs = ["proto.bzl" ],
4747 visibility = ["//visibility:private" ],
4848 deps = [
49- "@rules_proto//proto:defs" ,
49+ "@com_google_protobuf//bazel:cc_proto_library_bzl" ,
50+ "@com_google_protobuf//bazel:proto_library_bzl" ,
5051 ],
5152)
5253
Original file line number Diff line number Diff line change 1414
1515load ("@rules_cc//cc:cc_binary.bzl" , "cc_binary" )
1616load ("@rules_cc//cc:cc_library.bzl" , "cc_library" )
17+ load ("@rules_shell//shell:sh_test.bzl" , "sh_test" )
1718load ("//sandboxed_api/bazel:build_defs.bzl" , "sapi_platform_copts" )
1819load ("//sandboxed_api/bazel:proto.bzl" , "sapi_proto_library" )
1920load ("//sandboxed_api/bazel:sapi.bzl" , "sapi_library" )
Original file line number Diff line number Diff line change 1515# Description: Sandboxed API reimplementation of zlib's zpipe.c example.
1616
1717load ("@rules_cc//cc:cc_binary.bzl" , "cc_binary" )
18+ load ("@rules_shell//shell:sh_test.bzl" , "sh_test" )
1819load ("//sandboxed_api/bazel:build_defs.bzl" , "sapi_platform_copts" )
1920load ("//sandboxed_api/bazel:sapi.bzl" , "sapi_library" )
2021
Original file line number Diff line number Diff line change 1717# from the current process
1818
1919load ("@rules_cc//cc:cc_binary.bzl" , "cc_binary" )
20+ load ("@rules_shell//shell:sh_test.bzl" , "sh_test" )
2021load ("//sandboxed_api/bazel:build_defs.bzl" , "sapi_platform_copts" )
2122
2223licenses (["notice" ])
Original file line number Diff line number Diff line change 1919# - sandbox2::Comms for data exchange (IPC)
2020
2121load ("@rules_cc//cc:cc_binary.bzl" , "cc_binary" )
22+ load ("@rules_shell//shell:sh_test.bzl" , "sh_test" )
2223load ("//sandboxed_api/bazel:build_defs.bzl" , "sapi_platform_copts" )
2324
2425licenses (["notice" ])
Original file line number Diff line number Diff line change 1515# The 'network proxy' example demonstrates how to use network proxy server.
1616
1717load ("@rules_cc//cc:cc_binary.bzl" , "cc_binary" )
18+ load ("@rules_shell//shell:sh_test.bzl" , "sh_test" )
1819load ("//sandboxed_api/bazel:build_defs.bzl" , "sapi_platform_copts" )
1920
2021licenses (["notice" ])
Original file line number Diff line number Diff line change 2020# - test to ensure sandbox executor runs sandboxee without issue
2121
2222load ("@rules_cc//cc:cc_binary.bzl" , "cc_binary" )
23+ load ("@rules_shell//shell:sh_test.bzl" , "sh_test" )
2324load ("//sandboxed_api/bazel:build_defs.bzl" , "sapi_platform_copts" )
2425
2526licenses (["notice" ])
Original file line number Diff line number Diff line change 2121# - test to ensure sandbox executor runs sandboxee without issue
2222
2323load ("@rules_cc//cc:cc_binary.bzl" , "cc_binary" )
24+ load ("@rules_shell//shell:sh_test.bzl" , "sh_test" )
2425load ("//sandboxed_api/bazel:build_defs.bzl" , "sapi_platform_copts" )
2526
2627licenses (["notice" ])
You can’t perform that action at this time.
0 commit comments