Skip to content

Commit 2c40327

Browse files
committed
gitian: Remove codesign_allocate and pagestuff from MacOS build
1 parent f55eed2 commit 2c40327

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
@@ -138,8 +138,6 @@ script: |
138138
cp contrib/macdeploy/detached-sig-apply.sh unsigned-app-${i}
139139
cp contrib/macdeploy/detached-sig-create.sh unsigned-app-${i}
140140
cp ${BASEPREFIX}/${i}/native/bin/dmg unsigned-app-${i}
141-
cp ${BASEPREFIX}/${i}/native/bin/${i}-codesign_allocate unsigned-app-${i}/codesign_allocate
142-
cp ${BASEPREFIX}/${i}/native/bin/${i}-pagestuff unsigned-app-${i}/pagestuff
143141
mv dist unsigned-app-${i}
144142
pushd unsigned-app-${i}
145143
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)