Skip to content

Commit

Permalink
chore(deps): update actors bundle to v16.0.0-dev (#12751)
Browse files Browse the repository at this point in the history
  • Loading branch information
rvagg authored Dec 4, 2024
1 parent 65230de commit 1f51140
Show file tree
Hide file tree
Showing 3 changed files with 135 additions and 126 deletions.
9 changes: 9 additions & 0 deletions build/actors/pack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,15 @@ else
RELEASE_OVERRIDES=("${@:3}")
fi

if [[ ! "$VERSION" =~ ^v?[0-9]+$ ]]; then
echo "Error: VERSION must be an integer (got: ${VERSION})" >&2
exit 1
fi
if [[ ! "$VERSION" =~ ^v ]]; then
VERSION="v${VERSION}"
fi


echo "Downloading bundles for actors version ${VERSION} release ${RELEASE}"
echo "With release overrides ${RELEASE_OVERRIDES[*]}"

Expand Down
Binary file modified build/actors/v16.tar.zst
Binary file not shown.
Loading

0 comments on commit 1f51140

Please sign in to comment.