Skip to content

Commit a17041e

Browse files
committed
gitian: Remove codesign_allocate and pagestuff from MacOS build
Github-Pull: #20880 Rebased-From: 2c40327
1 parent 9c7c0e6 commit a17041e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

contrib/gitian-descriptors/gitian-osx.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,6 @@ script: |
142142
cp contrib/macdeploy/detached-sig-apply.sh unsigned-app-${i}
143143
cp contrib/macdeploy/detached-sig-create.sh unsigned-app-${i}
144144
cp ${BASEPREFIX}/${i}/native/bin/dmg ${BASEPREFIX}/${i}/native/bin/genisoimage unsigned-app-${i}
145-
cp ${BASEPREFIX}/${i}/native/bin/${i}-codesign_allocate unsigned-app-${i}/codesign_allocate
146-
cp ${BASEPREFIX}/${i}/native/bin/${i}-pagestuff unsigned-app-${i}/pagestuff
147145
mv dist unsigned-app-${i}
148146
pushd unsigned-app-${i}
149147
find . | sort | tar --mtime="$REFERENCE_DATETIME" --no-recursion --mode='u+rw,go+r-w,a+X' --owner=0 --group=0 -c -T - | gzip -9n > ${OUTDIR}/${DISTNAME}-osx-unsigned.tar.gz

0 commit comments

Comments
 (0)