Skip to content

Commit e0ab0f3

Browse files
committed
Attempt to codesign binary for macos
1 parent 3f6d1d5 commit e0ab0f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.semaphore/semaphore_integration_commands.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ for dir in kafka examples ; do (cd $dir && go install $GO_TAGS ./...) ; done
55
if [[ -f .do_lint ]]; then golint -set_exit_status ./examples/... ./kafka/... ./kafkatest/... ./soaktest/... ./schemaregistry/...; fi
66
for dir in kafka schemaregistry ; do (cd $dir && go test -coverprofile="$coverage_profile" -timeout 180s -v $GO_TAGS ./...) ; done
77
(cd kafka && go test -v $GO_TAGS -timeout 3600s -run ^TestIntegration$ -docker.needed=true ; cd ..)
8+
if [[ $(command codesign) ]]; then codesign --sign - --force --preserve-metadata=entitlements,requirements,flags,runtime $(which go-kafkacat); fi
89
go-kafkacat --help
910
library-version
1011
(library-version | grep "$EXPECT_LINK_INFO") || (echo "Incorrect linkage, expected $EXPECT_LINK_INFO" ; false)

0 commit comments

Comments
 (0)