feat: update depot to version 0.14.0 and add support for installing test dependencies
This commit is contained in:
@@ -36,3 +36,7 @@ carch = "x86_64"
|
||||
# Target triples (optional)
|
||||
#chost = "x86_64-pc-linux-gnu"
|
||||
#cbuild = "x86_64-pc-linux-gnu"
|
||||
|
||||
[install]
|
||||
# Install test dependencies along with build/runtime dependencies.
|
||||
test_deps = false
|
||||
|
||||
@@ -9,6 +9,9 @@ cflags = ["-O2"]
|
||||
cflags += ["-g"]
|
||||
carch = "x86_64"
|
||||
|
||||
[install]
|
||||
test_deps = false
|
||||
|
||||
# Optional install directory overrides for supported builders
|
||||
#bindir = "/usr/local/bin"
|
||||
#sbindir = "/usr/local/sbin"
|
||||
|
||||
Reference in New Issue
Block a user