Skip to content

Commit

Permalink
CI: Re-add account-compression sdk to build
Browse files Browse the repository at this point in the history
#### Problem

CI is failing because the account-compression sdk was removed from the
pnpm workspace, but the rest of the repo uses pnpm.

#### Summary of changes

Add `account-compression/sdk` back into the workspace, and fix the CI
job to install the correct version of the Solana tools.
  • Loading branch information
joncinque committed Nov 4, 2024
1 parent 4374b7d commit d87582e
Show file tree
Hide file tree
Showing 6 changed files with 738 additions and 524 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pull-request-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Pull Request JS
on:
pull_request:
paths:
- 'account-compression/sdk/**'
- 'libraries/type-length-value/js/**'
- 'memo/js/**'
- 'name-service/js/**'
Expand All @@ -18,6 +19,7 @@ on:
push:
branches: [master]
paths:
- 'account-compression/sdk/**'
- 'libraries/type-length-value/js/**'
- 'memo/js/**'
- 'single-pool/js/**'
Expand All @@ -41,6 +43,7 @@ jobs:
node-version: [16.x, 18.x, 20.x]
package:
[
account-compression,
memo,
name-service,
stake-pool,
Expand Down
44 changes: 22 additions & 22 deletions account-compression/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions ci/js-test-account-compression.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

set -e
cd "$(dirname "$0")/.."
export SOLANA_VERSION="v2.0.14"
source ./ci/solana-version.sh install

set -x
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"private": true,
"workspaces": [
"account-compression/sdk",
"libraries/type-length-value/js",
"memo/js",
"single-pool/js",
Expand Down
Loading

0 comments on commit d87582e

Please sign in to comment.