mirror of
https://github.com/jcefmaven/jcefbuild.git
synced 2026-02-24 20:14:25 +08:00
Skip README generation for linux32
This commit is contained in:
@@ -75,6 +75,8 @@ chmod +x make_distrib.sh
|
||||
if [ ${TARGETARCH} == 'amd64' ] || [ ${TARGETARCH} == 'arm64' ]; then
|
||||
./make_distrib.sh linux64
|
||||
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
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user