-
Notifications
You must be signed in to change notification settings - Fork 124
CI with v2.2 of Agave #551
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
This stack of pull requests is managed by Graphite. Learn more about stacking. |
BundleMonFiles updated (3)
Unchanged files (124)
Total files change +107B +0.03% Final result: ✅ View report in BundleMon website ➡️ |
|
Documentation Preview: https://kit-docs-jsxe0qalr-anza-tech.vercel.app |
49a1b69 to
d783175
Compare
d783175 to
942fb2c
Compare
| """ | ||
| Token-2022 Extension: Unparseable | ||
| """ | ||
| type SplTokenExtensionUnparseable implements SplTokenExtension { | ||
| extension: String | ||
| } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@buffalojoec, I snuck this in here, because the current test fixtures actually produce an unparseable extension as of Agave 2.2.
|
|
||
| it('produces vote notifications', async () => { | ||
| expect.assertions(1); | ||
| // FIXME: Re-enable once https://github.com/anza-xyz/agave/pull/6645 is live. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| set -e | ||
| version=$(node -e \ | ||
| 'fetch("https://api.github.com/repos/anza-xyz/agave/releases").then(res => res.json().then(rs => rs.filter(r => !r.prerelease && r.tag_name.startsWith("v2.0."))).then(x => console.log(x[0].tag_name)));' | ||
| 'fetch("https://api.github.com/repos/anza-xyz/agave/releases").then(res => res.json().then(rs => rs.filter(r => !r.prerelease && r.tag_name.startsWith("v2.2."))).then(x => console.log(x[0].tag_name)));' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is the change.
|
Because there has been no activity on this PR for 14 days since it was merged, it has been automatically locked. Please open a new issue if it requires a follow up. |

Problem
2.0 is really old, and CI is starting to fall behind.
Summary of Changes
Install 2.2.x when running CI.