mirror of
https://github.com/jcefmaven/jcefbuild.git
synced 2026-04-26 15:14:24 +08:00
Modify error handling
This commit is contained in:
@@ -68,15 +68,13 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
#Entering distribution phase - disable error handling (javadoc building fails here nontheless)
|
#Entering distribution phase - disable error handling (javadoc building fails here nontheless)
|
||||||
set -e
|
set +e
|
||||||
|
|
||||||
#Generate distribution
|
#Generate distribution
|
||||||
chmod +x make_distrib.sh
|
chmod +x make_distrib.sh
|
||||||
if [ ${TARGETARCH} == 'amd64' ] || [ ${TARGETARCH} == 'arm64' ]; then
|
if [ ${TARGETARCH} == 'amd64' ] || [ ${TARGETARCH} == 'arm64' ]; then
|
||||||
./make_distrib.sh linux64
|
./make_distrib.sh linux64
|
||||||
else
|
else
|
||||||
# After frequent errors on linux32 in the readme generation script, we disable it by wiping the contents of the script
|
|
||||||
echo "print('Skipping README generation on linux32')" > make_readme.py
|
|
||||||
./make_distrib.sh linux32
|
./make_distrib.sh linux32
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user