Skip to content

Commit

Permalink
Merge pull request rust-lang#391 from GuillaumeGomez/fix-build-instru…
Browse files Browse the repository at this point in the history
…ctions

Fix build instructions
  • Loading branch information
antoyo authored Dec 2, 2023
2 parents bcd0bf5 + bb4d0be commit 0a67e9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,13 @@ Then you can run commands like this:

```bash
$ ./y.sh prepare # download and patch sysroot src and install hyperfine for benchmarking
$ LIBRARY_PATH=$(cat gcc_path) LD_LIBRARY_PATH=$(cat gcc_path) ./y.sh build --release
$ LIBRARY_PATH=$(cat gcc_path) LD_LIBRARY_PATH=$(cat gcc_path) ./y.sh build --release --features master
```

To run the tests:

```bash
$ ./test.sh --release
$ ./test.sh --release --features master
```

## Usage
Expand Down

0 comments on commit 0a67e9c

Please sign in to comment.