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

fix build on MacOS: bump secp256k1 and secp256k1-sys to patched versions #4709

Merged
merged 2 commits into from
Jun 5, 2024

Conversation

acatangiu
Copy link
Contributor

secp256k1 v0.28.0 and secp256k1-sys v0.9.0 were yanked because building them fails for aarch64-apple-darwin targets.

Use the secp256k1 v0.28.2 and secp256k1-sys v0.9.2 patched versions that build fine on ARM chipset MacOS.

`secp256k1 v0.28.0` and `secp256k1-sys v0.9.0` were yanked because
building them fails for `aarch64-apple-darwin` targets.

Use the `secp256k1 v0.28.2` and `secp256k1-sys v0.9.2` patched versions
that build fine on ARM chipset MacOS.
@acatangiu acatangiu self-assigned this Jun 5, 2024
@acatangiu acatangiu changed the title bump secp256k1 and secp256k1-sys to patched versions fix build on MacOS: bump secp256k1 and secp256k1-sys to patched versions Jun 5, 2024
@acatangiu acatangiu added the R0-silent Changes should not be mentioned in any release notes label Jun 5, 2024
@acatangiu acatangiu enabled auto-merge June 5, 2024 13:55
@acatangiu acatangiu added this pull request to the merge queue Jun 5, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Jun 5, 2024
@bkchr bkchr added this pull request to the merge queue Jun 5, 2024
Merged via the queue into paritytech:master with commit 2460cdd Jun 5, 2024
158 of 160 checks passed
EgorPopelyaev pushed a commit that referenced this pull request Jun 6, 2024
…ons (#4709)

`secp256k1 v0.28.0` and `secp256k1-sys v0.9.0` were yanked because
building them fails for `aarch64-apple-darwin` targets.

Use the `secp256k1 v0.28.2` and `secp256k1-sys v0.9.2` patched versions
that build fine on ARM chipset MacOS.
ordian added a commit that referenced this pull request Jun 13, 2024
* master: (29 commits)
  Append overlay optimization. (#1223)
  finalization: Skip tree route calculation if no forks present (#4721)
  Remove unncessary call remove_from_peers_set (#4742)
  add pov-recovery unit tests and support for elastic scaling (#4733)
  approval-voting: Add no shows debug information (#4726)
  Revamp the Readme of the parachain template (#4713)
  Update README.md to move the PSVM link under a "Tooling" section under the "Releases" section (#4734)
  frame/proc-macro: Refactor code for better readability (#4712)
  Contracts:  update wasmi to 0.32 (#3679)
  Backport style changes from P<>K bridge to R<>W bridge (#4732)
  New reference doc for Custom RPC V2 (#4654)
  Frame Pallets: Clean a lot of test setups (#4642)
  Fix occupied core handling (#4691)
  statement-distribution: Fix false warning (#4727)
  Update the README to include a link to the Polkadot SDK Version Manager (#4718)
  Cleanup PVF artifact by cache limit and stale time (#4662)
  Update link to a latest polkadot release (#4711)
  [CI] Delete cargo-deny config (#4677)
  fix build on MacOS: bump secp256k1 and secp256k1-sys to patched versions (#4709)
  Unify dependency aliases (#4633)
  ...
@acatangiu acatangiu deleted the fix-macos-build branch June 25, 2024 14:11
TarekkMA pushed a commit to moonbeam-foundation/polkadot-sdk that referenced this pull request Aug 2, 2024
…ons (paritytech#4709)

`secp256k1 v0.28.0` and `secp256k1-sys v0.9.0` were yanked because
building them fails for `aarch64-apple-darwin` targets.

Use the `secp256k1 v0.28.2` and `secp256k1-sys v0.9.2` patched versions
that build fine on ARM chipset MacOS.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
R0-silent Changes should not be mentioned in any release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants