Skip to content

fix: Remove submodule checkout from CI (not needed)#11

Merged
SWORDIntel merged 1 commit intomainfrom
claude/harden-audio-libraries-011CUu3gLB98EpEAthp77ZCn
Nov 7, 2025
Merged

fix: Remove submodule checkout from CI (not needed)#11
SWORDIntel merged 1 commit intomainfrom
claude/harden-audio-libraries-011CUu3gLB98EpEAthp77ZCn

Conversation

@SWORDIntel
Copy link
Owner

The Rust crate uses pure Rust implementations and doesn't require C library submodules to build. The git submodules (libjpeg-turbo, libpng) were causing CI failures with:
fatal: No url found for submodule path 'libjpeg-turbo' in .gitmodules

Build scripts that use C libraries are optional and fail gracefully. All tests run using Cargo dependencies only.

The Rust crate uses pure Rust implementations and doesn't require
C library submodules to build. The git submodules (libjpeg-turbo,
libpng) were causing CI failures with:
  fatal: No url found for submodule path 'libjpeg-turbo' in .gitmodules

Build scripts that use C libraries are optional and fail gracefully.
All tests run using Cargo dependencies only.
@SWORDIntel SWORDIntel merged commit ffd4315 into main Nov 7, 2025
@SWORDIntel SWORDIntel deleted the claude/harden-audio-libraries-011CUu3gLB98EpEAthp77ZCn branch November 7, 2025 20:48
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