Skip to content

Releases (.tar.gz and .zip) miss the uthash_submodule files #629

Description

@scalahater

Describe the bug
Downloadable release files miss the contents of src/libltfs/uthash_submodule

To Reproduce

  1. Try to compile using the releases source code
  2. Unable, missing src/libltfs/uthash_submodule contents

** Fix **

  1. clone the repository at the exact release tag
  2. git submodule update --init --recursive
  3. compilation works as expected

The automation packaging the releases should not leave the directory empty.

Expected behavior
Having the contents of src/libltfs/uthash_submodule in releases files.

Desktop (please complete the following information):
Debian 13

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions