From 7be3cd35b3695f7f931fdd9e3490d0be517ed0ad Mon Sep 17 00:00:00 2001 From: Oliver Reiche Date: Tue, 4 Apr 2023 18:29:06 +0200 Subject: rules: Update dependency on protobuf and grpc targets --- CC/proto/EXPRESSIONS | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'CC/proto/EXPRESSIONS') diff --git a/CC/proto/EXPRESSIONS b/CC/proto/EXPRESSIONS index 1ab17a5..3341637 100644 --- a/CC/proto/EXPRESSIONS +++ b/CC/proto/EXPRESSIONS @@ -23,7 +23,7 @@ , "imports": { "stage": ["", "stage_singleton_field"] , "result": ["./", "..", "lib result"] - , "artifacts": ["./", "../..", "field_artifacts"] + , "runfiles": ["./", "../..", "field_runfiles"] , "artifacts_list": ["./", "../..", "field_artifacts_list"] , "protoc-deps": "protoc-deps" } @@ -62,8 +62,8 @@ , "subdir": "work" , "$1": { "type": "let*" - , "bindings": [["fieldname", "well_known_protos"]] - , "body": {"type": "CALL_EXPRESSION", "name": "artifacts"} + , "bindings": [["fieldname", "proto-deps"]] + , "body": {"type": "CALL_EXPRESSION", "name": "runfiles"} } } ] @@ -299,7 +299,7 @@ } ] , ["cflags", []] - , ["private-cflags", ["-Wno-sign-conversion", "-Wno-unused-function"]] + , ["private-cflags", []] , ["private-ldflags", []] ] , "body": {"type": "CALL_EXPRESSION", "name": "result"} -- cgit v1.2.3