-
Notifications
You must be signed in to change notification settings - Fork 80
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
Extract deephaven/runtime-base #1557
Conversation
rm -rf /var/lib/apt/lists/*; \ | ||
python3 -m pip install -q --no-cache-dir --upgrade pip; \ | ||
python3 -m pip install -q --no-cache-dir --upgrade setuptools; \ | ||
python3 -m pip install -q --no-cache-dir --upgrade wheel |
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.
where possible, version these pip/apt-get packages in this file
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.
I've got a new structure for requirements.txt, let me know what you think.
evaluationDependsOn ':docker-java-and-python' | ||
evaluationDependsOn ':deephaven-jpy' | ||
evaluationDependsOn ':deephaven-wheel' | ||
evaluationDependsOn ':deephaven2-wheel' |
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.
eesh i wish we had dependencies instead of this stringy goo you hope you never forget...
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.
I think the good news is that the gradle build will just fail to work if an evaluationDependsOn is missing. That said, it's not necessarily consistently failing - but hopefully it's obvious enough to us doing "things" in gradle how to fix it.
…r updating the requirements.txt
d67c328
to
1284416
Compare
No description provided.