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

Remove test vectors submodule #344

Open
Stebalien opened this issue Feb 25, 2022 · 0 comments
Open

Remove test vectors submodule #344

Stebalien opened this issue Feb 25, 2022 · 0 comments
Assignees
Labels
P3 P3: Might get resolved

Comments

@Stebalien
Copy link
Member

When cargo fetches a dependency with git:

  1. It'll fetch all submodules.
  2. It won't cache them.

This means we'll re-download the test vectors every time.

Unfortunately, I really don't know the right solution here. Cloning the test vectors on-demand would work, but that's still kind of annoying.

See rust-lang/cargo#4247

@jennijuju jennijuju added the P3 P3: Might get resolved label Mar 7, 2022
@Stebalien Stebalien self-assigned this Apr 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P3 P3: Might get resolved
Projects
None yet
Development

No branches or pull requests

2 participants