docs: update third-party inventory for range-v3 addition
cpp-template / format (ubuntu-22.04) (push) Successful in 1m9s
cpp-template / format (ubuntu-24.04) (push) Successful in 56s
cpp-template / build-test (asan, ubuntu-22.04) (push) Successful in 1m41s
cpp-template / build-test (asan, ubuntu-24.04) (push) Successful in 1m46s
cpp-template / build-test (debug, ubuntu-22.04) (push) Successful in 2m6s
cpp-template / build-test (debug, ubuntu-24.04) (push) Successful in 2m2s
cpp-template / build-test (fuzz, ubuntu-22.04) (push) Successful in 7m41s
cpp-template / build-test (fuzz, ubuntu-24.04) (push) Successful in 8m3s
cpp-template / build-test (release, ubuntu-22.04) (push) Successful in 1m57s
cpp-template / build-test (release, ubuntu-24.04) (push) Successful in 2m2s
cpp-template / clang-tidy (ubuntu-22.04) (push) Successful in 1m32s
cpp-template / clang-tidy (ubuntu-24.04) (push) Successful in 1m43s
cpp-template / install-consumer (ubuntu-22.04) (push) Successful in 1m20s
cpp-template / install-consumer (ubuntu-24.04) (push) Successful in 1m18s
cpp-template / no-network-negative (ubuntu-22.04) (push) Successful in 5m51s
cpp-template / no-network-negative (ubuntu-24.04) (push) Successful in 5m57s
cpp-template / format (ubuntu-20.04) (push) Has been cancelled
cpp-template / build-test (asan, ubuntu-20.04) (push) Has been cancelled
cpp-template / build-test (debug, ubuntu-20.04) (push) Has been cancelled
cpp-template / build-test (fuzz, ubuntu-20.04) (push) Has been cancelled
cpp-template / build-test (release, ubuntu-20.04) (push) Has been cancelled
cpp-template / clang-tidy (ubuntu-20.04) (push) Has been cancelled
cpp-template / install-consumer (ubuntu-20.04) (push) Has been cancelled
cpp-template / no-network-negative (ubuntu-20.04) (push) Has been cancelled

This commit is contained in:
tqcq
2026-05-19 16:13:59 +08:00
parent 3216dd58c6
commit 2fbcd3842d
+3 -2
View File
@@ -10,7 +10,7 @@ This directory contains vendored third-party artifacts for offline-first builds.
│ ├── spdlog-1.15.3.tar.gz
│ ├── fmt-11.0.2.tar.gz
│ ├── nlohmann-json-3.11.3.tar.gz
│ ├── ... (23 total; see table below)
│ ├── ... (24 total; see table below)
│ └── fuzztest-2026-02-19.tar.gz
├── patches/ # Per-dependency patch files
│ └── fuzztest/ # FuzzTest patchset
@@ -58,8 +58,9 @@ and summarized in `docs/template-design.md`.
| hash-library-v8.tar.gz | hash-library | v8 | ddf9d398166e08482af1225aed968ac4c370f99648b5359b0a20c9ed56f7b1c7 |
| CRCpp-1.2.1.0.tar.gz | CRCpp | 1.2.1.0 | e2019ed95300f865fe0c1ea326e5502e1ba538bfbc2e31d175a5ee313b31510d |
| optional-1.1.0.tar.gz | tl::optional | 1.1.0 | 88ece79f3de5ccaec4191951a222f95cc80c4381dafd3163bdb1ff87cedf3118 |
| range-v3-0.12.0.tar.gz | range-v3 | 0.12.0 | 015adb2300a98edfceaf0725beec3337f542af4915cec4d0b89fa0886f4ba9cb |
All 23 v1 dependencies have concrete SHA256 hashes and archived tarballs.
All 24 v1 dependencies have concrete SHA256 hashes and archived tarballs.
Use `python3 scripts/fetch_deps.py --check` to verify local archive integrity.
## Patch Policy