Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deps: Update boringssl and simdjson #755

Merged
merged 2 commits into from
Nov 9, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
run: lcov --summary bazel-out/_coverage/_coverage_report.dat
- name: Upload
run: |
wget --no-verbose --output-document=codecov https://github.com/codecov/uploader/releases/download/v0.7.0/codecov-linux
wget --no-verbose --output-document=codecov https://github.com/codecov/uploader/releases/download/v0.7.1/codecov-linux
chmod +x codecov
./codecov -f bazel-out/_coverage/_coverage_report.dat

Expand Down
12 changes: 6 additions & 6 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ http_archive(
http_archive(
name = "boringssl", # OpenSSL + ISC
patch_cmds = ["""sed -i '33i package(features=["-layering_check"])' BUILD"""],
sha256 = "f8b81f1741667e4a5aa9f0cc3e873875f7f832b3b141b8ee3a5d5863f992b8ba",
strip_prefix = "boringssl-add3674f646bcc3dfa828f308454fb3b37919512",
url = "https://github.com/google/boringssl/archive/add3674f646bcc3dfa828f308454fb3b37919512.tar.gz",
sha256 = "9db77d36cb2656808463ccf8f4c1c4a02b6a59c54fcde43d490d87be00b5b558",
strip_prefix = "boringssl-38314c88e85527ffc4ae0a7f642b6fd39777e0a9",
url = "https://github.com/google/boringssl/archive/38314c88e85527ffc4ae0a7f642b6fd39777e0a9.tar.gz",
)

http_archive(
Expand Down Expand Up @@ -163,9 +163,9 @@ http_archive(
http_archive(
name = "simdjson", # Apache-2.0
build_file = "//third_party:simdjson.BUILD",
sha256 = "942c9462b3c046e12b898cbf5e198f31a377ab40bb2bde5be98440d1f9212ee0",
strip_prefix = "simdjson-3.5.0",
url = "https://github.com/simdjson/simdjson/archive/refs/tags/v3.5.0.tar.gz",
sha256 = "9eab3197231382b8b99d14d8ca647d6ab6bea1b40008df086d25e6f687309bf6",
strip_prefix = "simdjson-3.6.0",
url = "https://github.com/simdjson/simdjson/archive/refs/tags/v3.6.0.tar.gz",
)

# https://github.com/glennrp/libpng
Expand Down