mirror of
https://git.proxmox.com/git/wasi-libc
synced 2025-08-15 08:58:02 +00:00
![]()
Some checks failed
CI / Build libc (10.0.0, windows-latest) (push) Has been cancelled
CI / Build libc (10.0.0, x86_64-apple-darwin, macos-latest) (push) Has been cancelled
CI / Build libc (10.0.0, x86_64-linux-gnu-ubuntu-18.04, ubuntu-latest) (push) Has been cancelled
CI / Build libc (15.0.7, x86_64-apple-darwin21.0, macos-latest) (push) Has been cancelled
CI / Build libc (16.0.0, true, windows-latest) (push) Has been cancelled
CI / Build libc (16.0.0, true, x86_64-linux-gnu-ubuntu-18.04, ubuntu-latest) (push) Has been cancelled
CI / wasi-headers test (macos-latest) (push) Has been cancelled
CI / wasi-headers test (ubuntu-latest) (push) Has been cancelled
CI / wasi-headers test (windows-latest) (push) Has been cancelled
CI / Rustfmt (push) Has been cancelled
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com> |
||
---|---|---|
.. | ||
patches | ||
source | ||
changelog | ||
control | ||
copyright | ||
gbp.conf | ||
README.source | ||
rules | ||
wasi-libc.install | ||
wasi-libc.links | ||
wasi-libc.lintian-overrides | ||
watch |
Embedded MUSL ============= This package embeds a copy of MUSL because its main reverse-dependency (rustc) is very sensitive to its exact ABI and we do not want to have to co-ordinate upgrades with the main musl package in Debian. Updating the package ==================== - In ``rust.git`` run ``debian/rules update-version`` as normal. - Look at ``debian/control`` and get the commit hash from Build-Depends-Indep - commit=<THE COMMIT HASH YOU GOT> - git remote add upstream https://github.com/WebAssembly/wasi-libc || true - git fetch upstream && git checkout upstream-orig && git reset --hard "$commit" && git push origin - git checkout master && uscan --verbose - gbp import-orig ../wasi-libc_0.0~git*.$commit.orig.tar.xz - Finally, update debian/* as normal