Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Fix perf-libs version detection #10571

Merged
merged 1 commit into from
Jun 14, 2020
Merged

Fix perf-libs version detection #10571

merged 1 commit into from
Jun 14, 2020

Conversation

mvines
Copy link
Contributor

@mvines mvines commented Jun 14, 2020

No description provided.

@mvines mvines requested a review from sakridge June 14, 2020 18:29
@@ -6,7 +6,7 @@ VERSION=$PERF_LIBS_VERSION-1
set -e
cd "$(dirname "$0")"

if [[ ! -f target/perf-libs/.$VERSION ]]; then
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This check is broken! froome in its cache at /var/lib/buildkite-agent/builds/froome-1/solana-labs/solana-secondary/target/perf-libs had the files .v0.18.0-1 and .v0.18.1-1. What happened was:

  1. .v0.18.1-1 was installed on froome
  2. .v0.18.0-1 was installed on froome
    Now all future .v0.18.1-1 installs claim success even though it's.v0.18.0-1.

A total fluke that we haven't run into this in the past.

@mvines mvines added the automerge Merge this Pull Request automatically once CI passes label Jun 14, 2020
@solana-grimes solana-grimes merged commit 0d38257 into solana-labs:master Jun 14, 2020
mergify bot pushed a commit that referenced this pull request Jun 14, 2020
automerge

(cherry picked from commit 0d38257)
mergify bot pushed a commit that referenced this pull request Jun 14, 2020
automerge

(cherry picked from commit 0d38257)
solana-grimes pushed a commit that referenced this pull request Jun 14, 2020
solana-grimes pushed a commit that referenced this pull request Jun 14, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
automerge Merge this Pull Request automatically once CI passes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants