Skip to content

Fix: Enforce executable permissions via workflow and restore +x on gpdsp test #247

Fix: Enforce executable permissions via workflow and restore +x on gpdsp test

Fix: Enforce executable permissions via workflow and restore +x on gpdsp test #247

Triggered via pull request July 28, 2025 05:32
@smuppandsmuppand
opened #134
Status Failure
Total duration 7s
Artifacts

check-executable-permissions.yml

on: pull_request_target
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.