On Wed, Sep 24, 2014 at 1:21 AM, Nicolai Hess <nicolaihess@web.de> wrote:
> How it comes, this one does not have the libgit2 and libssh2 as dependencies
> entries in the CMakeLists.txt file?
the job that creates this file execute a different VM Maker recipe:
�� CogNativeBoostPlugin setTargetPlatform: #Linux32PlatformId.
�� PharoUnixConfig new
�� �� addExternalPlugins: #( FT2Plugin SqueakSSLPlugin );
�� �� addInternalPlugins: #( UnixOSProcessPlugin );
�� �� generateSources;
�� �� generate.
Check the following for the full script:
https://github.com/pharo-project/pharo-ci/blob/master/ci-jobs/pharo/Pharo-vm-unix-sources/build.sh
--
Damien Cassou
http://damiencassou.seasidehosting.st
"Success is the ability to go from one failure to another without
losing enthusiasm."
Winston Churchill