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

Build scaphandre without warp10 and containers features #211

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

kraktus
Copy link

@kraktus kraktus commented Sep 3, 2022

While troubleshooting a build failure on ubuntu 22.04 due to conflicting openssl versions, I noticed that despite the dependencies being optional and put under a feature flag, scaphandre would not compile without them.

This PR aims to fix that. I tested it with and without features using the stdout exporter

@ghost
Copy link

ghost commented Sep 3, 2022

👇 Click on the image for a new way to code review
  • Make big changes easier — review code in small groups of related files

  • Know where to start — see the whole change at a glance

  • Take a code tour — explore the change with an interactive tour

  • Make comments and review — all fully sync’ed with github

    Try it now!

Review these changes using an interactive CodeSee Map

Legend

CodeSee Map Legend

}

#[cfg(feature = "containers")]
struct ContainerData {
Copy link
Author

Choose a reason for hiding this comment

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

There is probably a better name to be found

@bpetit bpetit added this to Triage in General Sep 11, 2022
@bpetit bpetit moved this from Triage to To do in General Feb 6, 2023
@bpetit bpetit moved this from To do to In progress in General Apr 21, 2023
@bpetit bpetit added this to the Release v1.1.0 milestone Jul 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
General
In progress
Development

Successfully merging this pull request may close these issues.

None yet

2 participants