Skip to content

Console Output

Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
using credential pharo-ci
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/pharo-project/threadedFFI-Plugin.git
 > git init C:\builds\workspace\threadedFFI-plugin_master # timeout=10
Fetching upstream changes from https://github.com/pharo-project/threadedFFI-Plugin.git
 > git --version # timeout=10
 > git --version # 'git version 2.29.2'
using GIT_ASKPASS to set credentials pharo-ci GitHub account
 > git fetch --no-tags --force --progress -- https://github.com/pharo-project/threadedFFI-Plugin.git +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/pharo-project/threadedFFI-Plugin.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
Avoid second fetch
Checking out Revision 82a3581a834a248f11a305affb4de9e839eaa042 (master)
Commit message: "Adding support for variadic functions"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 82a3581a834a248f11a305affb4de9e839eaa042 # timeout=10