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

Remove "all" target #513

Merged
merged 6 commits into from
Nov 4, 2019
Merged

Remove "all" target #513

merged 6 commits into from
Nov 4, 2019

Conversation

eddyashton
Copy link
Member

Our CI only tests TARGET=sgx and TARGET=virtual, but the default setting was TARGET=all. Rather than trying to maintain 3 targets (with CMake's awkward STREQUAL constraints), this PR drops the all target completely. CMake branches compare directly against the expected target, rather than making assumptions about their inverse.

@eddyashton eddyashton requested a review from a team as a code owner November 4, 2019 15:17
@cimetrics
Copy link

images

@codecov-io
Copy link

codecov-io commented Nov 4, 2019

Codecov Report

Merging #513 into master will decrease coverage by 0.17%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #513      +/-   ##
==========================================
- Coverage   78.24%   78.06%   -0.17%     
==========================================
  Files         140      140              
  Lines       10462    10462              
==========================================
- Hits         8185     8167      -18     
- Misses       2277     2295      +18
Flag Coverage Δ
#e2e_BFT 51.28% <ø> (+0.01%) ⬆️
#e2e_CFT 72.35% <ø> (ø) ⬆️
#unit_BFT 65.09% <ø> (-0.02%) ⬇️
#unit_CFT 72.26% <ø> (ø) ⬆️
Impacted Files Coverage Δ
src/consensus/pbft/libbyz/Certificate.h 46.67% <0%> (-11.33%) ⬇️
src/tls/keypair.h 75.85% <0%> (-0.24%) ⬇️

@cimetrics
Copy link

images

@cimetrics
Copy link

images

@cimetrics
Copy link

images

@achamayou achamayou merged commit 62c6a24 into microsoft:master Nov 4, 2019
eddyashton added a commit to eddyashton/CCF that referenced this pull request Mar 24, 2020
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.

5 participants