You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 21, 2023. It is now read-only.
For the programs specified for PORT_GIT_DEPS, e.g make, git, they are already pre-installed somewhere on the machine I'm using, but I have to manually create empty .env files under ${HOME}/zot/prod/${dep}/.env in order for the build.sh script to keep going and not report error during checkDeps() step. This gives a bit inconvenience and confusion.
The text was updated successfully, but these errors were encountered:
For git in particular, we do need a particular level of git to operate. So if we do this, we should also add a check of the git version to make sure it is 'new' enough.
I did add 'git' and 'xlclang' version checks to the code. @fanbo-meng I am thinking once we get 'git' built from open source this problem will 'solve itself' since it will then have a .env file?
yeah I guess if we always build PORT_GIT_DEPS programs like git from open source and use it in building the actual program then .env would always be there.
For the programs specified for
PORT_GIT_DEPS
, e.g make, git, they are already pre-installed somewhere on the machine I'm using, but I have to manually create empty.env
files under${HOME}/zot/prod/${dep}/.env
in order for the build.sh script to keep going and not report error duringcheckDeps()
step. This gives a bit inconvenience and confusion.The text was updated successfully, but these errors were encountered: