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

cargo build is slow for svls #149

Open
ArcSpecter opened this issue Jun 1, 2022 · 6 comments
Open

cargo build is slow for svls #149

ArcSpecter opened this issue Jun 1, 2022 · 6 comments

Comments

@ArcSpecter
Copy link

its taking long time at step 194/195 to build it, any ideas why or its ok?

@prokie
Copy link

prokie commented Jun 1, 2022

For me it never finished that step, does it for you?

@ArcSpecter
Copy link
Author

takes overly long.... i checked after more than 1 hour.. it wasnt finished

@prokie
Copy link

prokie commented Jun 2, 2022

But it did finish?

@ArcSpecter
Copy link
Author

it finished later on yes....

@dalance
Copy link
Owner

dalance commented Jun 7, 2022

In my environment, cargo build --release takes 3m 27s, and GitHub Actions takes like below:

  • ubuntu: 35m 49s
  • macOS: 43m 41s
  • windows: 2h 44m 15s

So 2 hour may be reasonable.
This is because SystemVerilog parser library which is used in svls is too large.
I want to improve it, but I don't have enough time to do it.

@ArcSpecter
Copy link
Author

cool

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

No branches or pull requests

3 participants