Skip to content

Commit

Permalink
en: testnet v25.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanslwong-crypto-com committed Nov 21, 2024
1 parent f623a96 commit a494ab5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ jobs:
nix_conf: |
extra-sandbox-paths = /etc/docker/config.json=/home/runner/.docker/config.json
- uses: DeterminateSystems/magic-nix-cache-action@v2
- run: nix build .#testnet
- run: >
nix run github:nix-community/nix-eval-jobs
-- --gc-roots-dir gcroot
Expand Down
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
finalImageTag = "testnet-v25.0.0";
imageDigest = "sha256:c7dce7784c80b71219ecfec915faab46f46110d27be6cbe906e4745253e1cd0f";
imageName = "ghcr.io/cronos-labs/zkevm-base-image";
sha256 = "";
sha256 = "sha256-8CShbfqjt9QKuhLXeynDEfYlEluLQo7M+W15Vpq5yz8=";
};
external-node-mainnet = rustPlatform-mainnet.buildRustPackage.override {stdenv = clangStdenv;} {
buildInputs = [openssl];
Expand Down Expand Up @@ -108,7 +108,7 @@
tag = "nix";
fromImage = base-image-testnet;
inherit copyToRoot;
# config.Entrypoint = ["${start external-node-testnet}/bin/start.sh"];
config.Entrypoint = ["${start external-node-testnet}/bin/start.sh"];
};
});
}

0 comments on commit a494ab5

Please sign in to comment.