Skip to content
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

Test protobuf on Windows #427

Merged
merged 1 commit into from
Jan 2, 2019
Merged

Test protobuf on Windows #427

merged 1 commit into from
Jan 2, 2019

Conversation

meteorcloudy
Copy link
Member

@meteorcloudy meteorcloudy merged commit be44164 into master Jan 2, 2019
meteorcloudy added a commit that referenced this pull request Jan 2, 2019
I recently enabled protobuf test on Windows at #427

But it is failing on CI while succeeded on my local machine: https://buildkite.com/bazel/protobuf/builds/1947#b3bb6708-ef5d-4d36-a5d6-a52e45d78e51

It turned out it's the line endings are automatically transformed to `\r\n` when cloning with Git on Windows (I'm using git in msys on my machine).

Thus, we need to turn off the auto-translation to allow the test to pass.
philwo pushed a commit that referenced this pull request Jan 3, 2019
I recently enabled protobuf test on Windows at #427

But it is failing on CI while succeeded on my local machine: https://buildkite.com/bazel/protobuf/builds/1947#b3bb6708-ef5d-4d36-a5d6-a52e45d78e51

It turned out it's the line endings are automatically transformed to `\r\n` when cloning with Git on Windows (I'm using git in msys on my machine).

Thus, we need to turn off the auto-translation to allow the test to pass.
@philwo philwo deleted the meteorcloudy-patch-2 branch February 28, 2019 11:01
joeleba pushed a commit to joeleba/continuous-integration that referenced this pull request Jun 17, 2019
joeleba pushed a commit to joeleba/continuous-integration that referenced this pull request Jun 17, 2019
…zelbuild#433)

I recently enabled protobuf test on Windows at bazelbuild#427

But it is failing on CI while succeeded on my local machine: https://buildkite.com/bazel/protobuf/builds/1947#b3bb6708-ef5d-4d36-a5d6-a52e45d78e51

It turned out it's the line endings are automatically transformed to `\r\n` when cloning with Git on Windows (I'm using git in msys on my machine).

Thus, we need to turn off the auto-translation to allow the test to pass.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant