-
Notifications
You must be signed in to change notification settings - Fork 1
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
Introduce Nix flakes #7
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Remove old evmc-related options and checks
These submodules have been removed.
This is a temporary solution required because blueprint and crypto3 CMake files are broken and do not provide correct targets. See TODO.
These files must be already installed. Reinstalling them leads to an error.
Add build, check and dev shell outputs. Build emvc and intx with Nix.
Now this workflow uses Nix.
This PR will fail until this fix in After this fix, we need to update lock for this flake. |
This blueprint revision is not yet in master. So this commit is going to be reverted as soon we fix blueprint. For now just pin the side branch. This allows to run CI successfully.
For now I simply pinned blueprint revision to non-master branch of this PR: This must be reverted after merge. |
This reverts commit 5235378. Installation was removed by mistake and must be there.
Because evmc submodule is removed, its installation must be removed too.
These inputs have to be propagated otherwise any user won't be able to use e.g. assigner.hpp because dependent headers won't be found.
This was referenced Apr 12, 2024
Closed
akokoshn
approved these changes
Apr 12, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add Nix flake file to: