Skip to content

Commit

Permalink
add legacy build tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
RomainMuller committed Oct 16, 2023
1 parent 460eea2 commit 31a466b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lambda/wrapper.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
// Specify the noexecwrapper build tag to remove the wrapper tampoline from
// this library if it is undesirable.
//go:build unix && !noexecwrapper
// +build unix,!noexecwrapper

package lambda

Expand Down
1 change: 1 addition & 0 deletions lambda/wrapper_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
// Copyright 2016-present Datadog, Inc.

//go:build unix && !noexecwrapper
// +build unix,!noexecwrapper

package lambda

Expand Down

0 comments on commit 31a466b

Please sign in to comment.