Remove "prepare" from build dependencies for offline dev
This commit is contained in:
parent
117b799bbe
commit
8c30acfc5b
@ -72,7 +72,7 @@ args = ["-rf", "build/initramfs", "build/initramfs.tar.lzma"]
|
||||
|
||||
[tasks.lib]
|
||||
condition = { files_modified = { input = ["src/lib/**/*.rs"], output = ["${ARTIFACTDIR}/libgila.rlib"] }, fail_message = "(inputs unchanged)" }
|
||||
dependencies = ["prepare"]
|
||||
dependencies = []
|
||||
command = "cargo"
|
||||
args = ["build", "--profile", "${PROFILE}", "--lib"]
|
||||
|
||||
@ -170,4 +170,4 @@ command = "gdb"
|
||||
args = ["${ARTIFACTDIR}/kernel", "--eval-command=target remote localhost:1234"]
|
||||
|
||||
[tasks.debug]
|
||||
run_task = { name = ["debug-run", "debug-view"], fork = true, parallel = true }
|
||||
run_task = { name = ["debug-run", "debug-view"], fork = true, parallel = true }
|
||||
|
Loading…
Reference in New Issue
Block a user