mirror of
https://github.com/dolthub/dolt.git
synced 2026-04-22 02:50:04 -05:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user