-
Notifications
You must be signed in to change notification settings - Fork 465
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: fix jemalloc dependencies #27074
cargo: fix jemalloc dependencies #27074
Conversation
@benesch, is this still up to date with recent changes regarding jemalloc?
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need to go the other way with this! As described here, those dependencies are not unused but load bearing for selecting the correct memory allocator by default: #27067
I'll push up a revision to this PR that marks them as ignored in the unused dependency list.
14c1aaf
to
683e34f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM after the most recent changes!
95db186
to
7e2ebbe
Compare
ci/test/lint-deps.sh
Outdated
| tail -r \ | ||
| awk -F: 'BEGIN {f=-1} /^([0-9]+):'"$crate"'/{print;f=$0-1} f==$1{print;f=f-1}' \ | ||
| tac) | ||
| tail -r) | ||
# Only print crate and dependency chain if there is a dependency. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is tail -r
really a thing?
tail -r
tail: invalid option -- 'r'
Try 'tail --help' for more information.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probably only on macOS? 🤔
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sigh. Shell scripts. Fixed.
7e2ebbe
to
1abcac2
Compare
This fixes https://buildkite.com/materialize/nightly/builds/7762#018f744c-16d6-4bde-bbb1-d9e8ffcf2e06.