Skip to content

Commit

Permalink
do not build with static flag
Browse files Browse the repository at this point in the history
  • Loading branch information
dasanchez authored Apr 21, 2024
1 parent cd110d2 commit c0ee41d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stride-linux-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
cd stride
# git checkout 17fa2fd7802005a7af09e6d2d0f5126b4bf1e10f
git checkout v22.0.0
export LDFLAGS="-extldflags=-static"
# export LDFLAGS="-extldflags=-static"
make install
cp ~/go/bin/strided ~/strided-consumer-linux
Expand Down

0 comments on commit c0ee41d

Please sign in to comment.