-
-
Notifications
You must be signed in to change notification settings - Fork 5
feat(cogs): ChangeStream trait, preparation for backend instrumentation #590
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,7 +4,7 @@ FROM rust:slim-bookworm | |
| RUN dpkg --add-architecture amd64 \ | ||
| && apt-get update -qq \ | ||
| && apt-get upgrade -y \ | ||
| && apt-get install -y --no-install-recommends make protobuf-compiler libprotobuf-dev pkg-config git libssl-dev:amd64 gcc-x86-64-linux-gnu g++-x86-64-linux-gnu \ | ||
| && apt-get install -y --no-install-recommends make protobuf-compiler libprotobuf-dev pkg-config git libssl-dev:amd64 libcurl4-openssl-dev:amd64 gcc-x86-64-linux-gnu g++-x86-64-linux-gnu \ | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Unnecessary Kafka build dependenciesLow Severity
Additional Locations (2)Reviewed by Cursor Bugbot for commit a2576e8. Configure here. |
||
| && rm -rf /var/lib/apt/lists/* | ||
|
|
||
| RUN rustup target add x86_64-unknown-linux-gnu | ||
|
|
||


Uh oh!
There was an error while loading. Please reload this page.