Skip to content

Commit

Permalink
Build nesachain
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleg Smirnov committed Apr 30, 2024
1 parent ce3e6c6 commit 915fc83
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/stg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,10 @@ jobs:
- run: |
LEDGER_ENABLED=false BUILD_TAGS=muslc LINK_STATICALLY=true GOARCH=amd64 make build
file ./code/build/nesad
echo "Ensuring binary is statically linked ..."
(file ./code/build/nesad | grep "statically linked")
ls -l ./code/build/nesad
# file ./code/build/nesad
# echo "Ensuring binary is statically linked ..."
# (file ./code/build/nesad | grep "statically linked")
working-directory: ${{ env.REPO_NESACHAIN_DIR }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 915fc83

Please sign in to comment.