You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: update package name from aptos to movement in build scripts
- Change cargo build from -p aptos to -p movement
- Update BINS array to use movement instead of aptos
- Update tools.Dockerfile to copy movement binary as /usr/local/bin/movement
- This fixes the 'package aptos did not match any packages' error
# After building, copy the binaries we need to `dist` since the `target` directory is used as docker cache mount and only available during the RUN step
0 commit comments