File tree Expand file tree Collapse file tree 4 files changed +12
-10
lines changed Expand file tree Collapse file tree 4 files changed +12
-10
lines changed Original file line number Diff line number Diff line change 11# Enable Bzlmod for every Bazel command
2- common --enable_bzlmod
2+ common --enable_bzlmod
3+
4+ build --cxxopt=-std=c++17 --host_cxxopt=-std=c++17
5+
6+ test --test_output=errors
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ bazel_dep(
2222)
2323bazel_dep (
2424 name = "protobuf" ,
25- version = "27 .1" ,
25+ version = "33 .1" ,
2626 repo_name = "com_google_protobuf" ,
2727)
2828bazel_dep (
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ go_library(
2121 "prompt.go" ,
2222 "validator.go" ,
2323 ],
24- embedsrcs = ["//cel/ templates" ],
24+ embedsrcs = ["templates/authoring.tmpl " ],
2525 importpath = "github.com/google/cel-go/cel" ,
2626 visibility = ["//visibility:public" ],
2727 deps = [
@@ -96,3 +96,8 @@ go_test(
9696 "@org_golang_google_protobuf//types/known/wrapperspb:go_default_library" ,
9797 ],
9898)
99+
100+ exports_files (
101+ ["templates/authoring.tmpl" ],
102+ visibility = ["//visibility:public" ],
103+ )
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments