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

Cross Build enviroment bug fixes #264

Merged
merged 3 commits into from
Dec 21, 2020
Merged

Conversation

praveengt
Copy link
Contributor

Pull Request template

Please, go through these steps before you submit a PR.

Why is this PR required? What issue does it fix?:
Adding Typecasting as Bsize is different type in different environment

What this PR does?:
Just adds type cast, It is benign

Does this PR require any upgrade changes?:
No

If the changes in this PR are manually verified, list down the scenarios covered::
Yes

Any additional information for your reviewer? :
NA

@codecov-io
Copy link

codecov-io commented Dec 19, 2020

Codecov Report

Merging #264 (50bb4de) into master (2906d39) will not change coverage.
The diff coverage is 0.00%.

Impacted file tree graph

@@          Coverage Diff           @@
##           master    #264   +/-   ##
======================================
  Coverage    1.11%   1.11%           
======================================
  Files          11      11           
  Lines         899     899           
======================================
  Hits           10      10           
  Misses        889     889           
Impacted Files Coverage Δ
pkg/driver/agent.go 0.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2906d39...50bb4de. Read the comment docs.

Signed-off-by: praveengt <praveen.gt@flipkart.com>
Signed-off-by: praveengt <praveen.gt@flipkart.com>
@praveengt praveengt changed the title Adding typecasting to make compilation work under MAC build environment Cross Build enviroment bug fixes Dec 21, 2020
Signed-off-by: praveengt <praveen.gt@flipkart.com>
Copy link
Contributor

@pawanpraka1 pawanpraka1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good. Thanks @praveengt for this PR.

@pawanpraka1 pawanpraka1 added this to the 1.3.0 milestone Dec 21, 2020
@pawanpraka1 pawanpraka1 added the bug Something isn't working. label Dec 21, 2020
@pawanpraka1 pawanpraka1 merged commit 0e30989 into openebs:master Dec 21, 2020
pawanpraka1 pushed a commit that referenced this pull request Dec 21, 2020
- Adding typecasting to make compilation work under MAC build environment

- Using go env variable instead of uname for determining platform

Signed-off-by: praveengt <praveen.gt@flipkart.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants