Skip to content
Open
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ FetchContent_MakeAvailable(abseil)
FetchContent_Declare(
co
GIT_REPOSITORY https://github.com/dallison/co.git
GIT_TAG main
GIT_TAG cf1252b2f5952d7cba83b67dd69288971c0a2b57
# Pass architecture settings to co's CMake build
CMAKE_ARGS
CMAKE_OSX_ARCHITECTURES="${CMAKE_OSX_ARCHITECTURES}"
Expand Down
14 changes: 8 additions & 6 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,21 @@ http_archive = use_repo_rule("@bazel_tools//tools/build_defs/repo:http.bzl", "ht

bazel_dep(name = "bazel_skylib", version = "1.7.1")
bazel_dep(name = "platforms", version = "0.0.10")
bazel_dep(name = "abseil-cpp", version = "20240722.0.bcr.1", repo_name = "com_google_absl")
bazel_dep(name = "abseil-cpp", version = "20250814.1")
bazel_dep(name = "googletest", version = "1.15.2", repo_name = "com_google_googletest")

# Coroutines
http_archive(
name = "coroutines",
integrity = "sha256-PhOYq1eE8Q8UOhzDHq2+rafTU4VTt9fZ0ZZyNE+hWb4=",
strip_prefix = "co-2.1.0",
urls = ["https://github.com/dallison/co/archive/refs/tags/2.1.0.tar.gz"],
sha256 = "44cfc56924e4aa338fbf6c424a8f5db2e6e7d88e27666fd137aeb6cb67c236e1",
strip_prefix = "co-26f5da14c994276ab038f7ad512ca37ba32f19dc",
urls = ["https://github.com/dallison/co/archive/26f5da14c994276ab038f7ad512ca37ba32f19dc.tar.gz"],
)

# For local debugging of co coroutine library.
# bazel_dep(name = "coroutines")
# local_path_override(
# module_name = "coroutines",
# path = "../co",
# module_name = "coroutines",
# path = "../co",
# )

64 changes: 22 additions & 42 deletions MODULE.bazel.lock

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

Loading