File tree Expand file tree Collapse file tree 3 files changed +28
-1
lines changed Expand file tree Collapse file tree 3 files changed +28
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Placeholder file for Prow
2
2
3
+ common:ci --noshow_progress
4
+ common:ci --noshow_loading_progress
5
+ common:ci --test_output=errors
6
+
3
7
# Required by envoy and its tests
4
8
build --define=grpc_no_ares=true
5
9
build --cxxopt=-std=c++17 --host_cxxopt=-std=c++17
Original file line number Diff line number Diff line change
1
+ name : Build
2
+
3
+ permissions :
4
+ contents : read
5
+
6
+ on :
7
+ pull_request :
8
+ push :
9
+ branches :
10
+ - main
11
+
12
+ concurrency :
13
+ group : >-
14
+ ${{ github.event.inputs.head_ref || github.run_id }}
15
+
16
+
17
+ jobs :
18
+ envoy :
19
+ runs-on : ubuntu-24.04
20
+ steps :
21
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
22
+ - run : |
23
+ bazel build --config=ci //:all_libs
Original file line number Diff line number Diff line change @@ -21,6 +21,6 @@ cc_library(
21
21
"//proto_processing_lib:factory_helper" ,
22
22
"//proto_processing_lib:interface_util" ,
23
23
"//proto_processing_lib/proto_scrubber" ,
24
- "//proto_processing_lib/proto_scrubber:cloud_audit_log_field_checker " ,
24
+ "//proto_processing_lib/proto_scrubber:field_mask_path_checker " ,
25
25
],
26
26
)
You can’t perform that action at this time.
0 commit comments