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

feat: add justfile #2

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

feat: add justfile #2

wants to merge 2 commits into from

Conversation

nuke-web3
Copy link
Member

Mainly to build the workspace enforcing SP1 ELF is present, as if it's not, cargo build fails.

A followup PR will add a README section on how to install and use just:

# one way to install just
cargo install just

# with just installed run:
just
# ^^ lists the commands

just b
# ^^ runs just build & a _pre-build recipe that checks for a required SP1 ELF file to build the project & generates iff needed

Opens the door to better devex in setting up, building, and deploying things from this repo.

@nuke-web3 nuke-web3 requested a review from S1nus January 21, 2025 21:10
@nuke-web3 nuke-web3 self-assigned this Jan 21, 2025
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.

1 participant