anza-xyz / move

Move compiler targeting llvm supported backends
https://discord.gg/wFgfjG9J
Apache License 2.0
109 stars 34 forks source link

Modify tools path for new releases #407

Closed ksolana closed 8 months ago

ksolana commented 8 months ago

For toolchain release 1.39. After this patch I can run build commands and tests

$ cargo test -p move-mv-llvm-compiler --test ir-tests --test move-ir-tests --test rbpf-tests

$ cargo run -p move-cli --features solana-backend --bin move -- test --solana -p language/move-stdlib

Fixes: #408

ksolana commented 8 months ago

Forgot to export MOVE_NATIVE in my local script and that was causing all the move-stdlib tests to fail. all tests passing locally on my MacPro