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

Add non-nix installation instructions #765

Merged
merged 10 commits into from
Nov 17, 2023
Merged

Add non-nix installation instructions #765

merged 10 commits into from
Nov 17, 2023

Conversation

sveitser
Copy link
Collaborator

@sveitser sveitser commented Nov 16, 2023

  • Add instructions
  • Run weekly CI job to execute installation instructions and run tests.

Room for improvement: currently the toolchain file is not read by nix so there is potentital for the toolchain file to go out of sync. It would be easy to do that however, in that case nix flake update won't update rust anymore. I read dependabot doesn't handle toolchain files so we'd have to manually update it. We could also use "stable" instead of a specific version tag.

@sveitser
Copy link
Collaborator Author

Since I removed the PR CI trigger, the latest run is here.

Copy link
Member

@jbearer jbearer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Comment on lines +24 to +27
grep '^ ' doc/ubuntu.md \
| sed 's/^ //' \
| sed 's/^sudo //' \
| bash -exo pipefail
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is pretty nifty 👍

@sveitser sveitser enabled auto-merge (squash) November 17, 2023 15:16
@sveitser sveitser merged commit 4aa3fcb into main Nov 17, 2023
9 checks passed
@sveitser sveitser deleted the ma/non-nix-install branch November 17, 2023 15:24
@nyospe
Copy link
Contributor

nyospe commented Nov 17, 2023

Thank you for this.

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.

3 participants