diff --git a/ci/aarch64-linux-debug.sh b/ci/aarch64-linux-debug.sh index c5dbb6f29a063407290e550b34848f63e6eeb75a..6369777e884e56bc8b2c758955ad755d34445e05 100644 --- a/ci/aarch64-linux-debug.sh +++ b/ci/aarch64-linux-debug.sh @@ -72,7 +72,7 @@ stage3-debug/bin/zig build test docs \ # Look for HTML errors. # TODO: move this to a build.zig flag (-Denable-tidy) -tidy --drop-empty-elements no -qe "zig-out/doc/langref.html" +tidy --drop-empty-elements no -qe "../zig-out/doc/langref.html" # Ensure that updating the wasm binary from this commit will result in a viable build. stage3-debug/bin/zig build update-zig1 diff --git a/ci/aarch64-linux-release.sh b/ci/aarch64-linux-release.sh index cdfc5eda452a134fbd7dd9da1f0f1a2ae69dbb86..369c14dc5f8dcf9f10da60f2a8d48d2c64f7a4fe 100644 --- a/ci/aarch64-linux-release.sh +++ b/ci/aarch64-linux-release.sh @@ -72,7 +72,7 @@ stage3-release/bin/zig build test docs \ # Look for HTML errors. # TODO: move this to a build.zig flag (-Denable-tidy) -tidy --drop-empty-elements no -qe "zig-out/doc/langref.html" +tidy --drop-empty-elements no -qe "../zig-out/doc/langref.html" # Ensure that updating the wasm binary from this commit will result in a viable build. stage3-release/bin/zig build update-zig1 diff --git a/ci/x86_64-linux-debug.sh b/ci/x86_64-linux-debug.sh index 422cb675d18876383ed573111e50ab48615cf6f4..2efca8f7746c3e80c98e63035a4041eb5149df32 100755 --- a/ci/x86_64-linux-debug.sh +++ b/ci/x86_64-linux-debug.sh @@ -72,7 +72,7 @@ stage3-debug/bin/zig build test docs \ # Look for HTML errors. # TODO: move this to a build.zig flag (-Denable-tidy) -tidy --drop-empty-elements no -qe "zig-out/doc/langref.html" +tidy --drop-empty-elements no -qe "../zig-out/doc/langref.html" # Ensure that updating the wasm binary from this commit will result in a viable build. stage3-debug/bin/zig build update-zig1 diff --git a/ci/x86_64-linux-release.sh b/ci/x86_64-linux-release.sh index da2d795c7659982faf8523315b4abe504922f017..4dc5c379270d3b5fc23993da812a3a6fbd2dc298 100755 --- a/ci/x86_64-linux-release.sh +++ b/ci/x86_64-linux-release.sh @@ -73,7 +73,7 @@ stage3-release/bin/zig build test docs \ # Look for HTML errors. # TODO: move this to a build.zig flag (-Denable-tidy) -tidy --drop-empty-elements no -qe "zig-out/doc/langref.html" +tidy --drop-empty-elements no -qe "../zig-out/doc/langref.html" # Ensure that stage3 and stage4 are byte-for-byte identical. stage3-release/bin/zig build \