fix(builds): only use posix-spawn patch on emacs-28 builds

The posix-spawn patch has been added to the master branch, but not the
emacs-28 branch yet.
This commit is contained in:
2021-11-12 13:26:24 +00:00
parent f82d299015
commit 7e4ba5a9b8
2 changed files with 3 additions and 1 deletions

View File

@@ -152,7 +152,7 @@ jobs:
- name: Build Emacs
run: >-
./builder/build-emacs-for-macos --plan build-plan.yml
--no-relink-eln-files --native-full-aot --posix-spawn
--no-relink-eln-files --native-full-aot
${{ inputs.build_args }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

View File

@@ -24,6 +24,8 @@ jobs:
os: macos-10.15
git_ref: emacs-28
git_sha: ${{ github.event.inputs.git_sha }}
build_args: >-
--posix-spawn
secrets:
APPLE_DEVELOPER_CERTIFICATE_P12_BASE64: ${{ secrets.APPLE_DEVELOPER_CERTIFICATE_P12_BASE64 }}
APPLE_DEVELOPER_CERTIFICATE_PASSWORD: ${{ secrets.APPLE_DEVELOPER_CERTIFICATE_PASSWORD }}