diff --git a/MODULE.bazel b/MODULE.bazel index 391b8c2784..b1935511b4 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -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 ) diff --git a/WORKSPACE b/WORKSPACE index 22fc411b32..fa6e601746 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -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 diff --git a/src/brpc/urma/urma_helper.cpp b/src/brpc/urma/urma_helper.cpp index 648316f1ae..cbe3e53017 100644 --- a/src/brpc/urma/urma_helper.cpp +++ b/src/brpc/urma/urma_helper.cpp @@ -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.