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: rust 1.81 toolchain build issue #1534

Merged
merged 1 commit into from
Sep 23, 2024
Merged

fix: rust 1.81 toolchain build issue #1534

merged 1 commit into from
Sep 23, 2024

Conversation

xJonathanLEI
Copy link
Contributor

The latest release of the Rust toolchain added a check for the target's existence in the bootstrap rustc, but allows a custom target to be specified via RUST_TARGET_PATH. This PR addresses this issue by providing a mock JSON target file.

Copy link

SP1 Performance Test Results

Branch: fix/toolchain_build
Commit: afc37556
Author: xJonathanLEI

program cycles execute (mHz) core (kHZ) compress (KHz) time success
fibonacci 11291 0.19 5.67 0.15 1m17s
ssz-withdrawals 2757356 16.18 58.63 16.11 2m51s
tendermint 12593597 6.53 153.99 58.79 3m36s

@xJonathanLEI xJonathanLEI merged commit 25cdde5 into dev Sep 23, 2024
11 checks passed
@xJonathanLEI xJonathanLEI deleted the fix/toolchain_build branch September 23, 2024 18:28
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