aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorAnge Albertini <105304039+corkamig@users.noreply.github.com>2022-08-30 00:30:05 +0200
committerGitHub <noreply@github.com>2022-08-29 15:30:05 -0700
commit5bddaa040f2724164f3913460c7386a0b87353f9 (patch)
tree6fcb251a19e5dc1952348bf4aaaf6f0801bdc9de /docs
parent226da58f1ff37896958fce54d15ebe94e7a6043f (diff)
docs/fuchsia: building without cleaning (#3287)
Diffstat (limited to 'docs')
-rwxr-xr-xdocs/fuchsia/setup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/fuchsia/setup.sh b/docs/fuchsia/setup.sh
index 32503c8f9..053dbc98c 100755
--- a/docs/fuchsia/setup.sh
+++ b/docs/fuchsia/setup.sh
@@ -78,7 +78,7 @@ build() {
--with-base "//src/testing/fuzzing/syzkaller" \
--args=syzkaller_dir="\"$syzkaller\"" \
--variant=kasan
- fx clean-build
+ fx build
cd "$syzkaller"
make TARGETOS=fuchsia TARGETARCH=amd64 SOURCEDIR="$fuchsia"