Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
alloncm committed Dec 21, 2024
1 parent 1a1cb0e commit aa560a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
default_to_workspace = false

[env]
nightly_version = "nightly-2023-10-05"
nightly_version = "nightly-2023-10-05" # 1.73.0 toolchain nightly version

[tasks.all]
dependencies = ["test", "sdl", "rpios", "rpibm", "libretro"]
Expand Down Expand Up @@ -50,10 +50,10 @@ args = ["build", "--release", "--target", "armv7-unknown-linux-gnueabihf", "--bi

[tasks.pre-rpibm]
command = "rustup"
args = ["toolchain", "install", "${nightly_version}"]
args = ["toolchain", "install", "--profile", "minimal", "${nightly_version}"]

[tasks.rpibm]
toolchain = "${nightly_version}"
# toolchain = "${nightly_version}"
install_crate = "cargo-binutils"
command = "rust-objcopy"
args = ["target/armv7a-none-eabihf/release/baremetal", "-O", "binary", "kernel7.img"]
Expand Down

0 comments on commit aa560a9

Please sign in to comment.