Skip to content

Commit

Permalink
prepare 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oathdruid committed Oct 15, 2024
1 parent 3d21395 commit 5a5efe1
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 72 deletions.
3 changes: 0 additions & 3 deletions .bazelrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
common --registry=https://bcr.bazel.build
common --registry=file://%workspace%/registry

build --cxxopt=-faligned-new

# Include attribute is not properly set in abseil-cpp.
Expand Down
12 changes: 0 additions & 12 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,6 @@ if(BUILD_DEPS)
URL "https://github.com/google/googletest/archive/refs/tags/v1.14.0.tar.gz"
URL_HASH SHA256=8ad598c73ad796e0d8280b082cebd82a630d73e73cd3c70057938a6501bba5d7
)
FetchContent_Declare(
libcoro
URL "https://github.com/jbaldwin/libcoro/archive/refs/tags/v0.12.1.tar.gz"
URL_HASH SHA256=2cb6f45fc73dad6008cc930d92939785684835e03b12df422b98fcab9e393add
)
if(BUILD_TESTING AND CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR)
set(LIBCORO_FEATURE_NETWORKING OFF)
set(LIBCORO_BUILD_TESTS OFF)
set(LIBCORO_BUILD_EXAMPLES OFF)
FetchContent_MakeAvailable(googletest libcoro)
endif()
set(protobuf_BUILD_TESTS OFF)
set(ABSL_ENABLE_INSTALL ON)
set(BOOST_INCLUDE_LIBRARIES preprocessor spirit)
Expand Down Expand Up @@ -126,7 +115,6 @@ if(BUILD_TESTING AND CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR)
target_link_libraries("${TARGET_NAME}" babylon_test_proto)
target_link_libraries("${TARGET_NAME}" babylon)
target_link_libraries("${TARGET_NAME}" GTest::gtest_main)
target_link_libraries("${TARGET_NAME}" libcoro)
gtest_discover_tests("${TARGET_NAME}")
endforeach()

Expand Down
8 changes: 0 additions & 8 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,6 @@ rules_foreign_cc_dependencies()
load("@bazel_features//:deps.bzl", "bazel_features_deps")
bazel_features_deps()

http_archive(
name = 'libcoro',
urls = ['https://github.com/jbaldwin/libcoro/archive/refs/tags/v0.12.1.tar.gz'],
strip_prefix = 'libcoro-0.12.1',
sha256 = '2cb6f45fc73dad6008cc930d92939785684835e03b12df422b98fcab9e393add',
build_file = '@//:registry/modules/libcoro/0.12.1/overlay/BUILD',
)

http_archive(
name = 'rules_cuda',
urls = ['https://github.com/bazel-contrib/rules_cuda/releases/download/v0.2.3/rules_cuda-v0.2.3.tar.gz'],
Expand Down
43 changes: 0 additions & 43 deletions registry/modules/babylon/1.4.0/MODULE.bazel

This file was deleted.

5 changes: 0 additions & 5 deletions registry/modules/babylon/1.4.0/source.json

This file was deleted.

1 change: 0 additions & 1 deletion registry/modules/babylon/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
}
],
"versions": [
"1.4.0",
"1.3.2",
"1.3.1",
"1.3.0",
Expand Down

0 comments on commit 5a5efe1

Please sign in to comment.