-
Notifications
You must be signed in to change notification settings - Fork 590
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
refactor makefile #2052
refactor makefile #2052
Conversation
1cbd555
to
6036047
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@anmyachev LGTM! could you add a release note pls? thanks!
|
hey @jreback if you have time, could you also take a look into this PR pls? |
|
yes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks pretty good, some comments.
|
@icexelloss if you can try out and see |
|
|
@jreback the PR is ready for review |
6669106
to
f8077e0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
a question.
|
@jreback the PR is ready for review |
| @@ -2,14 +2,61 @@ | |||
|
|
|||
| SHELL := /bin/bash | |||
| MAKEFILE_DIR = $(patsubst %/,%,$(dir $(abspath $(lastword $(MAKEFILE_LIST))))) | |||
|
|
|||
| # from PYTHON_VERSION depends which `./ci/requirements-$PYTHON_VERSION-dev` file | |||
| # will be used for creating ibis image (see for additional info: `./ci/Dockerfile.dev` | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
so these comments are fine, but maybe my question wasn't clear. we use the PYTHON variable inside Dockerfile.dev and NOT PYTHON_VERSION. I think we should simply fix this or is there a reason that is not obvious?
rewrite linux.yml by using 'make' fix make bugs using shell explicit add posibility to run tests for separate services via make tool
c5601ab
to
4c7016b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm. ping on green.
|
thanks @anmyachev |
linux.ymlfor usingmakemake initwith concrete servicemake test BACKENDS=omniscidb