mirror of
https://github.com/ipfs/kubo.git
synced 2025-09-09 23:42:20 +08:00
Do not install gx unless user asks for it
Build scripts should never touch user's environment. This patch intoduces existance and version check for gx and gx-go Prints nice error message if they are missing or outdated. License: MIT Signed-off-by: Jakub Sztandera <kubuxu@gmail.com>
This commit is contained in:
@ -13,7 +13,9 @@ env:
|
||||
- TEST_NO_FUSE=1 TEST_VERBOSE=1 TEST_SUITE=test_go_expensive
|
||||
- TEST_NO_FUSE=1 TEST_VERBOSE=1 TEST_SUITE=test_sharness_expensive
|
||||
|
||||
install: make install
|
||||
install:
|
||||
- make toolkit_upgrade
|
||||
- make install
|
||||
|
||||
script:
|
||||
- make $TEST_SUITE
|
||||
|
Reference in New Issue
Block a user