Skip to content

Commit 05ab6f8

Browse files
committed
fixup! tools: cache V8 builds in test-shared
1 parent 85900e8 commit 05ab6f8

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tools/dep_updaters/update-nixpkgs-pin.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ set -ex
66
BASE_DIR=$(cd "$(dirname "$0")/../.." && pwd)
77
NIXPKGS_PIN_FILE="$BASE_DIR/tools/nix/pkgs.nix"
88
OPENSSL_MATRIX_FILE="$BASE_DIR/tools/nix/openssl-matrix.json"
9-
TEST_SHARED_WORKFLOW_FILE="$BASE_DIR/.github/workflows/test-shared.yml"
109

1110
NIXPKGS_REPO=$(grep 'repo =' "$NIXPKGS_PIN_FILE" | awk -F'"' '{ print $2 }')
1211
CURRENT_VERSION_SHA1=$(grep 'rev =' "$NIXPKGS_PIN_FILE" | awk -F'"' '{ print $2 }')

0 commit comments

Comments
 (0)