Dan Ballard pushed to branch main at The Tor Project / Applications / tor-browser-build Commits: 908664e4 by Nicolas Vigier at 2026-09-03T12:43:22-07:00 Bug 41866: Temporarily remove x86 in TorVPN signing scripts TorVPN releases won't include an x86 apk until tpo/core/onionmasq#191 is fixed. - - - - - 2 changed files: - tools/signing/download-torvpn-release.torvpn - tools/signing/linux-signer-sign-android-apks Changes: ===================================== tools/signing/download-torvpn-release.torvpn ===================================== @@ -24,7 +24,7 @@ test $# -ne 1 && \ tmpdir=$(mktemp -p "$script_dir/../../tmp" -d) trap "rm -Rf $tmpdir" EXIT cd $tmpdir -for arch in arm64v8a armeabiv7a universal x86 x86_64 +for arch in arm64v8a armeabiv7a universal x86_64 do case "$arch" in arm64v8a) ===================================== tools/signing/linux-signer-sign-android-apks ===================================== @@ -7,7 +7,7 @@ source "$script_dir/functions" topdir="$script_dir/../.." ARCHS="armv7 aarch64 x86_64" -test "$SIGNING_PROJECTNAME" = 'torvpn' && ARCHS="$ARCHS x86 multiarch" +test "$SIGNING_PROJECTNAME" = 'torvpn' && ARCHS="$ARCHS multiarch" projname=$(project-name) # tbb_version_type, tbb_version and SIGNING_PROJECTNAME are used in # wrappers/sign-apk, so we export them View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/90... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/90... You're receiving this email because of your account on gitlab.torproject.org. Manage all notifications: https://gitlab.torproject.org/-/profile/notifications | Help: https://gitlab.torproject.org/help