summaryrefslogtreecommitdiff
path: root/CC/proto/EXPRESSIONS
diff options
context:
space:
mode:
authorOliver Reiche <oliver.reiche@huawei.com>2023-04-04 18:29:06 +0200
committerKlaus Aehlig <klaus.aehlig@huawei.com>2023-04-18 12:44:10 +0200
commit7be3cd35b3695f7f931fdd9e3490d0be517ed0ad (patch)
treee3cf47190e832ccf28f06a81d2f2755b8762a51f /CC/proto/EXPRESSIONS
parent6d2cdd86555b58726b5f2e7385a8e89cfe5bbefc (diff)
downloadrules-cc-7be3cd35b3695f7f931fdd9e3490d0be517ed0ad.tar.gz
rules: Update dependency on protobuf and grpc targets
Diffstat (limited to 'CC/proto/EXPRESSIONS')
-rw-r--r--CC/proto/EXPRESSIONS8
1 files changed, 4 insertions, 4 deletions
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"}