pinicarus opened issue #3808:
Feature
For distribution package managers, its a lot easier if each upstream release provides a consolidated source code archive.
Currently the main
wasmtime
project needs at least theWASI
,crates/wasi-nn/spec
andcrates/wasi-crypto/spec
git submodules to properly compile but these do not provide matching release source code archives.A simple github/workflows task could easily consolidate all submodules into a single archive, as done e.g. by the wabt project.
Benefit
Each release provides a consolidated source code archive, that in turn makes it simpler to provide distribution packages built on them and spread the project to a bigger audience.
Alternatives
Each distribution package maintainer needs to fetch individual source code archive for each submodules, possibly sticking to the
main
branch, which may break package building unexpectedly or fixating to a specific commit, which would not include fixes until refreshed.This is a cumbersome and error-prone way to write distribution packages, which in turn could hurt the upstream project visibility.
pinicarus edited issue #3808:
Feature
For distribution package maintainers, its a lot easier if each upstream release provides a consolidated source code archive.
Currently the main
wasmtime
project needs at least theWASI
,crates/wasi-nn/spec
andcrates/wasi-crypto/spec
git submodules to properly compile but these do not provide matching release source code archives.A simple github/workflows task could easily consolidate all submodules into a single archive, as done e.g. by the wabt project.
Benefit
Each release provides a consolidated source code archive, that in turn makes it simpler to provide distribution packages built on them and spread the project to a bigger audience.
Alternatives
Each distribution package maintainer needs to fetch individual source code archive for each submodules, possibly sticking to the
main
branch, which may break package building unexpectedly or fixating to a specific commit, which would not include fixes until refreshed.This is a cumbersome and error-prone way to write distribution packages, which in turn could hurt the upstream project visibility.
pinicarus edited issue #3808:
Feature
For distribution package maintainers, its a lot easier if each upstream release provides a consolidated source code archive.
Currently the main
wasmtime
project needs at least theWASI
,crates/wasi-nn/spec
andcrates/wasi-crypto/spec
git submodules to properly compile but these do not provide matching release source code archives.A simple github/workflows task could easily consolidate all submodules into a single archive, as done e.g. by the wabt project.
Benefit
Each release provides a consolidated source code archive, that in turn makes it simpler to provide distribution packages built on them and spread the project to a bigger audience.
Alternatives
Each distribution package maintainer needs to fetch individual source code archives for each submodule, possibly sticking to the
main
branch, which may break package building unexpectedly or fixating to a specific commit, which would not include fixes until refreshed.This is a cumbersome and error-prone way to write distribution packages, which in turn could hurt the upstream project visibility.
alexcrichton closed issue #3808:
Feature
For distribution package maintainers, its a lot easier if each upstream release provides a consolidated source code archive.
Currently the main
wasmtime
project needs at least theWASI
,crates/wasi-nn/spec
andcrates/wasi-crypto/spec
git submodules to properly compile but these do not provide matching release source code archives.A simple github/workflows task could easily consolidate all submodules into a single archive, as done e.g. by the wabt project.
Benefit
Each release provides a consolidated source code archive, that in turn makes it simpler to provide distribution packages built on them and spread the project to a bigger audience.
Alternatives
Each distribution package maintainer needs to fetch individual source code archives for each submodule, possibly sticking to the
main
branch, which may break package building unexpectedly or fixating to a specific commit, which would not include fixes until refreshed.This is a cumbersome and error-prone way to write distribution packages, which in turn could hurt the upstream project visibility.
Last updated: Nov 22 2024 at 17:03 UTC