Skip to content
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

CI: Fixup patch crates script #7465

Merged
merged 1 commit into from
Nov 6, 2024
Merged

Conversation

joncinque
Copy link
Contributor

Problem

The locations of crates in the monorepo was moved to the sdk/ dir in anza-xyz/agave#3498, but the patch script is still looking in the wrong location. This is why the downstream job was disabled in that PR.

Summary of changes

Get the patch script up to date with the new locations of the crates.

#### Problem

The locations of crates in the monorepo was moved to the `sdk/` dir in
anza-xyz/agave#3498, but the patch script is
still looking in the wrong location. This is why the downstream job was
disabled in that PR.

#### Summary of changes

Get the patch script up to date with the new locations of the crates.
@joncinque joncinque merged commit 586bd6f into solana-labs:master Nov 6, 2024
6 checks passed
@joncinque joncinque deleted the patch branch November 6, 2024 20:49
joncinque added a commit to joncinque/solana that referenced this pull request Nov 6, 2024
#### Problem

The downstream SPL job was disabled in solana-labs#3498 because the moved crates
weren't correctly picked up in the SPL's patch script. The SPL patch
script was fixed in
solana-labs/solana-program-library#7465, but the
jobs are still disabled.

#### Summary of changes

Re-enable the SPL downstream jobs.
joncinque added a commit to anza-xyz/agave that referenced this pull request Nov 7, 2024
* CI: Re-enable downstream SPL job

#### Problem

The downstream SPL job was disabled in #3498 because the moved crates
weren't correctly picked up in the SPL's patch script. The SPL patch
script was fixed in
solana-labs/solana-program-library#7465, but the
jobs are still disabled.

#### Summary of changes

Re-enable the SPL downstream jobs.

* Restrict which repo runs the job
@Lichtso
Copy link
Contributor

Lichtso commented Nov 7, 2024

@joncinque
Copy link
Contributor Author

Ah darn, sorry about that, we can't support both versions at once unless we have different patch scripts for master and v2.1. I'll disable the downstream jobs in v2.1 for now

joncinque added a commit to joncinque/solana that referenced this pull request Nov 7, 2024
#### Problem

The downstream jobs are failing on branch v2.1 due to
solana-labs/solana-program-library#7465.

#### Summary of changes

Disable them for now.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants