From 9e24b5645d70eec62566884330da609a94775dd3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Thu, 27 Nov 2025 20:43:03 +0100 Subject: [PATCH] Add entitlements for WebAssembly for macOS Tahoe Fixes #14220 --- hugoreleaser.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/hugoreleaser.yaml b/hugoreleaser.yaml index 367942cab..b6fce83fe 100644 --- a/hugoreleaser.yaml +++ b/hugoreleaser.yaml @@ -10,10 +10,14 @@ definitions: plugin: id: macospkgremote type: gorun - command: github.com/gohugoio/hugoreleaser-archive-plugins/macospkgremote@latest + command: github.com/gohugoio/hugoreleaser-archive-plugins/macospkgremote@4a5b6981ba006743eede18b41325695a23cb6c07 custom_settings: package_identifier: io.gohugo.hugo - package_version: ${HUGORELEASER_TAG} + package_version: + ${HUGORELEASER_TAG} + # Needed by Wazero (currently only used when transform.ToMath is used) + # Note that we pass this map to s3 which takes metadata as a map of strings. + package_entitlements: "com.apple.security.cs.allow-jit,com.apple.security.cs.allow-unsigned-executable-memory" bucket: s3fptest queue: https://sqs.eu-north-1.amazonaws.com/656975317043/s3fptest_client access_key_id: ${S3RPC_CLIENT_ACCESS_KEY_ID} -- 2.39.5