Skip to content

Commit

Permalink
revert: fix: build binary using static linking (#276)
Browse files Browse the repository at this point in the history
  • Loading branch information
jvincent42 authored Feb 16, 2024
1 parent b089c7b commit 7d17703
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/ldflags.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ PACKAGE="github.com/CircleCI-Public/circleci-yaml-language-server/pkg/utils"
VERSION=$(cat ~/version)

LDFLAGS=(
"-extldflags -static"
"-X '${PACKAGE}.ServerVersion=${VERSION}'"
)

Expand Down

0 comments on commit 7d17703

Please sign in to comment.