File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ support/golbls_1_24.test: ./interpreter/golabels/test/main.go
141141support/golbls_cgo.test : ./interpreter/golabels/test/main-cgo.go
142142 CGO_ENABLED=1 GOTOOLCHAIN=go1.24.1 go build -ldflags ' -extldflags "-static"' -tags $(GO_TAGS ) ,usecgo -o $@ $<
143143
144- integration-test-binaries : generate ebpf support/golbls_1_23.test support/golbls_1_24.test support/golbls_cgo.test
144+ integration-test-binaries : generate ebpf rust-components support/golbls_1_23.test support/golbls_1_24.test support/golbls_cgo.test
145145 $(foreach test_name, $(TEST_INTEGRATION_BINARY_DIRS ) , \
146146 (go test -ldflags=' -extldflags=-static' -trimpath -c \
147147 -tags $(GO_TAGS ) ,static_build,integration \
Original file line number Diff line number Diff line change 11// Copyright The OpenTelemetry Authors
22// SPDX-License-Identifier: Apache-2.0
33
4+ // Package tracer contains functionality for populating tracers.
45package tracer // import "go.opentelemetry.io/ebpf-profiler/tracer"
56
67import (
You can’t perform that action at this time.
0 commit comments