"lib/gitlab/import_export/project_creator.rb" did not exist on "18231b0bb353fffa77b492e4b04fa61c9b3a25bb"
-
Jérome Perrin authored
find . -type f -executable | xargs ldd | egrep '(^\S|not found)' | grep -B1 'not found' reported that this component creates binaries that are missing missing rpath because libzip cannot be found. Also enable shared as it looks shareable.
491e6e28