Skip to content

Conversation

@chetanyb
Copy link
Contributor

@chetanyb chetanyb commented Dec 28, 2025

Summary

Recently ream removed support for the runtime-based flag (ReamLabs/ream#1099). This PR removes the deprecated devnet flags that were causing launch failures in both docker and binary modes.

Important Note

Since the devnet selection is now a compile-time feature, you must ensure that your ream binary is built with the appropriate feature flag enabled if you are using the binary setup mode.

  1. For example, to build for devnet1 (default):

    cargo build --release --features devnet1
    
  2. For devnet2:

    cargo build --release --no-default-features --features devnet2
    

NOTE: If you are using the docker image, ensure the image is built with the desired feature enabled.

@g11tech
Copy link
Member

g11tech commented Jan 1, 2026

so can we also update the image that has been built for devnet1

@chetanyb
Copy link
Contributor Author

chetanyb commented Jan 1, 2026

so can we also update the image that has been built for devnet1

The default feature ream build uses is devnet1, I confirmed with the team as well and they informed that the default is devnet1 so I think there is no need to change the image

MegaRedHand added a commit to lambdaclass/lean-quickstart that referenced this pull request Jan 6, 2026
@g11tech g11tech merged commit aa0410b into blockblaz:main Jan 6, 2026
MegaRedHand added a commit to lambdaclass/lean-quickstart that referenced this pull request Jan 7, 2026
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.

3 participants