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

Fixes issue where DS/CA do not build if US_BUILD_TESTING isn't ON #661

Merged
merged 1 commit into from
Apr 25, 2022

Conversation

achristoforides
Copy link
Member

  • Always cache the value of BUILD_SHARED_LIBS in _us_build_shared
    rather than only when US_BUILD_TESTING is ON

Fixes #660

Signed-off-by: The MathWorks, Inc. alchrist@mathworks.com

- Always cache the value of BUILD_SHARED_LIBS in _us_build_shared
  rather than only when US_BUILD_TESTING is ON

Signed-off-by: The MathWorks, Inc. <alchrist@mathworks.com>
@codecov-commenter
Copy link

codecov-commenter commented Apr 25, 2022

Codecov Report

Merging #661 (0b11df1) into development (a240213) will decrease coverage by 0.10%.
The diff coverage is n/a.

Impacted file tree graph

@@               Coverage Diff               @@
##           development     #661      +/-   ##
===============================================
- Coverage        90.48%   90.38%   -0.11%     
===============================================
  Files              249      234      -15     
  Lines            13467    13223     -244     
===============================================
- Hits             12186    11951     -235     
+ Misses            1281     1272       -9     
Impacted Files Coverage Δ
compendium/LogService/src/LogService.cpp 0.00% <0.00%> (-100.00%) ⬇️
...ativeServices/src/manager/ReferenceManagerImpl.hpp 94.44% <0.00%> (-5.56%) ⬇️
...anager/BundleOrPrototypeComponentConfiguration.cpp 80.14% <0.00%> (-2.14%) ⬇️
...arativeServices/src/metadata/ReferenceMetadata.cpp 88.57% <0.00%> (-2.13%) ⬇️
framework/src/service/ServiceRegistry.cpp 91.19% <0.00%> (-2.08%) ⬇️
...src/manager/states/CCUnsatisfiedReferenceState.hpp 92.30% <0.00%> (-1.45%) ⬇️
...es/src/manager/SingletonComponentConfiguration.cpp 90.83% <0.00%> (-1.42%) ⬇️
compendium/tools/SCRCodeGen/Util.hpp 85.00% <0.00%> (-1.41%) ⬇️
framework/src/service/ServiceReferenceBase.cpp 96.02% <0.00%> (-1.33%) ⬇️
...ervices/src/manager/ComponentConfigurationImpl.cpp 96.15% <0.00%> (-1.20%) ⬇️
... and 67 more

@achristoforides achristoforides merged commit 7364c9a into development Apr 25, 2022
@achristoforides achristoforides deleted the 660-fix branch April 25, 2022 22:33
insi-eb pushed a commit to insi-eb/CppMicroServices-cpp14 that referenced this pull request Oct 5, 2022
…pMicroServices#661)

- Always cache the value of BUILD_SHARED_LIBS in _us_build_shared
  rather than only when US_BUILD_TESTING is ON

Signed-off-by: The MathWorks, Inc. <alchrist@mathworks.com>
jeffdiclemente pushed a commit that referenced this pull request Oct 5, 2022
…) (#735)

- Always cache the value of BUILD_SHARED_LIBS in _us_build_shared
  rather than only when US_BUILD_TESTING is ON

Signed-off-by: The MathWorks, Inc. <alchrist@mathworks.com>

Signed-off-by: The MathWorks, Inc. <alchrist@mathworks.com>
Co-authored-by: Alexander Christoforides <38366659+achristoforides@users.noreply.github.com>
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.

DS and CA are not built if "US_BUILD_TESTING=ON" is not specified
4 participants