Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

drum_sklad as a git submodule #9

Open
trebmuh opened this issue Apr 14, 2024 · 1 comment
Open

drum_sklad as a git submodule #9

trebmuh opened this issue Apr 14, 2024 · 1 comment

Comments

@trebmuh
Copy link

trebmuh commented Apr 14, 2024

Can you please make drum_sklad a git submodule that we can fetch with a git clone --recursive ?
I'm trying to build a deb package for it and the build chroot doesn't have access to the internet (for security/reproducibility reasons).

(same for JUCE I guess)

@psemiletov
Copy link
Owner

Hello! Thank you for the feedback. But see the example of using fetch feature at Debian package: https://sources.debian.org/patches/faiss/1.7.4-3/0001-Use-system-GTest.patch/
The reason of fetch instead of git submodules was the github authorization - when I tried to use submodule, the build process requires for user to log in to the github. So I preferred FetchContent instead.

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

No branches or pull requests

2 participants