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
Describe the bug
Building from 2.6.0 release archive still checks for git.
Expected behavior
With the new release, dependencies which were previously downloaded from git are now bundled. With that the build should work on a system with no git installed.
Actual behavior
Running the koga initialisation script from an unpacked Clasp 2.6.0 archive stops with an error message when there is no git program installed on the system.
...
Found https://github.com/seqan/seqan.git clone in extensions/seqan-clasp/seqan/, assuming everything is okay.
Configuring the build
Configuring git
Unable to find git program.
The text was updated successfully, but these errors were encountered:
Describe the bug
Building from 2.6.0 release archive still checks for git.
Expected behavior
With the new release, dependencies which were previously downloaded from git are now bundled. With that the build should work on a system with no git installed.
Actual behavior
Running the koga initialisation script from an unpacked Clasp 2.6.0 archive stops with an error message when there is no git program installed on the system.
Steps to reproduce
wget https://github.com/clasp-developers/clasp/releases/download/2.6.0/clasp-2.6.0.tar.gz
tar xf clasp-2.6.0.tar.gz && cd clasp-2.6.0
PATH='' $(which sbcl) --script ./koga --skip-sync
The text was updated successfully, but these errors were encountered: