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

Put implementation for platform-specific APIs into a common env.cc. #344

Merged
merged 1 commit into from
Jun 28, 2021

Conversation

sighingnow
Copy link
Member

What do these changes do?

The pull request #322 use some platform-specific macros which broke the docker image build process. This pull request fixes that, and overhaul those platform-related stuffs.

Related issue number

None

Signed-off-by: Tao He <linzhu.ht@alibaba-inc.com>
@codecov
Copy link

codecov bot commented Jun 28, 2021

Codecov Report

Merging #344 (e3c21b5) into main (ebad256) will decrease coverage by 0.33%.
The diff coverage is 3.57%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #344      +/-   ##
==========================================
- Coverage   74.38%   74.04%   -0.34%     
==========================================
  Files          62       63       +1     
  Lines        5258     5278      +20     
==========================================
- Hits         3911     3908       -3     
- Misses       1347     1370      +23     
Impacted Files Coverage Δ
src/common/util/env.cc 0.00% <0.00%> (ø)
src/common/util/env.h 76.92% <ø> (ø)
src/server/memory/allocator.cc 87.50% <33.33%> (+1.29%) ⬆️
src/server/services/meta_service.h 78.83% <0.00%> (+0.27%) ⬆️

@sighingnow sighingnow merged commit d420518 into v6d-io:main Jun 28, 2021
@sighingnow sighingnow deleted the ht/env-rss branch June 28, 2021 11:03
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.

None yet

1 participant