Skip to content

Commit

Permalink
disable static check for celestia
Browse files Browse the repository at this point in the history
  • Loading branch information
gregnuj committed Oct 31, 2023
1 parent 4066c33 commit 24a65ea
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/celestia-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
# Includes per version
- version: "0.12.0"
go_version: "1.21.1"
check_statically: "false"

with:
binary: ${{ matrix.binary }}
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ on:
description: "Name of the application"
required: true
type: string
check_statically:
description: "Check for static build"
required: false
type: string
default: "true"
cosmos_build_options:
description: "Cosmos build options"
type: string
Expand Down
1 change: 1 addition & 0 deletions builds/celestia.0.12.0.alpine.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ docker buildx build "." -f "${IMAGE}.Dockerfile" \
--build-arg "BIN_NAME=${NAME}" \
--build-arg "BUILD_COMMAND=make build && cp ./build/celestia /go/bin/celestia" \
--build-arg "BUILD_TAGS=netgo ledger muslc" \
--build-arg "CHECK_STATICALLY=false" \
--build-arg "COSMOS_BUILD_OPTIONS=" \
--build-arg "GIT_TAG=v${TAG}" \
--build-arg "GIT_REPO=${REPO}" \
Expand Down

0 comments on commit 24a65ea

Please sign in to comment.