Skip to content

Commit 8375e98

Browse files
committed
docs: update CHANGELOG and documentation for GLIBC compatibility fix
Update CHANGELOG entry for PR #1249 to include GLIBC compatibility fix and update getting-started documentation to reflect that full test suite runs on ubuntu-22.04 for container compatibility.
1 parent 8ea0360 commit 8375e98

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4444
### Changed
4545

4646
- **CI**: Generalized build jobs to support multiple platforms (Ubuntu 22.04,
47-
Ubuntu 24.04, Ubuntu 24.04 ARM, macOS latest) and updated test execution to
48-
ubuntu-latest ([#1249](https://github.com/o1-labs/openmina/pull/1249))
47+
Ubuntu 24.04, Ubuntu 24.04 ARM, macOS latest), updated test execution to
48+
ubuntu-latest, and fixed GLIBC compatibility for scenario tests by using
49+
Ubuntu 22.04 for test binary artifacts to ensure compatibility with Debian
50+
Bullseye container environment ([#1249](https://github.com/o1-labs/openmina/pull/1249))
4951
- **Build System**: Enhanced Makefile with documentation-related targets and comprehensive formatting commands ([#1234](https://github.com/o1-labs/openmina/pull/1234))
5052
### Fixed
5153

website/docs/developers/getting-started.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ development environment and build OpenMina from source.
3232
- macOS (latest)
3333
- Other Linux distributions may work but are not officially supported
3434
- Note: While we test compilation on all platforms, the full test suite is
35-
only run on ubuntu-24.04
35+
only run on ubuntu-22.04 (for GLIBC compatibility with container tests)
3636
- **Memory**: At least 8GB RAM (16GB recommended)
3737
- **Storage**: At least 20GB free space
3838
- **Network**: Stable internet connection for downloading dependencies

0 commit comments

Comments
 (0)