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
When building with make all I get an issue with deps
$: make all
Check deps
Installed github.com/go-swagger/go-swagger/cmd/[email protected] to /home/musher/gocode/bin/swagger
Installed github.com/codeskyblue/[email protected] to /home/musher/gocode/bin/fswatch
Installed github.com/golangci/golangci-lint/cmd/[email protected] to /home/musher/gocode/bin/golangci-lint
Sqlite3
/bin/sh: 1: sqlite3: not found
Makefile:43: recipe for target 'deps' failed
make: *** [deps] Error 127
Removing the SQLite command fixes the issue, it builds fine and doesn't appear to have any issues. Is this line necessary for something else I'm unaware of? If not, does it make sense to remove it?
I'm building on ubuntu 18.04, for the record
Possible Solution
Remove the line from the Makefile
Steps to Reproduce (for bugs)
Context
Your Environment
Version used (flagr version):
Server type and version:
Operating System and version (uname -a):
Link to your project:
The text was updated successfully, but these errors were encountered:
Current Behavior
When building with
make all
I get an issue withdeps
Removing the SQLite command fixes the issue, it builds fine and doesn't appear to have any issues. Is this line necessary for something else I'm unaware of? If not, does it make sense to remove it?
I'm building on ubuntu 18.04, for the record
Possible Solution
Remove the line from the Makefile
Steps to Reproduce (for bugs)
Context
Your Environment
flagr version
):uname -a
):The text was updated successfully, but these errors were encountered: