Skip to content

Commit

Permalink
XXX
Browse files Browse the repository at this point in the history
  • Loading branch information
yihau committed Oct 8, 2024
1 parent fa816fe commit daab99c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/cargo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ env:

jobs:
clippy-nightly:
if: github.repository == 'anza-xyz/agave'
strategy:
matrix:
os:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release-artifacts-auto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ concurrency:

jobs:
release-artifacts:
if: github.repository == 'anza-xyz/agave'
uses: ./.github/workflows/release-artifacts.yml
with:
commit: ${{ github.sha }}
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/release-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ jobs:
echo "channel=$CHANNEL" >> $GITHUB_OUTPUT
ci/publish-tarball.sh
echo "::group::ldd agave-validator"
ldd target/release/agave-validator
echo "::endgroup"
- name: Prepare Upload Files
if: ${{ steps.build.outputs.channel != '' || steps.build.outputs.tag != '' }}
shell: bash
Expand Down

0 comments on commit daab99c

Please sign in to comment.