Author: Matti Picus <matti.pi...@gmail.com> Branch: Changeset: r97611:4a76e7a33530 Date: 2019-09-25 18:30 +0300 http://bitbucket.org/pypy/pypy/changeset/4a76e7a33530/
Log: add aarch64 to release targets diff --git a/pypy/tool/release/force-builds.py b/pypy/tool/release/force-builds.py --- a/pypy/tool/release/force-builds.py +++ b/pypy/tool/release/force-builds.py @@ -28,6 +28,7 @@ 'own-win-x86-32', 'own-linux-s390x', # 'own-macosx-x86-32', + 'own-linux-aarch64', 'pypy-c-jit-linux-x86-32', 'pypy-c-jit-linux-x86-64', # 'pypy-c-jit-freebsd-9-x86-64', @@ -36,6 +37,7 @@ 'pypy-c-jit-linux-s390x', # 'build-pypy-c-jit-linux-armhf-raspbian', # 'build-pypy-c-jit-linux-armel', + 'pypy-c-jit-linux-aarch64', 'rpython-linux-x86-32', 'rpython-linux-x86-64', 'rpython-win-x86-32' diff --git a/pypy/tool/release/repackage.sh b/pypy/tool/release/repackage.sh --- a/pypy/tool/release/repackage.sh +++ b/pypy/tool/release/repackage.sh @@ -28,7 +28,7 @@ # Download latest builds from the buildmaster, rename the top # level directory, and repackage ready to be uploaded to bitbucket actual_ver=xxxxxxxxxxxxxxx -for plat in linux linux64 osx64 s390x # linux-armhf-raspbian linux-armel +for plat in linux linux64 osx64 s390x aarch64 # linux-armhf-raspbian linux-armel do echo downloading package for $plat if wget -q --show-progress http://buildbot.pypy.org/nightly/$branchname/pypy-c-jit-latest-$plat.tar.bz2 _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit