-
Notifications
You must be signed in to change notification settings - Fork 3.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: Protobuf docker #11472
fix: Protobuf docker #11472
Conversation
Codecov Report
@@ Coverage Diff @@
## master #11472 +/- ##
==========================================
- Coverage 65.91% 65.85% -0.07%
==========================================
Files 710 675 -35
Lines 72718 69830 -2888
==========================================
- Hits 47934 45988 -1946
+ Misses 21817 21142 -675
+ Partials 2967 2700 -267 |
I think we should have more look into it. I was testing it with locally build docker and it worked perfectly. So not sure why we were reverting this. Moreover this reverted the version update. |
@@ -9,21 +9,18 @@ RUN apk add --no-cache \ | |||
make | |||
|
|||
ENV GOLANG_PROTOBUF_VERSION=1.28.0 \ | |||
GOGO_PROTOBUF_VERSION=1.3.3-alpha.regen.1 \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why changing this version?
# github.com/regen-network/protobuf/protoc-gen-gogofast@v${GOGO_PROTOBUF_VERSION} \ | ||
# github.com/regen-network/protobuf/protoc-gen-gogofaster@v${GOGO_PROTOBUF_VERSION} | ||
|
||
RUN git clone https://github.com/regen-network/protobuf.git; cd protobuf; go mod download; make install |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I prefer to install all proto dependenies in the docker when creating the image.
because it wasn't working, I tested locally and it wasn't generating things correctly. |
Description
Closes: #11469
revert changes
Author Checklist
All items are required. Please add a note to the item if the item is not applicable and
please add links to any relevant follow up issues.
I have...
!
to the type prefix if API or client breaking changeCHANGELOG.md
Reviewers Checklist
All items are required. Please add a note if the item is not applicable and please add
your handle next to the items reviewed if you only reviewed selected items.
I have...
!
in the type prefix if API or client breaking change