Skip to content

Commit

Permalink
Add runner to cargo config for valida
Browse files Browse the repository at this point in the history
  • Loading branch information
lewis1revill committed Dec 10, 2024
1 parent 8f34e88 commit b221ce8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ rustflags = [
target = "valida-unknown-baremetal-gnu"

[target.valida-unknown-baremetal-gnu]
runner = "/valida-toolchain/valida-runner.sh"
linker = "/valida-toolchain/bin/ld.lld"
rustflags = [
"-C", "link-arg=/valida-toolchain/ValidaEntryPoint.o",
Expand Down

0 comments on commit b221ce8

Please sign in to comment.