We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faddf82 commit 4530fdfCopy full SHA for 4530fdf
cabal.project
@@ -22,4 +22,9 @@ source-repository-package
22
-- influxdb-1.9.3.2 does not support GHC 9.12.
23
if impl(ghc >=9.12)
24
allow-newer:
25
- , influxdb-1.9.3.2:base
+ , influxdb-1.9.3.2:base
26
+
27
+-- 2025-11-17:
28
+-- disable snappy support in grpc-spec
29
+package grpc-spec
30
+ flags: -snappy
dockerfiles/Dockerfile.eventlog-live-otelcol
@@ -18,6 +18,11 @@ COPY --parents \
18
COPY <<EOF /eventlog-live/cabal.project
19
packages: eventlog-live
20
packages: eventlog-live-otelcol
21
EOF
# Install protoc
0 commit comments