Skip to content

Commit

Permalink
Merge branch 'master' into mathias-FI-1531-use-inmemoryledger-in-icp-…
Browse files Browse the repository at this point in the history
  • Loading branch information
mbjorkqvist committed Nov 27, 2024
2 parents a1c23b8 + 0732e07 commit 25a9629
Show file tree
Hide file tree
Showing 71 changed files with 213 additions and 2,394 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-namespace-darwin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ jobs:
test \
--config=ci --config=macos_ci \
--test_tag_filters="test_macos,test_macos_slow,-upload" \
//rs/... //publish/binaries/...
//packages/pocket-ic/... //rs/... //publish/binaries/...
21 changes: 0 additions & 21 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ members = [
"rs/boundary_node/anonymization/client",
"rs/boundary_node/certificate_issuance/certificate_issuer",
"rs/boundary_node/certificate_issuance/certificate_orchestrator",
"rs/boundary_node/discower_bowndary",
"rs/boundary_node/ic_boundary",
"rs/boundary_node/rate_limits",
"rs/boundary_node/rate_limits/api",
Expand Down
13 changes: 11 additions & 2 deletions packages/pocket-ic/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,10 @@ rust_test_suite(
},
flaky = False,
proc_macro_deps = MACRO_DEPENDENCIES,
tags = ["cpu:8"],
tags = [
"cpu:8",
"test_macos",
],
deps = [":pocket-ic"] + DEPENDENCIES + TEST_DEPENDENCIES,
)

Expand All @@ -98,6 +101,9 @@ rust_test_suite(
},
flaky = False,
proc_macro_deps = MACRO_DEPENDENCIES,
tags = [
"test_macos",
],
deps = [":pocket-ic"] + DEPENDENCIES + TEST_DEPENDENCIES,
)

Expand All @@ -115,6 +121,9 @@ rust_test_suite(
},
flaky = False,
proc_macro_deps = MACRO_DEPENDENCIES,
tags = ["cpu:16"],
tags = [
"cpu:16",
"test_macos",
],
deps = [":pocket-ic"] + DEPENDENCIES + TEST_DEPENDENCIES,
)
66 changes: 0 additions & 66 deletions rs/boundary_node/discower_bowndary/BUILD.bazel

This file was deleted.

23 changes: 0 additions & 23 deletions rs/boundary_node/discower_bowndary/Cargo.toml

This file was deleted.

17 changes: 0 additions & 17 deletions rs/boundary_node/discower_bowndary/Readme.md

This file was deleted.

201 changes: 0 additions & 201 deletions rs/boundary_node/discower_bowndary/examples/api_bn_dynamic_routing.rs

This file was deleted.

Loading

0 comments on commit 25a9629

Please sign in to comment.