- Notifications
You must be signed in to change notification settings - Fork102
chore: align ci with local dev#374
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
55deb64
intomainUh oh!
There was an error while loading.Please reload this page.
willruggiano commentedApr 25, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Have you guys ever dabbled with Nix? I have found that it excels at this sort of thing (i.e. dev/ci determinism/reproducibility). There is agreat blog post that was written primarily about building Docker images using Nix, but the sentiment applies to CI in general. But alas I am heavily invested and thus heavily biased :D Anyways, if you are interested I'd be more than happy to discuss in detail with you. Or even if you aren't but are nonetheless curious! Thought I'd toss it out there considering I just went through a similar exercise in a repository of my own. |
Uh oh!
There was an error while loading.Please reload this page.
just
commands in CIsqlx-cli
withjust install-tools
andjust upgrade-tools
bun install
fromjust upgrade-tools
the
rust-toolchain.toml
file was weird – it complained for the longest time thatcargo fmt
wasn't available with the 1.86.0 version, but now it just works. Seems to be just buggy sometimes