Skip to content

Merge pull request #130 from smuppand/rproc #246

Merge pull request #130 from smuppand/rproc

Merge pull request #130 from smuppand/rproc #246

Triggered via push July 28, 2025 04:20
Status Failure
Total duration 7s
Artifacts
permissions
3s
permissions
Fit to window
Zoom out
Zoom in

Annotations

4 errors
permissions
Process completed with exit code 1.
permissions: ./Runner/suites/Kernel/Baseport/gpdsp_remoteproc/run.sh#L1
./Runner/suites/Kernel/Baseport/gpdsp_remoteproc/run.sh is not executable. Please run: chmod +x ./Runner/suites/Kernel/Baseport/gpdsp_remoteproc/run.sh && git add ./Runner/suites/Kernel/Baseport/gpdsp_remoteproc/run.sh
permissions: run.sh#L2
To fix, run: find . -name '*.sh' -o -name 'run.sh' | xargs chmod +x && git add . && git commit -m 'Fix: restore executable bits on scripts' && git push
permissions: run.sh#L1
❌ Some shell scripts are missing executable permissions. This can break CI and LAVA. Please fix before merging.