mirror of https://github.com/BOINC/boinc.git
BOINC Fix problem in script which runs CI builds introduced by commit 797cbc8d9d
for PR #4892
This commit is contained in:
parent
7a813d94a7
commit
4171a48c17
|
@ -232,7 +232,7 @@ if [ ${retval} -ne 0 ]; then
|
|||
cd ..; exit 1;
|
||||
fi
|
||||
echo "Verifying architecture (x86_64 arm64) of boinc_finish_install..."
|
||||
lipo ./build/${style}/boinc_finish_install -verify_arch x86_64 arm64 | $beautifier; retval=${PIPESTATUS[0]}
|
||||
lipo ./build/${style}/BOINC_Finish_Install.app/Contents/MacOS/BOINC_Finish_Install -verify_arch x86_64 arm64 | $beautifier; retval=${PIPESTATUS[0]}
|
||||
if [ ${retval} -ne 0 ]; then
|
||||
echo "Verifying architecture (x86_64 arm64) of boinc_finish_install...failed"
|
||||
echo "Building ${target}...failed"
|
||||
|
|
Loading…
Reference in New Issue