Re-genning to fix out of sync versions in event_constants.pb.go, and adding more output to the ci-check-repo GH workflow.

This commit is contained in:
Jason Fulghum
2023-03-22 15:16:38 -07:00
parent 7cb6b4f3a9
commit 5cb476089e
2 changed files with 6 additions and 2 deletions
+4
View File
@@ -42,9 +42,11 @@ jobs:
(cd third_party/grpc-go/cmd/protoc-gen-go-grpc && go build -o ._protoc-gen-go-grpc .)
make clean all
changes=$(git status --porcelain)
diff=$(git diff)
if [ ! -z "$changes" ]; then
echo "ERROR: Generated protobuf structs are different from the checked in version."
echo "$changes"
echo "$diff"
exit 1
fi
- name: Check generated flatbuffers
@@ -53,8 +55,10 @@ jobs:
(cd ../../proto/third_party/flatbuffers && bazel build //:flatc)
./generate.sh
changes=$(git status --porcelain)
diff=$(git diff)
if [ ! -z "$changes" ]; then
echo "ERROR: Generated flatbuffer structs are different from the checked in version."
echo "$changes"
echo "$diff"
exit 1
fi
@@ -16,8 +16,8 @@
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.29.0
// protoc v4.22.2
// protoc-gen-go v1.28.1
// protoc v4.22.0
// source: dolt/services/eventsapi/v1alpha1/event_constants.proto
package eventsapi