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
The file fetchDependencies.gradle
being part of build process contains references to multiple binary artefacts even for open source dependencies. This invalidates most advantages of building code from source.
Namely it:
includes postgresql binary which should be compiled from source or used provided by operating system.
reference to sourceforge hosted binary Java artefacts which should be compiled from source and hosted on Github
references to FIDB files on ghidra-data repository which says in Readme.md that says 'this repisitory is designed more for human consumption than machine'. Additionally those are fetched build time, ideally those files should be hosted in same repository or handled by git submodule / git lfs to ease offline compilation of Ghidra.
This discussion was converted from issue #6060 on December 28, 2023 16:20.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
The file fetchDependencies.gradle
being part of build process contains references to multiple binary artefacts even for open source dependencies. This invalidates most advantages of building code from source.
Namely it:
git submodule
/git lfs
to ease offline compilation of Ghidra.Beta Was this translation helpful? Give feedback.
All reactions