Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Commit

Permalink
Merge pull request #276 from subspace/upgrade-to-gemini-3g-initial-re…
Browse files Browse the repository at this point in the history
…lease

Upgrade to gemini-3g-2023-nov-21 snapshot
  • Loading branch information
ParthDesai committed Nov 25, 2023
2 parents 27e8849 + f981819 commit 0a21528
Show file tree
Hide file tree
Showing 8 changed files with 2,166 additions and 1,665 deletions.
11 changes: 9 additions & 2 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
[build]
# rustflags = ["--cfg", "tokio_unstable"]
[target.'cfg(target_arch = "x64_64")']
# Require AES-NI on x86-64 by default
rustflags = "-C target-feature=+aes"

[target.'cfg(target_arch = "aarch64")']
# TODO: Try to remove once https://github.com/paritytech/substrate/issues/11538 is resolved
# TODO: AES flag is such that we have decent performance on ARMv8, remove once `aes` crate bumps MSRV to at least
# 1.61: https://github.com/RustCrypto/block-ciphers/issues/373
rustflags = "--cfg aes_armv8"
Loading

0 comments on commit 0a21528

Please sign in to comment.