Commit Graph

4 Commits

Author SHA1 Message Date
John Bartholomew
0558e35e56 chore: teach update_cpp_jsonnet.sh to pull a named release version 2025-02-22 22:07:32 +00:00
John Bartholomew
e1304d1698 update cppjsonnet and depend on a specific commit of jsonnet
This changes the bazel module dependencies so that the C++ jsonnet
repo dependency (which is actually used as the source for the
standard library and nothing else in the Bazel build) comes from
a specific commit of the jsonnet repo, rather than depending on
the 'published' jsonnet 0.20.0.

The two repos are tightly coupled anyway so I think this more
accurately reflects the situation. Particularly since the C++ repo
is also linked (at a specific commit) as a git submodule, which
is used for non-Bazel build and testing.
2025-01-20 21:45:24 +00:00
Angus Lees
69137c91b6 Update bazel cpp_jsonnet reference from update_cpp_jsonnet.sh
Teach `update_cpp_jsonnet.sh` to update the cpp_jsonnet reference in
`bazel/repositories.bzl` too.
2022-10-26 11:26:50 +01:00
Stanisław Barzowski
e120148a45 Add a short script for updating cpp-jsonnet. 2020-11-21 15:26:25 +01:00