Skip to content

Commit

Permalink
Remove unsupported metrics tarball from release artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
mvines committed Oct 20, 2020
1 parent a18add6 commit 62f20bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 27 deletions.
6 changes: 2 additions & 4 deletions ci/publish-tarball.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,17 +91,15 @@ echo --- Creating release tarball
cp "${RELEASE_BASENAME}"/version.yml "${TARBALL_BASENAME}"-$TARGET.yml
)

# Metrics tarball is platform agnostic, only publish it from Linux
# Maybe tarballs are platform agnostic, only publish them from the Linux build
MAYBE_TARBALLS=
if [[ "$CI_OS_NAME" = linux ]]; then
metrics/create-metrics-tarball.sh
(
set -x
sdk/bpf/scripts/package.sh
[[ -f bpf-sdk.tar.bz2 ]]

)
MAYBE_TARBALLS="bpf-sdk.tar.bz2 solana-metrics.tar.bz2"
MAYBE_TARBALLS="bpf-sdk.tar.bz2"
fi

source ci/upload-ci-artifact.sh
Expand Down
23 changes: 0 additions & 23 deletions metrics/create-metrics-tarball.sh

This file was deleted.

0 comments on commit 62f20bc

Please sign in to comment.