ci: add git diff for checking lock file changes#1654
Conversation
|
just to make sure I understand correctly, is the reason for adding this that |
|
Yes, purpose of this changes to validate that dependencies on CI (rust/js) will be same as on developer computer. |
|
is this ready for review? |
|
Yes, it's ready. One thing I do not like that submodules like |
|
Ideally we should use but we could use that for building our code in the CI (if it does what I think it does) |
|
We can pass $ cargo build-bpf -- --locked
BPF SDK: /home/kirill/.local/share/solana/install/releases/1.9.13/solana-release/bin/sdk/bpf
cargo-build-bpf child: rustup toolchain list -v
cargo-build-bpf child: cargo +bpf build --target bpfel-unknown-unknown --release --lockedWhile I think that would be good to add |
|
oh thats right nice! Lets do it then. keeping |
|
Updated. |
Moved from #1653