[Interest] Configuring git checkout/build to skip modules
Alexandru Croitor
alexandru.croitor at qt.io
Wed Dec 4 09:36:31 CET 2024
Hi,
> On 3. Dec 2024, at 23:20, Adam Light <aclight at gmail.com> wrote:
>
> Is it not possible to skip optional dependencies like this?
You can try passing --no-optional-deps or --no-resolve-deps to configure.
To see what those options do, you can call the init-repository script with the -help option.
This would need to be done in a new checkout, because the optional (recommended) dependencies have already been checked out.
Alternatively you could just remove the unwanted submodules.
More information about the Interest
mailing list