Adds verbose ISCC capture (stdout+stderr to a log file, lines echoed to host) and an extra pre-flight that lists every relative path the .iss references via {#RepoRoot}. Goal: surface the specific line in webhook-server.iss that fails with "system cannot find the path specified." on the Gitea runner. The trivial test .iss compiles cleanly on the same host, so this is content-specific.
Adds verbose ISCC capture (stdout+stderr to a log file, lines echoed to host) and an extra pre-flight that lists every relative path the .iss references via {#RepoRoot}. Goal: surface the specific line in webhook-server.iss that fails with "system cannot find the path specified." on the Gitea runner. The trivial test .iss compiles cleanly on the same host, so this is content-specific.
The Gitea runner's "system cannot find the path specified" failure is
opaque because we lose ISCC output. Tee both streams to a log file and
echo each line via Write-Host so the runner shows them. Also list every
relative path the .iss references via {#RepoRoot} so we can catch a
missing icon/README/scripts dir before ISCC even starts.
justin
merged commit 14d1bdc461 into main2026-05-08 13:19:09 -04:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Adds verbose ISCC capture (stdout+stderr to a log file, lines echoed to host) and an extra pre-flight that lists every relative path the .iss references via {#RepoRoot}. Goal: surface the specific line in webhook-server.iss that fails with "system cannot find the path specified." on the Gitea runner. The trivial test .iss compiles cleanly on the same host, so this is content-specific.
The Gitea runner's "system cannot find the path specified" failure is opaque because we lose ISCC output. Tee both streams to a log file and echo each line via Write-Host so the runner shows them. Also list every relative path the .iss references via {#RepoRoot} so we can catch a missing icon/README/scripts dir before ISCC even starts.