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

Refactoring check for docker to fix a bug to use Makefile inside docker #1735

Merged
merged 2 commits into from Jul 6, 2023

Conversation

ia
Copy link
Collaborator

@ia ia commented Jul 6, 2023

  • Please check if the PR fulfills these requirements
  • The changes have been tested locally
  • There are no breaking changes
  • What kind of change does this PR introduce?
    Fixing bug in top-level Makefile.

  • What is the current behavior?
    If a user use top-level Makefile inside docker container, then check for docker tools fails on any target so Makefile is useless inside docker. :(

  • What is the new behavior (if this is a feature change)?
    Implement a bit of hacky check so detection for availability of docker tools is taking place only for docker-related targets now.

  • Other information:
    Just like I said - ready to maintain & to fix any possible issues with refactored script files. 😳

@Ralim Ralim merged commit 7b57cc9 into Ralim:dev Jul 6, 2023
13 checks passed
@ia ia deleted the make-docker-check branch July 11, 2023 17:37
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

2 participants