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

fix makefile #433

Merged
merged 1 commit into from
May 22, 2023
Merged

fix makefile #433

merged 1 commit into from
May 22, 2023

Conversation

msherif1234
Copy link
Contributor

No description provided.

@codecov
Copy link

codecov bot commented May 17, 2023

Codecov Report

Merging #433 (813a96c) into main (ca6de5c) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #433   +/-   ##
=======================================
  Coverage   64.74%   64.74%           
=======================================
  Files          94       94           
  Lines        6657     6657           
=======================================
  Hits         4310     4310           
  Misses       2104     2104           
  Partials      243      243           
Flag Coverage Δ
unittests 64.74% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

jpinsonneau
jpinsonneau previously approved these changes May 22, 2023
Copy link
Collaborator

@jpinsonneau jpinsonneau left a comment

Choose a reason for hiding this comment

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

LGTM, thanks @msherif1234

@@ -43,7 +43,7 @@ IMAGE_SHA = $(IMAGE_TAG_BASE):$(BUILD_SHA)

# Image building tool (docker / podman)
OCI_BIN_PATH = $(shell which podman || which docker)
OCI_BIN ?= $(shell v='$(OCI_BIN_PATH)'; echo "$${v##*/}")
OCI_BIN ?= $(shell basename ${OCI_BIN_PATH})
Copy link
Collaborator

Choose a reason for hiding this comment

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

@KalmanMeth @ronensc following our conversation, does that works for you ?

Copy link
Collaborator

Choose a reason for hiding this comment

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

@jpinsonneau Yes, this change allows the build on wsl.

Signed-off-by: Mohamed Mahmoud <mmahmoud@redhat.com>
@openshift-ci
Copy link

openshift-ci bot commented May 22, 2023

New changes are detected. LGTM label has been removed.

@openshift-ci
Copy link

openshift-ci bot commented May 22, 2023

[APPROVALNOTIFIER] This PR is APPROVED

Approval requirements bypassed by manually added approval.

This pull-request has been approved by:

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-merge-robot openshift-merge-robot merged commit 57d8375 into netobserv:main May 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants