The arm64 (apple-silicon) target assumed a native macOS runner, which does not exist on the forge. There is one self-hosted runner, ws-brn, registered linux-amd64:host -- jobs run directly on the host as brn, with no docker. So cross-rs cannot run (no container engine), and it cannot target apple-darwin from Linux regardless. Build arm64 by native cross-compilation instead: rustup target add aarch64-unknown-linux-gnu plus the host's aarch64-linux-gnu-gcc linker. Same arm64 binary, no docker. The asset is now aarch64-linux. Also drop the host-incompatible setup steps surfaced by running it on the real runner: hurl is already installed (the sudo dpkg step failed, brn has no passwordless sudo) and the aarch64 linker is already present. Split a single test gate (test + hurl) from the per-target build matrix. Pass inputs.tag via env to the staging step (sie review note, ANW-30).
11 lines
1.3 KiB
Text
11 lines
1.3 KiB
Text
time="2026-06-24T00:11:23+03:00" level=info msg="No configuration file specified; using default settings."
|
|
time="2026-06-24T00:11:23+03:00" level=info msg="Starting runner daemon"
|
|
time="2026-06-24T00:11:24+03:00" level=info msg="runner: ws-brn, with version: v12.12.0, with labels: [linux-amd64 ws-brn], ephemeral: false, declared successfully"
|
|
time="2026-06-24T00:11:24+03:00" level=info msg="[poller] launched"
|
|
time="2026-06-24T00:17:52+03:00" level=info msg="task 1 repo is carvers/anwesen https://data.forgejo.org https://forge.crvrs.org"
|
|
time="2026-06-24T00:21:10+03:00" level=info msg="task 2 repo is carvers/anwesen https://data.forgejo.org https://forge.crvrs.org"
|
|
time="2026-06-24T00:21:38+03:00" level=info msg="task 3 repo is carvers/anwesen https://data.forgejo.org https://forge.crvrs.org"
|
|
time="2026-06-24T00:21:44+03:00" level=info msg="task 4 repo is carvers/anwesen https://data.forgejo.org https://forge.crvrs.org"
|
|
time="2026-06-24T00:26:54+03:00" level=info msg="task 5 repo is carvers/anwesen https://data.forgejo.org https://forge.crvrs.org"
|
|
time="2026-06-24T00:33:32+03:00" level=info msg="task 6 repo is carvers/anwesen https://data.forgejo.org https://forge.crvrs.org"
|
|
time="2026-06-24T00:37:32+03:00" level=info msg="task 7 repo is carvers/anwesen https://data.forgejo.org https://forge.crvrs.org"
|