Skip to content

Commit

Permalink
Switch to bcr based SEAL (#232)
Browse files Browse the repository at this point in the history
* Use seal in bcr

* Drop more

* drop more...

* Format

* Upgrade xcode

* try...

* Update modules' name
  • Loading branch information
anakinxc authored Dec 30, 2024
1 parent 07d4911 commit 775541d
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 440 deletions.
2 changes: 1 addition & 1 deletion .circleci/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
- build_and_test
macos_ut:
macos:
xcode: 15.1.0
xcode: 16.2.0
resource_class: macos.m1.large.gen1
steps:
- checkout
Expand Down
6 changes: 4 additions & 2 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ bazel_dep(name = "libdivide", version = "5.0")
bazel_dep(name = "emp-tool", version = "0.2.5")
bazel_dep(name = "sparsehash", version = "2.0.4")
bazel_dep(name = "sse2neon", version = "1.7.0-20240330-8df2f48")
bazel_dep(name = "zstd", version = "1.5.6")
bazel_dep(name = "gsl", version = "4.0.0")
bazel_dep(name = "log4cplus", version = "2.1.1")
bazel_dep(name = "seal", version = "4.1.1")

# non mododule dependencies
non_module_dependencies = use_extension("//bazel:defs.bzl", "non_module_dependencies")
Expand All @@ -59,8 +63,6 @@ use_repo(
"curve25519-donna",
"kuku",
"perfetto",
"seal",
"zstd",
)

new_local_repository = use_repo_rule("@bazel_tools//tools/build_defs/repo:local.bzl", "new_local_repository")
Expand Down
4 changes: 2 additions & 2 deletions bazel/microsoft_apsi.BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ cmake(
out_include_dir = "include/APSI-0.11",
out_static_libs = ["libapsi-0.11.a"],
deps = [
"@com_github_log4cplus_log4cplus//:log4cplus",
"@com_github_microsoft_gsl//:Microsoft.GSL",
"@log4cplus//:log4cplus",
"@gsl//:Microsoft.GSL",
"@com_github_open_source_parsers_jsoncpp//:jsoncpp",
"@com_github_zeromq_cppzmq//:cppzmq",
"@com_google_flatbuffers//:FlatBuffers",
Expand Down
35 changes: 0 additions & 35 deletions bazel/microsoft_gsl.BUILD

This file was deleted.

2 changes: 1 addition & 1 deletion bazel/microsoft_kuku.BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ cmake(
lib_source = "@kuku//:all",
out_include_dir = "include/Kuku-2.1",
out_static_libs = ["libkuku-2.1.a"],
deps = ["@com_github_microsoft_gsl//:Microsoft.GSL"],
deps = ["@gsl//:Microsoft.GSL"],
)
252 changes: 0 additions & 252 deletions bazel/patches/seal.patch

This file was deleted.

Loading

0 comments on commit 775541d

Please sign in to comment.