[PR #175] [MERGED] Build Debian packages in CI #344

Closed
opened 2026-06-08 11:27:21 +03:00 by zhus · 0 comments
Owner

📋 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: masterHead: deb


📝 Commits (4)

  • 4df7dfb Build Debian packages in CI
  • e43362a Conditionally build on musl and fix typo
  • ebafe0d Use single quotes?
  • 8a15b36 Make 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.

## 📋 Pull Request Information **Original PR:** https://github.com/bootandy/dust/pull/175 **Author:** [@emmatyping](https://github.com/emmatyping) **Created:** 9/5/2021 **Status:** ✅ Merged **Merged:** 9/6/2021 **Merged by:** [@bootandy](https://github.com/bootandy) **Base:** `master` ← **Head:** `deb` --- ### 📝 Commits (4) - [`4df7dfb`](https://github.com/bootandy/dust/commit/4df7dfb9dd978c3d02d2d2b4a86a7ef4db30543a) Build Debian packages in CI - [`e43362a`](https://github.com/bootandy/dust/commit/e43362a00e2e24f4acc0f872d921d4ebedfbe96f) Conditionally build on musl and fix typo - [`ebafe0d`](https://github.com/bootandy/dust/commit/ebafe0d8bd21c01131d61db5f58cd2041cf0c1e2) Use single quotes? - [`8a15b36`](https://github.com/bootandy/dust/commit/8a15b36b481822c08dc9107f45af55f09120138b) Make the other parts of the workflow conditional ### 📊 Changes **2 files changed** (+32 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/CICD.yml` (+18 -0) 📝 `Cargo.toml` (+14 -0) </details> ### 📄 Description Hi! I recently made [an apt repo for Rust cli tools](https://apt.cli.rs/) 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
zhus added the pull-request label 2026-06-08 11:27:21 +03:00
zhus closed this issue 2026-06-08 11:27:22 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: bootandy/archived-dust#344