Skip to content

Commit

Permalink
chore: add common issue
Browse files Browse the repository at this point in the history
  • Loading branch information
nhtyy committed Jan 17, 2025
1 parent 2cb0849 commit 64b2f95
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions book/versioned_docs/version-4.0.0/developers/common-issues.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,3 +139,16 @@ The Rust compiler had breaking changes to its names of available options between
This message indicates that you're trying to use `sp1-build` < `4.0.0` with the 1.82 toolchain,
`sp1-build` versions >= 4.0.0 have support for the 1.82 and 1.81 toolchains.

If you're using `cargo prove build` an `sp1up` should fix this.

## Ubuntu 20.04 (ARM)

The Succinct Rust toolchain is built on Ubuntu 22.04, which links a newer version of libc than available
on Ubuntu 20.04.

This error may manifest as:
```bash
/lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found
```
This most commonly happens in CI runners, it is recommended to bump the runner OS to 22.04,
the issue applies to all older linux distrubtions that dont have support for the same version of libc used to build it.

0 comments on commit 64b2f95

Please sign in to comment.