feat: static builds using nix, including cross #1853

Merged
Jade merged 12 commits from Henry-Hiles/continuwuity:quad/feat/musl-static-builds into main 2026-06-20 02:43:53 +00:00
Member

This pull request allows for static builds with nix, by building .#default-static-aarch64 or .#default-static-x86_64.

To-do:

  • Add to docs
  • Add workflow for releases
  • Consider if we need to being back the rocksdb package instead of using the rocksdb that rust-rocksdb-zaidoon1 builds automatically. We dropped the rocksdb package in this PR due to breaking static builds, but we can keep it for dynamically linked builds. It might help with caching. However, I would not add it back unless someone asks for it.

I have tested dynamically linked, and statically linked on both x86_64 (NixOS) and aarch64 (postmarketOS).

Arguably fixes #912.

Pull request checklist:

  • This pull request targets the main branch, and the branch is named something other than
    main.
  • I have written an appropriate pull request title and my description is clear.
  • I understand I am responsible for the contents of this pull request.
  • I have followed the contributing guidelines:
<!-- In order to help reviewers know what your pull request does at a glance, you should ensure that 1. Your PR title is a short, single sentence describing what you changed 2. You have described in more detail what you have changed, why you have changed it, what the intended effect is, and why you think this will be beneficial to the project. If you have made any potentially strange/questionable design choices, but didn't feel they'd benefit from code comments, please don't mention them here - after opening your pull request, go to "files changed", and click on the "+" symbol in the line number gutter, and attach comments to the lines that you think would benefit from some clarification. --> This pull request allows for static builds with nix, by building `.#default-static-aarch64` or `.#default-static-x86_64`. To-do: - [x] Add to docs - [x] Add workflow for releases - [ ] Consider if we need to being back the rocksdb package instead of using the rocksdb that `rust-rocksdb-zaidoon1` builds automatically. We dropped the rocksdb package in this PR due to breaking static builds, but we can keep it for dynamically linked builds. It might help with caching. However, I would not add it back unless someone asks for it. I have tested dynamically linked, and statically linked on both x86_64 (NixOS) and aarch64 (postmarketOS). <!-- Example: This pull request allows us to warp through time and space ten times faster than before by double-inverting the warp drive with hyperheated jump fluid, both making the drive faster and more efficient. This resolves the common issue where we have to wait more than 10 milliseconds to engage, use, and disengage the warp drive when travelling between galaxies. --> Arguably fixes #912. <!-- Closes: #... --> <!-- Fixes: #... --> <!-- Uncomment the above line(s) if your pull request fixes an issue or closes another pull request by superseding it. Replace `#...` with the issue/pr number, such as `#123`. --> **Pull request checklist:** <!-- You need to complete these before your PR can be considered. If you aren't sure about some, feel free to ask for clarification in #dev:continuwuity.org. --> - [x] This pull request targets the `main` branch, and the branch is named something other than `main`. - [x] I have written an appropriate pull request title and my description is clear. - [x] I understand I am responsible for the contents of this pull request. - I have followed the [contributing guidelines][c1]: - [x] My contribution follows the [code style][c2], if applicable. - [ ] I ran [pre-commit checks][c1pc] before opening/drafting this pull request. - [x] I have [tested my contribution][c1t] (or proof-read it for documentation-only changes) myself, if applicable. This includes ensuring code compiles. - [x] My commit messages follow the [commit message format][c1cm] and are descriptive. <!-- Notes on these requirements: - While not required, we encourage you to sign your commits with GPG or SSH to attest the authenticity of your changes. - While we allow LLM-assisted contributions, we do not appreciate contributions that are low quality, which is typical of machine-generated contributions that have not had a lot of love and care from a human. Please do not open a PR if all you have done is asked ChatGPT to tidy up the codebase with a +-100,000 diff. - In the case of code style violations, reviewers may leave review comments/change requests indicating what the ideal change would look like. For example, a reviewer may suggest you lower a log level, or use `match` instead of `if/else` etc. - In the case of code style violations, pre-commit check failures, minor things like typos/spelling errors, and in some cases commit format violations, reviewers may modify your branch directly, typically by making changes and adding a commit. Particularly in the latter case, a reviewer may rebase your commits to squash "spammy" ones (like "fix", "fix", "actually fix"), and reword commit messages that don't satisfy the format. - Pull requests MUST pass the `Checks` CI workflows to be capable of being merged. This can only be bypassed in exceptional circumstances. If your CI flakes, let us know in matrix:r/dev:continuwuity.org. - Pull requests have to be based on the latest `main` commit before being merged. If the main branch changes while you're making your changes, you should make sure you rebase on main before opening a PR. Your branch will be rebased on main before it is merged if it has fallen behind. - We typically only do fast-forward merges, so your entire commit log will be included. Once in main, it's difficult to get out cleanly, so put on your best dress, smile for the cameras! --> [c1]: https://forgejo.ellis.link/continuwuation/continuwuity/src/branch/main/CONTRIBUTING.md [c2]: https://forgejo.ellis.link/continuwuation/continuwuity/src/branch/main/docs/development/code_style.mdx [c1pc]: https://forgejo.ellis.link/continuwuation/continuwuity/src/branch/main/CONTRIBUTING.md#pre-commit-checks [c1t]: https://forgejo.ellis.link/continuwuation/continuwuity/src/branch/main/CONTRIBUTING.md#running-tests-locally [c1cm]: https://forgejo.ellis.link/continuwuation/continuwuity/src/branch/main/CONTRIBUTING.md#commit-messages
feat: static builds using nix, including cross
All checks were successful
Documentation / Build and Deploy Documentation (pull_request) Has been skipped
Auto Labeler / Apply labels based on changed files (pull_request_target) Successful in 3s
Checks / Changelog / Check changelog is added (pull_request_target) Successful in 7s
Checks / Prek / Check changed files (pull_request) Successful in 6s
Checks / Prek / Clippy and Cargo Tests (pull_request) Has been skipped
Update flake hashes / update-flake-hashes (pull_request) Successful in 57s
Checks / Prek / Pre-commit & Formatting (pull_request) Successful in 2m20s
5a36edbcca
fix: remove un-needed env vars that crane sets automatically
All checks were successful
Documentation / Build and Deploy Documentation (pull_request) Has been skipped
Checks / Prek / Check changed files (pull_request) Successful in 7s
Checks / Changelog / Check changelog is added (pull_request_target) Successful in 7s
Checks / Prek / Clippy and Cargo Tests (pull_request) Has been skipped
Update flake hashes / update-flake-hashes (pull_request) Successful in 54s
Checks / Prek / Pre-commit & Formatting (pull_request) Successful in 1m23s
d0c64bec40
Author
Member

Dynamic builds look a tad broken, will investigate in morning.

Dynamic builds look a tad broken, will investigate in morning.
fix: don't do check on all builds
All checks were successful
Documentation / Build and Deploy Documentation (pull_request) Has been skipped
Checks / Prek / Check changed files (pull_request) Successful in 6s
Checks / Changelog / Check changelog is added (pull_request_target) Successful in 9s
Checks / Prek / Clippy and Cargo Tests (pull_request) Has been skipped
Checks / Prek / Pre-commit & Formatting (pull_request) Successful in 1m11s
Update flake hashes / update-flake-hashes (pull_request) Successful in 1m7s
4234d3e460
Checks can be done with `nix flake check`, no need to slow down build process with this.
Author
Member

It's working now.

It's working now.
feat: add static binaries to docs
Some checks failed
Documentation / Build and Deploy Documentation (pull_request) Has been skipped
Checks / Prek / Check changed files (pull_request) Successful in 6s
Checks / Changelog / Check changelog is added (pull_request_target) Successful in 9s
Checks / Prek / Clippy and Cargo Tests (pull_request) Has been skipped
Checks / Prek / Pre-commit & Formatting (pull_request) Has been cancelled
Update flake hashes / update-flake-hashes (pull_request) Has been cancelled
49486523c1
Henry-Hiles force-pushed quad/feat/musl-static-builds from 49486523c1
Some checks failed
Documentation / Build and Deploy Documentation (pull_request) Has been skipped
Checks / Prek / Check changed files (pull_request) Successful in 6s
Checks / Changelog / Check changelog is added (pull_request_target) Successful in 9s
Checks / Prek / Clippy and Cargo Tests (pull_request) Has been skipped
Checks / Prek / Pre-commit & Formatting (pull_request) Has been cancelled
Update flake hashes / update-flake-hashes (pull_request) Has been cancelled
to 95324ef0af
Some checks failed
Documentation / Build and Deploy Documentation (pull_request) Has been skipped
Checks / Changelog / Check changelog is added (pull_request_target) Successful in 9s
Checks / Prek / Check changed files (pull_request) Successful in 6s
Checks / Prek / Clippy and Cargo Tests (pull_request) Has been skipped
Checks / Prek / Pre-commit & Formatting (pull_request) Has been cancelled
Update flake hashes / update-flake-hashes (pull_request) Has been cancelled
2026-06-18 14:30:52 +00:00
Compare
Henry-Hiles force-pushed quad/feat/musl-static-builds from 95324ef0af
Some checks failed
Documentation / Build and Deploy Documentation (pull_request) Has been skipped
Checks / Changelog / Check changelog is added (pull_request_target) Successful in 9s
Checks / Prek / Check changed files (pull_request) Successful in 6s
Checks / Prek / Clippy and Cargo Tests (pull_request) Has been skipped
Checks / Prek / Pre-commit & Formatting (pull_request) Has been cancelled
Update flake hashes / update-flake-hashes (pull_request) Has been cancelled
to d650932195
All checks were successful
Documentation / Build and Deploy Documentation (pull_request) Has been skipped
Checks / Changelog / Check changelog is added (pull_request_target) Successful in 11s
Checks / Prek / Check changed files (pull_request) Successful in 5s
Checks / Prek / Clippy and Cargo Tests (pull_request) Has been skipped
Update flake hashes / update-flake-hashes (pull_request) Successful in 1m7s
Checks / Prek / Pre-commit & Formatting (pull_request) Successful in 1m21s
2026-06-18 14:31:36 +00:00
Compare
Author
Member

AArch64 working well:
image

AArch64 working well: ![image](/attachments/6d0f67a4-04cb-4604-bdb4-9e23720e1e6a)
feat: add build-nix workflow
Some checks failed
build-nix.yml / feat: add build-nix workflow (pull_request) Failing after 0s
Documentation / Build and Deploy Documentation (pull_request) Has been skipped
Checks / Prek / Check changed files (pull_request) Successful in 7s
Checks / Changelog / Check changelog is added (pull_request_target) Successful in 10s
Checks / Prek / Clippy and Cargo Tests (pull_request) Has been skipped
Checks / Prek / Pre-commit & Formatting (pull_request) Failing after 1m3s
Update flake hashes / update-flake-hashes (pull_request) Successful in 1m4s
2247d74f85
Henry-Hiles changed title from WIP: feat: static builds using nix, including cross to feat: static builds using nix, including cross 2026-06-18 15:38:26 +00:00
Author
Member

@oddlid tested on MacOS, appears to work well.

@oddlid tested on MacOS, appears to work well.
Henry-Hiles removed review request for oddlid 2026-06-18 15:39:01 +00:00
Henry-Hiles force-pushed quad/feat/musl-static-builds from 2247d74f85
Some checks failed
build-nix.yml / feat: add build-nix workflow (pull_request) Failing after 0s
Documentation / Build and Deploy Documentation (pull_request) Has been skipped
Checks / Prek / Check changed files (pull_request) Successful in 7s
Checks / Changelog / Check changelog is added (pull_request_target) Successful in 10s
Checks / Prek / Clippy and Cargo Tests (pull_request) Has been skipped
Checks / Prek / Pre-commit & Formatting (pull_request) Failing after 1m3s
Update flake hashes / update-flake-hashes (pull_request) Successful in 1m4s
to 48137d45c0
All checks were successful
Documentation / Build and Deploy Documentation (pull_request) Has been skipped
Checks / Prek / Check changed files (pull_request) Successful in 4s
Checks / Changelog / Check changelog is added (pull_request_target) Successful in 9s
Checks / Prek / Clippy and Cargo Tests (pull_request) Has been skipped
Update flake hashes / update-flake-hashes (pull_request) Successful in 57s
Checks / Prek / Pre-commit & Formatting (pull_request) Successful in 1m22s
2026-06-18 15:39:31 +00:00
Compare
chore: add changelog
All checks were successful
Documentation / Build and Deploy Documentation (pull_request) Has been skipped
Checks / Prek / Check changed files (pull_request) Successful in 6s
Checks / Changelog / Check changelog is added (pull_request_target) Successful in 9s
Checks / Prek / Clippy and Cargo Tests (pull_request) Has been skipped
Checks / Prek / Pre-commit & Formatting (pull_request) Successful in 1m9s
Update flake hashes / update-flake-hashes (pull_request) Successful in 1m4s
f3aef70b93
Author
Member

We should test on https://forgejo.ellis.link/continuwuation/continuwuity-ci-test before merge, to make sure the build-nix workflow works correctly.

We should test on https://forgejo.ellis.link/continuwuation/continuwuity-ci-test before merge, to make sure the build-nix workflow works correctly.
Henry-Hiles left a comment

Maxperf builds appear to not be fully static, currently.

Maxperf builds appear to not be fully static, currently.
Henry-Hiles changed title from feat: static builds using nix, including cross to WIP: feat: static builds using nix, including cross 2026-06-18 15:51:30 +00:00
Revert "feat: add max-perf package"
All checks were successful
Documentation / Build and Deploy Documentation (pull_request) Has been skipped
Checks / Prek / Check changed files (pull_request) Successful in 6s
Checks / Changelog / Check changelog is added (pull_request_target) Successful in 9s
Checks / Prek / Clippy and Cargo Tests (pull_request) Has been skipped
Checks / Prek / Pre-commit & Formatting (pull_request) Successful in 1m11s
Update flake hashes / update-flake-hashes (pull_request) Successful in 1m4s
6d69989ac5
This reverts commit 46a795bd75.
Henry-Hiles force-pushed quad/feat/musl-static-builds from 6d69989ac5
All checks were successful
Documentation / Build and Deploy Documentation (pull_request) Has been skipped
Checks / Prek / Check changed files (pull_request) Successful in 6s
Checks / Changelog / Check changelog is added (pull_request_target) Successful in 9s
Checks / Prek / Clippy and Cargo Tests (pull_request) Has been skipped
Checks / Prek / Pre-commit & Formatting (pull_request) Successful in 1m11s
Update flake hashes / update-flake-hashes (pull_request) Successful in 1m4s
to 8116c7eb1b
All checks were successful
Documentation / Build and Deploy Documentation (pull_request) Has been skipped
Checks / Prek / Check changed files (pull_request) Successful in 6s
Checks / Changelog / Check changelog is added (pull_request_target) Successful in 9s
Checks / Prek / Clippy and Cargo Tests (pull_request) Has been skipped
Checks / Prek / Pre-commit & Formatting (pull_request) Successful in 1m9s
Update flake hashes / update-flake-hashes (pull_request) Successful in 1m3s
2026-06-18 16:39:58 +00:00
Compare
Henry-Hiles force-pushed quad/feat/musl-static-builds from 8116c7eb1b
All checks were successful
Documentation / Build and Deploy Documentation (pull_request) Has been skipped
Checks / Prek / Check changed files (pull_request) Successful in 6s
Checks / Changelog / Check changelog is added (pull_request_target) Successful in 9s
Checks / Prek / Clippy and Cargo Tests (pull_request) Has been skipped
Checks / Prek / Pre-commit & Formatting (pull_request) Successful in 1m9s
Update flake hashes / update-flake-hashes (pull_request) Successful in 1m3s
to c99c1d1389
All checks were successful
Documentation / Build and Deploy Documentation (pull_request) Has been skipped
Checks / Prek / Check changed files (pull_request) Successful in 6s
Checks / Changelog / Check changelog is added (pull_request_target) Successful in 9s
Checks / Prek / Clippy and Cargo Tests (pull_request) Has been skipped
Checks / Prek / Pre-commit & Formatting (pull_request) Successful in 1m10s
Update flake hashes / update-flake-hashes (pull_request) Successful in 1m4s
2026-06-18 16:44:03 +00:00
Compare
Henry-Hiles changed title from WIP: feat: static builds using nix, including cross to feat: static builds using nix, including cross 2026-06-18 16:58:53 +00:00
Author
Member

@Henry-Hiles wrote in #1853 (comment):

Maxperf builds appear to not be fully static, currently.

I believe I have fixed this, could do with a bit more testing though.

@Henry-Hiles wrote in https://forgejo.ellis.link/continuwuation/continuwuity/pulls/1853#issuecomment-30347: > Maxperf builds appear to not be fully static, currently. I believe I have fixed this, could do with a bit more testing though.
Author
Member

I have tested all the x86_64 builds, they are working properly. Re-testing aarch64.

I have tested all the x86_64 builds, they are working properly. Re-testing aarch64.
Author
Member

AArch64 confirmed working.

AArch64 confirmed working.
feat: improve docs for building with nix
Some checks failed
Documentation / Build and Deploy Documentation (pull_request) Has been skipped
Checks / Prek / Check changed files (pull_request) Successful in 6s
Checks / Changelog / Check changelog is added (pull_request_target) Successful in 9s
Checks / Prek / Clippy and Cargo Tests (pull_request) Has been skipped
Checks / Prek / Pre-commit & Formatting (pull_request) Has been cancelled
Update flake hashes / update-flake-hashes (pull_request) Has been cancelled
ac8d224f10
Henry-Hiles force-pushed quad/feat/musl-static-builds from ac8d224f10
Some checks failed
Documentation / Build and Deploy Documentation (pull_request) Has been skipped
Checks / Prek / Check changed files (pull_request) Successful in 6s
Checks / Changelog / Check changelog is added (pull_request_target) Successful in 9s
Checks / Prek / Clippy and Cargo Tests (pull_request) Has been skipped
Checks / Prek / Pre-commit & Formatting (pull_request) Has been cancelled
Update flake hashes / update-flake-hashes (pull_request) Has been cancelled
to b409a101a3
All checks were successful
Documentation / Build and Deploy Documentation (pull_request) Has been skipped
Checks / Changelog / Check changelog is added (pull_request_target) Successful in 9s
Checks / Prek / Check changed files (pull_request) Successful in 4s
Checks / Prek / Clippy and Cargo Tests (pull_request) Has been skipped
Update flake hashes / update-flake-hashes (pull_request) Successful in 1m8s
Checks / Prek / Pre-commit & Formatting (pull_request) Successful in 1m21s
2026-06-18 17:44:22 +00:00
Compare
chore: more descriptive name for binary build step of workflow
All checks were successful
Checks / Changelog / Check changelog is added (pull_request_target) Successful in 9s
Documentation / Build and Deploy Documentation (pull_request) Has been skipped
Checks / Prek / Check changed files (pull_request) Successful in 6s
Checks / Prek / Pre-commit & Formatting (pull_request) Successful in 1m10s
Update flake hashes / update-flake-hashes (pull_request) Successful in 1m6s
Checks / Prek / Clippy and Cargo Tests (pull_request) Has been skipped
5c164e2d99
Author
Member
Testing in https://forgejo.ellis.link/continuwuation/continuwuity-ci-test/actions/runs/1276/jobs/0/attempt/1
Author
Member
@Henry-Hiles wrote in https://forgejo.ellis.link/continuwuation/continuwuity/pulls/1853#issuecomment-30359: > Testing in https://forgejo.ellis.link/continuwuation/continuwuity-ci-test/actions/runs/1276/jobs/0/attempt/1 Success. Will now try a tag.
Author
Member
@Henry-Hiles wrote in https://forgejo.ellis.link/continuwuation/continuwuity/pulls/1853#issuecomment-30360: > @Henry-Hiles wrote in #1853 (comment): > > > Testing in https://forgejo.ellis.link/continuwuation/continuwuity-ci-test/actions/runs/1276/jobs/0/attempt/1 > > Success. Will now try a tag. Tag CI running: https://forgejo.ellis.link/continuwuation/continuwuity-ci-test/actions/runs/1277/jobs/0/attempt/2
Author
Member
@Henry-Hiles wrote in https://forgejo.ellis.link/continuwuation/continuwuity/pulls/1853#issuecomment-30361: > @Henry-Hiles wrote in #1853 (comment): > > > @Henry-Hiles wrote in #1853 (comment): > > > Testing in https://forgejo.ellis.link/continuwuation/continuwuity-ci-test/actions/runs/1276/jobs/0/attempt/1 > > > > > > Success. Will now try a tag. > > Tag CI running: https://forgejo.ellis.link/continuwuation/continuwuity-ci-test/actions/runs/1277/jobs/0/attempt/2 It worked :) This is ready for review.
Jade approved these changes 2026-06-19 11:30:51 +00:00
@ -53,0 +55,4 @@
Where `packageName` is one of:
- `default`
- `max-perf`: Takes longer to build, but has more runtime optimizations
- `max-perf-haswell`: Optimized for modern CPUs, don't use if your CPU is not Haswell.
Owner
  • or newer
* or newer
Henry-Hiles marked this conversation as resolved
fix: resolve review comment about Haswell CPUs
All checks were successful
Documentation / Build and Deploy Documentation (pull_request) Has been skipped
Checks / Changelog / Check changelog is added (pull_request_target) Successful in 6s
Checks / Prek / Check changed files (pull_request) Successful in 6s
Checks / Prek / Clippy and Cargo Tests (pull_request) Has been skipped
Update flake hashes / update-flake-hashes (pull_request) Successful in 55s
Checks / Prek / Pre-commit & Formatting (pull_request) Successful in 1m20s
f0ead20e43
bart approved these changes 2026-06-19 14:24:30 +00:00
bart left a comment

LGTM :)

LGTM :)
@ -29,14 +28,14 @@ let
attrs = {
inherit src;
strictDeps = true;
Contributor

As discussed on Matrix, you may want to add __structuredAttrs = true; here as well.

As discussed on Matrix, you may want to add `__structuredAttrs = true;` here as well.
Author
Member

Done.

Done.
Henry-Hiles marked this conversation as resolved
chore: enable __structuredAttrs on build
All checks were successful
Documentation / Build and Deploy Documentation (pull_request) Has been skipped
Checks / Changelog / Check changelog is added (pull_request_target) Successful in 6s
Checks / Prek / Check changed files (pull_request) Successful in 6s
Checks / Prek / Clippy and Cargo Tests (pull_request) Has been skipped
Update flake hashes / update-flake-hashes (pull_request) Successful in 50s
Checks / Prek / Pre-commit & Formatting (pull_request) Successful in 1m19s
2ef352cc4a
This is a good practice for modern nix packages
Author
Member
Re-testing builds after adding `__structuredAttrs`: https://forgejo.ellis.link/continuwuation/continuwuity-ci-test/actions/runs/1280/jobs/0/attempt/1
Author
Member

@Henry-Hiles wrote in #1853 (comment):

Re-testing builds after adding __structuredAttrs: https://forgejo.ellis.link/continuwuation/continuwuity-ci-test/actions/runs/1280/jobs/0/attempt/1

Success. This PR should be ready for merge.

@Henry-Hiles wrote in https://forgejo.ellis.link/continuwuation/continuwuity/pulls/1853#issuecomment-30383: > Re-testing builds after adding `__structuredAttrs`: https://forgejo.ellis.link/continuwuation/continuwuity-ci-test/actions/runs/1280/jobs/0/attempt/1 Success. This PR should be ready for merge.
@ -0,0 +10,4 @@
- "v*.*.*"
workflow_dispatch:
schedule:
- cron: '30 0 * * *'
Owner

Any particular reason for nightly builds at 00:30? I don't think main gets pushed to that often, it's more of a burst than a constant stream of updates

Any particular reason for nightly builds at 00:30? I don't think `main` gets pushed to *that* often, it's more of a burst than a constant stream of updates
Author
Member

Jade said to copy it from the distro packages, and this is what they had (e.g. this) Jade also said "once a week" though, so now I'm confused.

Jade said to copy it from the distro packages, and this is what they had ([e.g. this](https://forgejo.ellis.link/continuwuation/continuwuity/src/commit/252ebb46425ca287e97a0c069c9e7d846739d610/.forgejo/workflows/build-debian.yml#L13)) Jade also said ["once a week"](https://matrix.to/#/!ksTlboXVgcyWjv5GrlEeKyQuJ8ZCprnwQx2b6-BQ44Q/$TQLVA4eY5Lwd9UyHa-uowzWL_5TTpmRqbAx6Du_1gWQ?via=continuwuity.org&via=matrix.org&via=federated.nexus) though, so now I'm confused.
Owner

I thought the distro packages ran less often

I thought the distro packages ran less often
Author
Member

What would you prefer I set this to?

What would you prefer I set this to?
Owner

looks like fedora and debian both run on the same schedule, that's probably really wasteful

looks like fedora and debian both run on the same schedule, that's probably really wasteful
Owner

Probably set each of the distro builds to run once a week, on a different day each

Probably set each of the distro builds to run once a week, on a different day each
Author
Member

In this PR, or a follow-up? I can make one right after, if you don't want scope creep in this.

In this PR, or a follow-up? I can make one right after, if you don't want scope creep in this.
Owner

Follow up, I guess

Follow up, I guess
Henry-Hiles marked this conversation as resolved
nex approved these changes 2026-06-20 02:40:53 +00:00
nex left a comment

Looks good to me

Looks good to me
Jade merged commit 71ed283141 into main 2026-06-20 02:43:53 +00:00
Henry-Hiles deleted branch quad/feat/musl-static-builds 2026-06-20 02:47:32 +00:00
Sign in to join this conversation.
No reviewers
nex
continuwuation/Package-Maintainers
No milestone
No project
No assignees
4 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
continuwuation/continuwuity!1853
No description provided.