Skip to content

Commit 4530fdf

Browse files
Wen Kokkewenkokke
authored andcommitted
fix(eventlog-live): disable snappy
1 parent faddf82 commit 4530fdf

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

cabal.project

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,9 @@ source-repository-package
2222
-- influxdb-1.9.3.2 does not support GHC 9.12.
2323
if impl(ghc >=9.12)
2424
allow-newer:
25-
, influxdb-1.9.3.2:base
25+
, 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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ COPY --parents \
1818
COPY <<EOF /eventlog-live/cabal.project
1919
packages: eventlog-live
2020
packages: eventlog-live-otelcol
21+
22+
-- 2025-11-17:
23+
-- disable snappy support in grpc-spec
24+
package grpc-spec
25+
flags: -snappy
2126
EOF
2227

2328
# Install protoc

0 commit comments

Comments
 (0)