fix(tvix/castore-protos-go): fix src
This was unfortunately using ./castore/protos all the time, so not testing castore at all. Update src to make sure it does get built. Change-Id: I563910c259ffca6aee7f964532bd39c4bcf7aed8 Reviewed-on: https://cl.tvl.fyi/c/depot/+/9596 Autosubmit: flokli <flokli@flokli.de> Reviewed-by: Brian McGee <brian@bmcgee.ie> Tested-by: BuildkiteCI
This commit is contained in:
parent
87396d29fd
commit
67ccbf8c94
1 changed files with 2 additions and 2 deletions
|
@ -100,8 +100,8 @@ in
|
|||
# Builds and tests the code in castore/protos.
|
||||
castore-protos-go = pkgs.buildGoModule {
|
||||
name = "castore-golang";
|
||||
src = depot.third_party.gitignoreSource ./store/protos;
|
||||
vendorHash = "sha256-o7moXRxhKxCpsds96sSsHHafKJf2AWhFMu/YdSu+FM4=";
|
||||
src = depot.third_party.gitignoreSource ./castore/protos;
|
||||
vendorHash = "sha256-7xfXBBU3xJz7ifjk7Owm/byTfCQ8oaZtqXzBKhLqo00=";
|
||||
};
|
||||
|
||||
# Builds and tests the code in store/protos.
|
||||
|
|
Loading…
Reference in a new issue