fix: 🐛 Disable some make tasks

Allows running gdb and hopper tasks.
Enable QEMU task.
This commit is contained in:
Berkus Decker 2023-07-10 02:52:18 +03:00 committed by Berkus Decker
parent 45e18de842
commit 5356de7cbb
3 changed files with 9 additions and 0 deletions

View File

@ -114,6 +114,9 @@ script = [
"echo \n\n"
]
[tasks.qemu]
disabled = true
[tasks.expand]
env = { "TARGET_FEATURES" = "" }
command = "cargo"

View File

@ -1,3 +1,8 @@
[tasks.qemu-gdb]
disabled = true
[tasks.gdb]
disabled = true
[tasks.hopper]
disabled = true

View File

@ -10,6 +10,7 @@ run_task = "custom-binary"
[tasks.qemu]
env = { "QEMU_RUNNER_OPTS" = "${QEMU_SERIAL_OPTS}", "TARGET_DTB" = "${CARGO_MAKE_WORKSPACE_WORKING_DIRECTORY}/targets/bcm2710-rpi-3-b-plus.dtb" }
extend = "qemu-runner"
disabled = false
[tasks.qemu-cb]
disabled = true