Unverified Commit 9590dd2c authored by Feng Xiao's avatar Feng Xiao Committed by GitHub

Merge pull request #5050 from lucidsoftware/lucid

Change deprecated Bazel single file attr param
parents ab09b2a2 d5f0dac4
...@@ -178,7 +178,7 @@ proto_gen = rule( ...@@ -178,7 +178,7 @@ proto_gen = rule(
"protoc": attr.label( "protoc": attr.label(
cfg = "host", cfg = "host",
executable = True, executable = True,
single_file = True, allow_single_file = True,
mandatory = True, mandatory = True,
), ),
"plugin": attr.label( "plugin": attr.label(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment