mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
[PR #175] [MERGED] Build Debian packages in CI #344
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/bootandy/dust/pull/175
Author: @emmatyping
Created: 9/5/2021
Status: ✅ Merged
Merged: 9/6/2021
Merged by: @bootandy
Base:
master← Head:deb📝 Commits (4)
4df7dfbBuild Debian packages in CIe43362aConditionally build on musl and fix typoebafe0dUse single quotes?8a15b36Make the other parts of the workflow conditional📊 Changes
2 files changed (+32 additions, -0 deletions)
View changed files
📝
.github/workflows/CICD.yml(+18 -0)📝
Cargo.toml(+14 -0)📄 Description
Hi! I recently made an apt repo for Rust cli tools and I'm interested in adding your tool to the apt repo, because I quite like dust :) I generally would like to download the deb packages directly from your releases, so I don't have to build them myself and everyone can use them as well.
Below is an experimental workflow change that should build debian packages which should statically link against musl so there are no glibc version incompatibilities.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.