Skip to content

Commit

Permalink
Add workspace_status_command at bazel build
Browse files Browse the repository at this point in the history
  • Loading branch information
syjn99 committed Sep 7, 2024
1 parent a7b4265 commit caade67
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/_build-bazel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@ jobs:
- uses: actions/checkout@v3
- name: Build ${{ inputs.build-type }}
run: |
bazel build --config=release --config=${{ inputs.build-type }} \
bazel build \
--workspace_status_command=./hack/workspace_status.sh \ # Stamp binaries with git information
--config=release \
--config=${{ inputs.build-type }} \
//cmd/beacon-chain \
//cmd/validator \
//cmd/prysmctl \
Expand Down

0 comments on commit caade67

Please sign in to comment.