Skip to content

Commit 3b8cb13

Browse files
committed
Fix some stray deltas with upstream
1 parent 2743e73 commit 3b8cb13

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ support/golbls_1_24.test: ./interpreter/golabels/test/main.go
141141
support/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 \

tracer/tracer_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// Copyright The OpenTelemetry Authors
22
// SPDX-License-Identifier: Apache-2.0
33

4+
// Package tracer contains functionality for populating tracers.
45
package tracer // import "go.opentelemetry.io/ebpf-profiler/tracer"
56

67
import (

0 commit comments

Comments
 (0)