Skip to content

Commit

Permalink
Problem: integration test shell includes dev tools (#1708)
Browse files Browse the repository at this point in the history
Solution:
- remove them from integration test shell
  - some dev tools are moved into flake.nix
  - dapp is in contracts/shell.nix
  - solc is in nix/gen-binding-shell.nix
  • Loading branch information
yihuang authored Nov 29, 2024
1 parent 2ebfd6c commit 2472446
Showing 1 changed file with 0 additions and 13 deletions.
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

0 comments on commit 2472446

Please sign in to comment.