Update cpp-jsonnet reference to match git submodule version

Unlike naive `go build`, bazel builds generate `astgen/stdast.go` on
the fly from cpp_jsonnet's stdlib.  Cool.

Previously however, the cpp_jsonnet versions in git submodule (used by
naive `go build`) and bazel `http_archive` declarations were not in
sync.  Not so cool.

This meant `bazel test //:go_default_test` failed on
`TestEval/testdata/stdlib_smoke_test`, since the stale bazel
cpp_jsonnet version lacked `std.get`.

This PR updates cpp-jsonnet to match git submodule version.
This commit is contained in:
Angus Lees 2022-10-26 16:00:20 +11:00 committed by Dave Cunningham
parent 69137c91b6
commit eaf78af502

View File

@ -4,8 +4,8 @@ load(
) )
# NB: update_cpp_jsonnet.sh looks for these. # NB: update_cpp_jsonnet.sh looks for these.
CPP_JSONNET_SHA256 = "82d3cd35de8ef230d094b60a30e7659f415c350b0aa2bd62162cf2afdf163959" CPP_JSONNET_SHA256 = "867fe09842e9868c95d57c19648674241a83c581a780ab4f4a5a37ac2afb06be"
CPP_JSONNET_GITHASH = "90cad75dcc2eafdcf059c901169d36539dc8a699" CPP_JSONNET_GITHASH = "34419d2483927ceb17cd506cad77c3c2a96e7b8c"
def jsonnet_go_repositories(): def jsonnet_go_repositories():
http_archive( http_archive(