Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

flake: remove package definition #7

Merged
merged 1 commit into from
Nov 7, 2023

Conversation

cpu
Copy link
Member

@cpu cpu commented Nov 7, 2023

A package derivation isn't very useful for this project. The deployment model assumes a Cargo based build on the remote server, orchestrated by Ansible. For local development we also prefer Cargo. Having the package derivation would be useful if we wanted to deploy with Nix, but we don't. It also makes taking Git dependencies in our Cargo.toml cumbersome, and may break builds of tools like bencher-client that aren't written with an isolated build environment in mind.

A package derivation isn't very useful for this project. The deployment
model assumes a Cargo based build on the remote server, orchestrated by
Ansible. For local development we also prefer Cargo. Having the package
derivation would be useful if we wanted to deploy with Nix, but we
don't. It also makes taking Git dependencies in our Cargo.toml
cumbersome, and may break builds of tools like bencher-client that
aren't written with an isolated build environment in mind.
@aochagavia aochagavia merged commit 48e8bef into rustls:main Nov 7, 2023
3 of 4 checks passed
@aochagavia
Copy link
Collaborator

Thanks!

@cpu cpu deleted the cpu-rm-flake-package branch November 7, 2023 14:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants