Skip to content

Commit

Permalink
Merge pull request #475 from Foundation-Devices/improve-reproducibili…
Browse files Browse the repository at this point in the history
…ty-doc

Update REPRODUCIBILITY.md
  • Loading branch information
mjg-foundation committed Feb 13, 2024
2 parents 67aab3c + d10d79c commit d0a317f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion REPRODUCIBILITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,13 @@ just --help

Now that we have all of the necessary dependencies, you can use `just` to run the correct commands to build the firmware necessary to verify Passport’s reproducibility.

In order to build the firmware, we need to first build the Docker image that will include all the necessary dependencies and files for building the firmware in a reproducible way:
First, let's be sure we are starting with a clean slate, as if you've built Passport's firmware in the past you may have some files and folders leftover that can cause issues.

```bash
just clean
```

Next, in order to build the firmware itself, we need to first build the Docker image that will include all the necessary dependencies and files for building the firmware in a reproducible way:

```bash
just build-docker
Expand Down

0 comments on commit d0a317f

Please sign in to comment.