X Tutup
Skip to content

duktape submodule fetches all duktape versions ever released #1323

@glebm

Description

@glebm

Fetching TIC-80 submodules currently downloads all of duktape releases ever made because it includes https://github.com/svaarala/duktape-releases.git as a submodule (and submodules do a full clone by default).

Options:

a) CMake's FetchContent can be used instead to download only the latest release.
b) .gitmodules can be configured to shallow-clone the duktape submodule. https://stackoverflow.com/a/17692710/181228

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      X Tutup