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

Problem: integration test shell includes dev tools #1708

Merged
merged 1 commit into from
Nov 29, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions integration_tests/shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,14 @@
system ? builtins.currentSystem,
pkgs ? import ../nix { inherit system; },
}:
let
renameExe = pkgs.callPackage ../nix/rename-exe.nix { };
in
pkgs.mkShell {
buildInputs = [
pkgs.jq
pkgs.go
pkgs.gomod2nix
(pkgs.callPackage ../. { coverage = true; }) # cronosd
pkgs.start-scripts
pkgs.go-ethereum
pkgs.cosmovisor
pkgs.poetry
pkgs.nodejs
pkgs.git
pkgs.dapp
(renameExe pkgs.solc-static-versions.solc_0_6_8 "solc-0.6.8" "solc06")
(renameExe pkgs.solc-static-versions.solc_0_8_21 "solc-0.8.21" "solc08")
pkgs.test-env
pkgs.nixfmt-rfc-style
pkgs.rocksdb
pkgs.chain-maind
pkgs.hermes
pkgs.rly
Expand Down
Loading