You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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.
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)
The text was updated successfully, but these errors were encountered: