We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug The release tarball file tar.gz doesn't contain submodules
Can use the followed suggestion to add the submodule folder. AcademySoftwareFoundation/MaterialX#317 (comment)
To Reproduce
$ cd /tmp/ $ wget https://github.com/OffchainLabs/nitro/archive/refs/tags/v2.0.7.tar.gz $ tar -zxf v2.0.7.tar.gz cd nitro-2.0.7 $ git submodule update --init --recursive --force $ git submodule $ ls -l brotli total 0 $ cat .gitmodules [submodule "go-ethereum"] path = go-ethereum url = https://github.com/OffchainLabs/go-ethereum.git [submodule "fastcache"] path = fastcache url = https://github.com/OffchainLabs/fastcache.git [submodule "arbitrator/wasm-libraries/soft-float/SoftFloat"] path = arbitrator/wasm-libraries/soft-float/SoftFloat url = https://github.com/OffchainLabs/SoftFloat.git [submodule "brotli"] path = brotli url = https://github.com/google/brotli.git [submodule "blockscout"] path = blockscout url = https://github.com/OffchainLabs/blockscout.git [submodule "arbitrator/wasm-testsuite/testsuite"] path = arbitrator/wasm-testsuite/testsuite url = https://github.com/WebAssembly/testsuite.git
The text was updated successfully, but these errors were encountered:
tarball is created by github, we have no plans to create custom tarball since the recommended way to get source is using git clone.
github
git clone
Sorry, something went wrong.
No branches or pull requests
Describe the bug
The release tarball file tar.gz doesn't contain submodules
Can use the followed suggestion to add the submodule folder.
AcademySoftwareFoundation/MaterialX#317 (comment)
To Reproduce
The text was updated successfully, but these errors were encountered: