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

chore: bump dockerode/ssh2 to their latest version #629

Merged
merged 1 commit into from
Oct 18, 2022

Conversation

benoitf
Copy link
Collaborator

@benoitf benoitf commented Oct 14, 2022

What does this PR do?

Before we had some issues so we were using an old version of ssh2 but now, this is working

disable also electron builder rebuilding of native modules as it's failing on optional dependency of ssh2 which is cpu-features.

So while it's an optional dependency, developers are seeing a huge compilation error everytime. By disabling the rebuilding, we don't try to compile the optional dependency, then no error is displayed

Screenshot/screencast of this PR

N/A

What issues does this PR fix or reference?

N/A

How to test this PR?

Connection to container engines should work

Change-Id: I6ae3537e8b04211f64461c2e039ec1b81f92ff0d
Signed-off-by: Florent Benoit fbenoit@redhat.com

Before we had some issues so we were using an old version of ssh2
but now, this is working

disable also electron builder rebuilding of native modules
as it's failing on optional dependency of ssh2 which is
cpu-features.

So while it's an optional dependency, developers are seeing a huge
compilation error everytime. By disabling the rebuilding, we
don't try to compile the optional dependency, then no error is
displayed

Change-Id: I6ae3537e8b04211f64461c2e039ec1b81f92ff0d
Signed-off-by: Florent Benoit <fbenoit@redhat.com>
@benoitf benoitf merged commit 846295e into containers:main Oct 18, 2022
@podman-desktop-bot podman-desktop-bot added this to the 0.9.0 milestone Oct 18, 2022
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

4 participants