File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 5656 nix build ".#packages.${SYSTEM}.node_modules_updater" --no-link 2>&1 | tee "$BUILD_LOG" || true
5757
5858 # Extract hash from build log with portability
59- HASH="$(grep -oE 'got:\s*sha256 -[A-Za-z0-9+/=]+' "$BUILD_LOG" | tail -n1 || true)"
59+ HASH="$(grep -oP 'got:\s*\Ksha256 -[A-Za-z0-9+/=]+' "$BUILD_LOG" | tail -n1 || true)"
6060
6161 if [ -z "$HASH" ]; then
6262 echo "::error::Failed to compute hash for ${SYSTEM}"
Original file line number Diff line number Diff line change 11{
22 "nodeModules" : {
3- "x86_64-linux" : " got: sha256-nMERinypUtIZGfLlAS5meYrvH5tTl2SkdG3GUguhOos=" ,
4- "aarch64-linux" : " got: sha256-aQ42YVcjXSxpweA3e0SfJ8mnMWEqGeIOKg1cIhn8szA=" ,
5- "aarch64-darwin" : " got: sha256-OGtUfhKWTRqi8bYcqkvfb1RZa3iS0DVy5bbRry47Og4=" ,
6- "x86_64-darwin" : " got: sha256-kdzsr67cGduvGl+4UVdngiKNCaVw88WeMgx1ckVbG30="
3+ "x86_64-linux" : " sha256-nMERinypUtIZGfLlAS5meYrvH5tTl2SkdG3GUguhOos=" ,
4+ "aarch64-linux" : " sha256-aQ42YVcjXSxpweA3e0SfJ8mnMWEqGeIOKg1cIhn8szA=" ,
5+ "aarch64-darwin" : " sha256-OGtUfhKWTRqi8bYcqkvfb1RZa3iS0DVy5bbRry47Og4=" ,
6+ "x86_64-darwin" : " sha256-kdzsr67cGduvGl+4UVdngiKNCaVw88WeMgx1ckVbG30="
77 }
88}
You can’t perform that action at this time.
0 commit comments