Use self-hosted copies of dependencies distros
All checks were successful
Chaos Ci / test-and-benchmark (push) Successful in 2m22s

This commit is contained in:
hashlag
2026-01-28 00:38:01 +03:00
parent 4e89b2fb05
commit d0e7d2b0ec
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ cmake_policy(SET CMP0135 NEW)
FetchContent_Declare( FetchContent_Declare(
googlebenchmark googlebenchmark
URL https://github.com/google/benchmark/archive/refs/tags/v1.9.5.tar.gz URL https://git.hashlag.net/hashlag/chaos-deps/raw/branch/main/google_benchmark/benchmark-1.9.5.tar.gz
URL_HASH SHA256=9631341c82bac4a288bef951f8b26b41f69021794184ece969f8473977eaa340 URL_HASH SHA256=9631341c82bac4a288bef951f8b26b41f69021794184ece969f8473977eaa340
) )

View File

@@ -4,7 +4,7 @@ cmake_policy(SET CMP0135 NEW)
FetchContent_Declare( FetchContent_Declare(
googletest googletest
URL https://github.com/google/googletest/releases/download/v1.17.0/googletest-1.17.0.tar.gz URL https://git.hashlag.net/hashlag/chaos-deps/raw/branch/main/google_googletest/googletest-1.17.0.tar.gz
URL_HASH SHA256=65fab701d9829d38cb77c14acdc431d2108bfdbf8979e40eb8ae567edf10b27c URL_HASH SHA256=65fab701d9829d38cb77c14acdc431d2108bfdbf8979e40eb8ae567edf10b27c
) )