Skip to content

Commit

Permalink
Tune release script
Browse files Browse the repository at this point in the history
  • Loading branch information
walles committed Oct 23, 2024
1 parent 332f878 commit 2979056
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ set -eu -o pipefail

CROSSBUILD_MACOS_SDK="macosx15.0"

# Git hooks can use this variable to avoid duplicating the CI work we do in here
# anyway.
export RIFF_RELEASING=true

# If this fails, try "xcodebuild -showsdks" to find one that exists
if ! xcrun -sdk $CROSSBUILD_MACOS_SDK --show-sdk-path >/dev/null; then
echo >&2
Expand Down

0 comments on commit 2979056

Please sign in to comment.