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

Correct install instructions for compiling from source #950

Merged
merged 1 commit into from
Nov 15, 2023

Conversation

keyneom
Copy link
Contributor

@keyneom keyneom commented Nov 8, 2023

What was wrong?

Currently a debug build is produced and the following command attempts to run a release version of the code that has never been built.

How was it fixed?

Adds the -r flag to the cargo build command to ensure the following step that checks for a successful build runs correctly.

Also adds instructions to change directories into the Fe repository directory before attempting to build (following current instructions step-by-step would lead to failures).

To-Do

  • OPTIONAL: Update Spec if applicable

  • Add entry to the release notes (may forgo for trivial changes)

  • Clean up commit history

Adds the `-r` flag to the cargo build command to ensure the following step that checks for a successful build runs correctly.

Currently a debug build is produced and the following command attempts to run a release version of the code that has never been built.

Also adds instructions to change directories into the Fe repository directory before attempting to build.
Copy link
Collaborator

@sbillig sbillig left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 Thanks!

@sbillig sbillig merged commit 79d1b68 into ethereum:master Nov 15, 2023
7 checks passed
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