Skip to content

Commit 1c5c51e

Browse files
committed
2 parents b3d514a + 90cbbce commit 1c5c51e

23 files changed

Lines changed: 1856 additions & 212 deletions

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ FetchContent_MakeAvailable(abseil)
4040
FetchContent_Declare(
4141
co
4242
GIT_REPOSITORY https://github.com/dallison/co.git
43-
GIT_TAG main
43+
GIT_TAG cf1252b2f5952d7cba83b67dd69288971c0a2b57
4444
# Pass architecture settings to co's CMake build
4545
CMAKE_ARGS
4646
CMAKE_OSX_ARCHITECTURES="${CMAKE_OSX_ARCHITECTURES}"

MODULE.bazel

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,11 @@ http_archive(
1616
strip_prefix = "co-3.0.0",
1717
urls = ["https://github.com/dallison/co/archive/refs/tags/3.0.0.tar.gz"],
1818
)
19+
1920
# For local debugging of co coroutine library.
2021
# bazel_dep(name = "coroutines")
2122
# local_path_override(
22-
# module_name = "coroutines",
23-
# path = "../co",
23+
# module_name = "coroutines",
24+
# path = "../co",
2425
# )
26+

MODULE.bazel.lock

Lines changed: 85 additions & 45 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)