Closed shalk closed 3 months ago
I'm able to reproduce it as well
The problem seems to be in this target:
.PHONY: gen-traceql
gen-traceql: ## Generate traceql
docker run --rm -v${PWD}:/src/loki ${LOKI_BUILD_IMAGE} gen-traceql-local
I think this target makes no sense at all. It should be removed and replaced it by gen-traceql-local
Describe the bug
I read the Contributing.md, run
make vendor-check
. When the code rungen-traceql-local
, some error happen as followThe error info looks like https://github.com/golang/go/issues/61888, but i do't know if this is relate to
grafana/loki-build-image:0.21.0
i also find the ci step is failed , but the ci step is passed .
see ci log https://github.com/grafana/tempo/actions/runs/10085732303/job/27887063416#step:5:804
To Reproduce Steps to reproduce the behavior:
Expected behavior compile success
Environment:
Additional Context