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

Pass --ignore-environment to nix dev shells in performance scripts #4041

Merged
merged 2 commits into from
Aug 20, 2024

Conversation

goodlyrottenapple
Copy link
Contributor

Due to recent packaging changes to the blockchain plugin, the KEVM performance script started to fail as it was using libraries provided by brew and not nix on my local machine. The fix is to call nix develop with --ignore-environment, which purges the path of any non-nix paths. In general it is good practice to do this in any dev shells we call in one of these scripts, as there is less likelihood of similar issues arising.

@goodlyrottenapple goodlyrottenapple marked this pull request as ready for review August 19, 2024 15:45
Copy link
Member

@jberthold jberthold left a comment

Choose a reason for hiding this comment

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

LGTM
The performance-test-mx.sh flavour is probably obsolete now. (and was anyway only testing the very fast ones - not representative), we might want to delete that one.

@rv-jenkins rv-jenkins merged commit b9e677d into master Aug 20, 2024
6 checks passed
@rv-jenkins rv-jenkins deleted the sam/performance-scripts-ignore-environment branch August 20, 2024 08:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants