Skip to content
Closed
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 MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@ git_repository = use_repo_rule(
git_repository(
name = 'umdk',
build_file = '//bazel/third_party/umdk:umdk.BUILD',
commit = '564ee727a55523d4351a8fb3c94292b388ebb924', # v26.06.0_CAM
remote = 'https://atomgit.com/openeuler/umdk.git',
commit = '564ee727a55523d4351a8fb3c94292b388ebb924', # v26.06.0_CAM
)
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -282,8 +282,8 @@ http_archive(
git_repository(
name = "umdk",
build_file = "//bazel/third_party/umdk:umdk.BUILD",
commit = "564ee727a55523d4351a8fb3c94292b388ebb924", # v26.06.0_CAM
remote = "https://atomgit.com/openeuler/umdk.git",
commit = "564ee727a55523d4351a8fb3c94292b388ebb924", # v26.06.0_CAM
)

# Header-only JSON library used by iobuf_unittest's IOBuf<->std::iostream
Expand Down
1 change: 0 additions & 1 deletion src/brpc/urma/urma_helper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ DEFINE_bool(urma_poller_yield, false,
"Yield (bthread_yield) in the busy poll loop to let other "
"bthreads run");


// Set to true to skip real URMA hardware initialization (unit tests). When
// true, GlobalUrmaInitializeOrDie() returns without touching liburma and the
// endpoint builds its state machine without posting real WRs.
Expand Down
Loading