Skip to content
This repository was archived by the owner on Mar 24, 2022. It is now read-only.

Commit d78cccf

Browse files
authored
Merge pull request #416 from bytecodealliance/acf/misc-build-fixes
Run cargo audit for full tests, and fix book build
2 parents 6306e4f + 7317885 commit d78cccf

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ test-packages:
3636
-p lucet-validate
3737

3838
.PHONY: test-full
39-
test-full: indent-check test-except-fuzz test-fuzz book
39+
test-full: indent-check audit book test-except-fuzz test-fuzz
4040

4141
.PHONY: test-except-fuzz
4242
test-except-fuzz: test-packages
@@ -57,8 +57,8 @@ fuzz:
5757
cargo run --release -p lucet-wasi-fuzz -- fuzz --num-tests=$(FUZZ_NUM_TESTS)
5858

5959
.PHONY: book
60+
book:
6061
mdbook build docs
61-
mdbook test docs
6262

6363
.PHONY: bench
6464
bench:

docs/src/Compiling-on-Linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ apt install curl ca-certificates clang lld cmake
6464

6565
On Arch Linux:
6666

67-
```
67+
```sh
6868
pacman -S curl clang lld cmake
6969
```
7070

0 commit comments

Comments
 (0)