aboutsummaryrefslogtreecommitdiff
path: root/ci/aarch64-linux-debug.sh
diff options
context:
space:
mode:
authorAndrew Kelley <andrew@ziglang.org>2023-03-10 14:22:54 -0700
committerAndrew Kelley <andrew@ziglang.org>2023-03-15 10:48:14 -0700
commit2c326c87b16a0b8febf5347292ba61a592467d8c (patch)
tree4247d6bd27c96800b30914db8e1bdca70393f454 /ci/aarch64-linux-debug.sh
parentf4428e5804971f4bbb897b5d1d5583073bcb31aa (diff)
downloadzig-2c326c87b16a0b8febf5347292ba61a592467d8c.tar.gz
zig-2c326c87b16a0b8febf5347292ba61a592467d8c.zip
build.zig: install the langref to $prefix/doc/langref.html
and update the CI scripts to match.
Diffstat (limited to 'ci/aarch64-linux-debug.sh')
-rw-r--r--ci/aarch64-linux-debug.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/aarch64-linux-debug.sh b/ci/aarch64-linux-debug.sh
index 94f40c557b..ba4bcc0c9d 100644
--- a/ci/aarch64-linux-debug.sh
+++ b/ci/aarch64-linux-debug.sh
@@ -67,7 +67,7 @@ stage3-debug/bin/zig build test docs \
--zig-lib-dir "$(pwd)/../lib"
# Look for HTML errors.
-tidy --drop-empty-elements no -qe "$ZIG_LOCAL_CACHE_DIR/langref.html"
+tidy --drop-empty-elements no -qe "stage3-debug/doc/langref.html"
# Produce the experimental std lib documentation.
stage3-debug/bin/zig test ../lib/std/std.zig -femit-docs -fno-emit-bin --zig-lib-dir ../lib