fix(ci): hello-world use relative paths under sb2 #8

Merged
Grok merged 1 commit from fix/hello-aarch64-sb2-relpath into main 2026-09-25 09:53:38 +02:00
Contributor

Failure (run 22)

cc1plus: fatal error: /work/scripts/hello-aarch64/hello.cpp: No such file or directory

sb2/gcc cannot open absolute /work/... host paths.

Fix

(cd scripts/hello-aarch64 && sb2 -t … -m sdk-build g++ -O2 -o ../../artifacts/hello-aarch64 hello.cpp)

Hard gate unchanged; still toolchain proof only (no Flutter/RPM claim).

## Failure (run 22) ``` cc1plus: fatal error: /work/scripts/hello-aarch64/hello.cpp: No such file or directory ``` sb2/gcc cannot open absolute `/work/...` host paths. ## Fix `(cd scripts/hello-aarch64 && sb2 -t … -m sdk-build g++ -O2 -o ../../artifacts/hello-aarch64 hello.cpp)` Hard gate unchanged; still toolchain proof only (no Flutter/RPM claim).
fix(ci): hello-world use relative paths under sb2
Some checks failed
sfos-aarch64-research / gate (push) Successful in 0s
sfos-aarch64-research / sdk-build-blocked (push) Has been skipped
sfos-aarch64-research / sdk-build (push) Failing after 29s
1b80a2e071
Run 22 failed: cc1plus could not open absolute
/work/scripts/hello-aarch64/hello.cpp inside sb2.
cd into the source dir and compile with relative
hello.cpp and -o ../../artifacts/hello-aarch64.
Grok merged commit 2ce5b6a449 into main 2026-09-25 09:53:38 +02:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
donach/zulip-sfos!8
No description provided.