File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ jobs:
127
127
os : ubuntu-20.04
128
128
arch : aarch64
129
129
action : test
130
- flags : --config=zig-cc-linux-aarch64 --@v8//bazel/config:v8_target_cpu=arm64
130
+ flags : --config=zig-cc-linux-aarch64 --@v8//bazel/config:v8_target_cpu=arm64 --define=crypto=system
131
131
- name : ' V8 on macOS/x86_64'
132
132
runtime : ' v8'
133
133
repo : ' v8'
Original file line number Diff line number Diff line change @@ -67,10 +67,10 @@ def proxy_wasm_cpp_host_repositories():
67
67
maybe (
68
68
http_archive ,
69
69
name = "boringssl" ,
70
- # 2022-02-07 (master-with-bazel)
71
- sha256 = "7dec97795a7ac7e3832228e4440ee06cceb18d3663f4580b0840e685281e28a0 " ,
72
- strip_prefix = "boringssl-eaa29f431f71b8121e1da76bcd3ddc2248238ade " ,
73
- urls = ["https://github.com/google/boringssl/archive/eaa29f431f71b8121e1da76bcd3ddc2248238ade .tar.gz" ],
70
+ # 2022-01-10 (master-with-bazel)
71
+ sha256 = "a530919e3141d00d593a0d74cd0f9f88707e35ec58bb62245968fec16cb9257f " ,
72
+ strip_prefix = "boringssl-9420fb54116466923afa1f34a23dd8a4a7ddb69d " ,
73
+ urls = ["https://github.com/google/boringssl/archive/9420fb54116466923afa1f34a23dd8a4a7ddb69d .tar.gz" ],
74
74
)
75
75
76
76
maybe (
You can’t perform that action at this time.
0 commit comments