Skip to content

Commit

Permalink
Use v5.5.6 everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
maoueh authored Jun 21, 2024
1 parent a03050c commit bb6f115
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.sf.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ git push feature/firehose-tracer-at-latest-release-tag release/firehose "${VERSI

Built manually for now on the GCP VM, here the commands we use to build it in our VM.

> [!NOTE]
> The instructions below **must** be run on the VM itself for now.
> [!IMPORTANT]
> The instructions below **must** be run on the VM itself and not on your developer's machine.
```bash
export SEID_REF=v5.5.5-fh3.0 \
export SEID_REF=v5.5.6-fh3.0 \
&& sudo -u sei git -C /data/build/seid/ fetch origin \
&& sudo -u sei git -C /data/build/seid/ checkout "${SEID_REF:?}" \
&& sudo -u sei bash -c 'source /etc/profile.d/02-golang.sh && cd /data/build/seid && make install' \
Expand Down

0 comments on commit bb6f115

Please sign in to comment.