Skip to content

fix: make Linux build script executable - #156

Merged
0xShug0 merged 1 commit into
0xShug0:mainfrom
LauraGPT:codex/make-linux-build-script-executable-20260730
Jul 30, 2026
Merged

fix: make Linux build script executable#156
0xShug0 merged 1 commit into
0xShug0:mainfrom
LauraGPT:codex/make-linux-build-script-executable-20260730

Conversation

@LauraGPT

Copy link
Copy Markdown
Contributor

Summary

Make scripts/build_linux.sh executable so the direct commands documented in the README work after a normal clone.

The script contents are unchanged; this only changes its Git mode from 100644 to 100755.

Verification

  • Reproduced the current failure before the change: the documented direct invocation exits with Permission denied.
  • Confirmed the script blob is unchanged: 88e5ca0717f734e24b4e5c236646b84c59b876b6 before and after.
  • Ran the documented direct Fun-ASR-Nano CPU build successfully:
    scripts/build_linux.sh --backend cpu --model-set custom --models fun_asr_nano --target audiocpp_cli --target audiocpp_server
  • Confirmed both audiocpp_cli and audiocpp_server were produced.
  • git diff --check passes.

Signed-off-by: LauraGPT <LauraGPT@users.noreply.github.com>
@0xShug0
0xShug0 merged commit 9ca7d62 into 0xShug0:main Jul 30, 2026
4 checks passed
@0xShug0

0xShug0 commented Jul 30, 2026

Copy link
Copy Markdown
Owner

Good catch. PR merged!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants