Skip to content

Commit bf89fb6

Browse files
authored
Update crate_universe boringssl with openssl (bazelbuild#4048)
The openssl example will be far more common than boringssl.
1 parent 129a7c9 commit bf89fb6

6 files changed

Lines changed: 445 additions & 2683 deletions

File tree

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,8 @@
11
load("@bazel_skylib//rules:build_test.bzl", "build_test")
2-
load("@rules_rust//rust:defs.bzl", "rust_binary")
3-
load(":boringssl_utils.bzl", "boringssl_build_script_dir")
4-
5-
rust_binary(
6-
name = "build_script_dir_maker",
7-
srcs = ["build_script_dir_maker.rs"],
8-
edition = "2021",
9-
)
10-
11-
# This target lays out the output needed from boringssl in the directory structure needed by the boring-sys build script.
12-
boringssl_build_script_dir(
13-
name = "boringssl_gen_dir",
14-
out = "boringssl_gen_dir_out",
15-
crypto = "@boringssl//:crypto",
16-
ssl = "@boringssl//:ssl",
17-
visibility = ["//visibility:public"],
18-
)
192

203
build_test(
214
name = "build_test",
225
targets = [
23-
"@complicated_dependencies//:boring",
6+
"@complicated_dependencies//:openssl",
247
],
258
)

0 commit comments

Comments
 (0)