You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clickhouse fails to compile cross-platform for ppc64le or win386.
cd ./cmd/otelcontribcol && GO111MODULE=on CGO_ENABLED=0 go build -trimpath -o ../../bin/otelcontribcol_linux_ppc64le \
-ldflags "-X github.com/open-telemetry/opentelemetry-collector-contrib/internal/otelcontribcore/internal/version.Version=9d0020e" -tags "" .
# github.com/ClickHouse/clickhouse-go/v2/lib/column
Error: /home/runner/go/pkg/mod/github.com/!click!house/clickhouse-go/v2@v2.6.2/lib/column/fixed_string.go:100:40: too many arguments in call to binary.Str2Bytes
have (string, int)
want (string)
Error: /home/runner/go/pkg/mod/github.com/!click!house/clickhouse-go/v2@v2.6.2/lib/column/fixed_string.go:116:42: too many arguments in call to binary.Str2Bytes
have (string, int)
want (string)
Error: /home/runner/go/pkg/mod/github.com/!click!house/clickhouse-go/v2@v2.6.2/lib/column/fixed_string.go:142:31: too many arguments in call to binary.Str2Bytes
have (string, int)
want (string)
Error: /home/runner/go/pkg/mod/github.com/!click!house/clickhouse-go/v2@v2.6.2/lib/column/fixed_string.go:147:33: too many arguments in call to binary.Str2Bytes
have (string, int)
want (string)
Error: /home/runner/go/pkg/mod/github.com/!click!house/clickhouse-go/v2@v2.6.2/lib/column/string.go:74:50: too many arguments in call to binary.Str2Bytes
have (string, int)
want (string)
make: *** [Makefile:259: otelcontribcol] Error 2
Error: Process completed with exit code 2.
The text was updated successfully, but these errors were encountered:
See open-telemetry/opentelemetry-collector-contrib#18863 for original report.
Clickhouse fails to compile cross-platform for ppc64le or win386.
The text was updated successfully, but these errors were encountered: