-
Notifications
You must be signed in to change notification settings - Fork 62
Add more options to df_engine docker build, slim down features for some packages #1540
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 5 commits
8e43370
20d07eb
b57ac8d
217fe54
fc4b967
2875e26
bb931ca
de50e47
c6171b6
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -70,7 +70,7 @@ geneva-uploader = { version = "0.3.0", optional = true } | |
| # Azure Monitor Exporter dependencies | ||
| azure_identity = { workspace = true, optional = true } | ||
| flate2 = { workspace = true, optional = true } | ||
| reqwest = { workspace = true, optional = true } | ||
| reqwest = { workspace = true, optional = true, default-features = false, features = ["rustls-tls"] } | ||
|
||
| azure_core = { workspace = true, optional = true } | ||
|
|
||
| # OpenTelemetry proto with tonic feature enabled | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.