• Eric Chiang's avatar
    *: use go install instead of go build in build script · 07236da1
    Eric Chiang authored
    go-sqlite3 takes a long time to compile, so it's very important
    to cache a build rather than re-compile every time.
    
    Use go install instead of go build in the build script to cache
    all packages. Print a warning in the test script if cached packages
    are not found.
    07236da1
test 1.38 KB