mirror of
https://github.com/jcefmaven/jcefbuild.git
synced 2025-09-21 23:06:37 +08:00
Disable error handling in distribution building on linux
This commit is contained in:
parent
0e8dc56b0d
commit
e06a40d9a1
@ -53,12 +53,15 @@ else
|
|||||||
cp -r /prebuild/linux32 /jcef/out
|
cp -r /prebuild/linux32 /jcef/out
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
#Entering distribution phase - disable error handling (javadoc building fails here nontheless)
|
||||||
|
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
|
||||||
bash -e make_distrib.sh linux64
|
make_distrib.sh linux64
|
||||||
else
|
else
|
||||||
bash -e make_distrib.sh linux32
|
make_distrib.sh linux32
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#Pack binary_distrib
|
#Pack binary_distrib
|
||||||
|
Loading…
Reference in New Issue
Block a user