Skip to content

Commit

Permalink
point to sha on review site
Browse files Browse the repository at this point in the history
  • Loading branch information
utaal committed Aug 21, 2024
1 parent 0ea7e4e commit f3c342c
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions site/guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,16 +86,20 @@ You can remove them at the end of the Set 1 with `docker rmi <image_name>`.

#### 1. Clone artifact repository, set up container environment.

**TODO.** git sha.

Clone the repository

```shell
sudo chown $USER /mydata
cd /mydata
git clone -b main --single-branch https://github.com/verus-lang/paper-sosp24-artifact.git verus-sosp24-artifact
cd verus-sosp24-artifact
# git checkout <sha>
```

Optionally, if you would like to obtain the exact version of this artifact at submission time,
check out the exact commit "refspec" (SHA) as indicated on the Artifact Evaluation review site:

```shell
git checkout <sha>
```

and run the script `setup/cloudlab-1.sh`
Expand Down

0 comments on commit f3c342c

Please sign in to comment.