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

Feature/508 remove deployment admin bundle #664

Merged
merged 7 commits into from
Oct 7, 2023

Conversation

pnoltes
Copy link
Contributor

@pnoltes pnoltes commented Oct 1, 2023

This PR removes the deployment admin bundle. This is task in #509.

@codecov-commenter
Copy link

codecov-commenter commented Oct 1, 2023

Codecov Report

Merging #664 (d47903d) into master (fedbff5) will decrease coverage by 0.02%.
The diff coverage is n/a.

❗ Current head d47903d differs from pull request most recent head 30efe89. Consider uploading reports for the commit 30efe89 to get more accurate results

@@            Coverage Diff             @@
##           master     #664      +/-   ##
==========================================
- Coverage   81.61%   81.60%   -0.02%     
==========================================
  Files         260      260              
  Lines       34677    34677              
==========================================
- Hits        28303    28298       -5     
- Misses       6374     6379       +5     

see 4 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@pnoltes pnoltes linked an issue Oct 1, 2023 that may be closed by this pull request
42 tasks
@pnoltes
Copy link
Contributor Author

pnoltes commented Oct 1, 2023

Note I made a typo with the feature issue nr. So feature/508-remove-deployment-admin-bundle should be feature/509-remove-deployment-admin-bundle

Copy link
Contributor

@PengZheng PengZheng left a comment

Choose a reason for hiding this comment

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

LGTM

Note that CMakeLists.txt also needs to be updated.

Copy link
Contributor

@PengZheng PengZheng left a comment

Choose a reason for hiding this comment

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

We don't use zlib directly, thus should not specify it as direct dependency.

conanfile.py Outdated
or self.options.build_rsa_discovery_common or self.options.build_rsa_remote_service_admin_dfi
or self.options.build_launcher):
self.requires("libcurl/[>=7.64.1 <8.0.0]")
if self.options.build_deployment_admin:
self.requires("zlib/[>=1.2.8 <2.0.0]")
self.requires("zlib/[>=1.2.13 <2.0.0]") #Direct dep on zlib is needed to resolve a conflict with libcurl and libzip
Copy link
Contributor

@PengZheng PengZheng Oct 5, 2023

Choose a reason for hiding this comment

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

In Conan 2.0, require-override should be done as the following:

self.requires("openssl/1.1.1t", override=True)

Note that the above does not make openssl a requirement, just override upstream requirements.
This is explained here: https://docs.conan.io/2/tutorial/versioning/conflicts.html#resolving-conflicts

Copy link
Contributor

@PengZheng PengZheng left a comment

Choose a reason for hiding this comment

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

LGTM

@pnoltes pnoltes merged commit 60a9180 into master Oct 7, 2023
28 checks passed
@pnoltes pnoltes deleted the feature/508-remove-deployment-admin-bundle branch October 7, 2023 11:26
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.

Prepare Celix 3.0.0 release
3 participants