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
Repositories are cloned in specific commit without extgen.sh often. So it's better to pass REPO_DIR and OUTPUT_DIR environment variable to the extgen.sh script.
REPO_DIR is the repository directory
OUTPUT_DIR is the extgen directory
PROJROOT is the root directory of the project
DB_EXT_DIR is the directory to store external predicate database
genScript should be modified to relative path to project root.
Repositories are cloned in specific commit without extgen.sh often. So it's better to pass
REPO_DIRandOUTPUT_DIRenvironment variable to theextgen.shscript.REPO_DIRis the repository directoryOUTPUT_DIRis the extgen directoryPROJROOTis the root directory of the projectDB_EXT_DIRis the directory to store external predicate databasegenScriptshould be modified to relative path to project root.