-
Notifications
You must be signed in to change notification settings - Fork 431
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
"Downloaded xxx" and "Compiling xxx" log spam #2822
Comments
Where do you see this? Can you post some logs? |
What version of |
Currently on |
I just observed this in https://github.com/lalten/appimage-runtime-rs/actions/runs/10760111232/job/29837618758. |
Is bzlmod not using the release artifacts? On |
It looks like the issue was indeed that the bazel_dep() pointed at specific commits rather than releases! |
I'm getting over 400 lines of "Downloaded xxx" and "Compiling xxx" before "Finished
release
profile [optimized] target(s) in 51.94s". Is there a way to reduce that log spam?I know Cargo has a --quiet option but it's not immediately obvious to me where in rules_rust that would have to be added. Any pointers?
The text was updated successfully, but these errors were encountered: