fix(build): disable relinking shared libs in *.eln files

Relinking the libgcc shared lib within bundled *.eln files seems to
prevent code signing from having enough space to add a signature to the
files. So for now it looks like we have to disable it.
This commit is contained in:
2021-08-05 00:11:17 +01:00
parent baea14c975
commit dae8939b35

View File

@@ -121,7 +121,8 @@ jobs:
- name: Build Emacs
run: >-
./builder/build-emacs-for-macos --plan build-plan.yml
--native-full-aot ${{ github.event.inputs.extraBuildArgs }}
--native-full-aot --no-relink-eln-files
${{ github.event.inputs.extraBuildArgs }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Install the Apple signing certificate