Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[framework] use local dep for Move stdlib #115

Merged
merged 1 commit into from
Jan 2, 2022

Conversation

sblackshear
Copy link
Collaborator

This will improve CI performance, as well as local build performance after a Diem version upgrade.

  • Copy the latest Move stdlib package over from diem
  • Use a local dep on this package rather than a git dep. This will allow CI to build the FastX frmework without downloading the entire diem repo.

This will improve CI performance, as well as local build performance after a Diem version upgrade.

- Copy the latest Move stdlib package over from diem
- Use a local dep on this package rather than a git dep. This will allow CI to build the FastX frmework without downloading the entire diem repo.
Copy link
Contributor

@lxfind lxfind left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cool. Thanks!

@sblackshear sblackshear merged commit d15cdd2 into MystenLabs:main Jan 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants