[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [Git][tpo/applications/tor-browser-build][main] Bug 41866: Temporarily remove x86 in TorVPN signing scripts



Title: GitLab

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:

Changes:

  • tools/signing/download-torvpn-release.torvpn
    ... ... @@ -24,7 +24,7 @@ test $# -ne 1 && \
    24 24
     tmpdir=$(mktemp -p "$script_dir/../../tmp" -d)
    
    25 25
     trap "rm -Rf $tmpdir" EXIT
    
    26 26
     cd $tmpdir
    
    27
    -for arch in arm64v8a armeabiv7a universal x86 x86_64
    
    27
    +for arch in arm64v8a armeabiv7a universal x86_64
    
    28 28
     do
    
    29 29
       case "$arch" in
    
    30 30
         arm64v8a)
    

  • tools/signing/linux-signer-sign-android-apks
    ... ... @@ -7,7 +7,7 @@ source "$script_dir/functions"
    7 7
     
    
    8 8
     topdir="$script_dir/../.."
    
    9 9
     ARCHS="armv7 aarch64 x86_64"
    
    10
    -test "$SIGNING_PROJECTNAME" = 'torvpn' && ARCHS="$ARCHS x86 multiarch"
    
    10
    +test "$SIGNING_PROJECTNAME" = 'torvpn' && ARCHS="$ARCHS multiarch"
    
    11 11
     projname=$(project-name)
    
    12 12
     # tbb_version_type, tbb_version and SIGNING_PROJECTNAME are used in
    
    13 13
     # wrappers/sign-apk, so we export them
    

  • _______________________________________________
    tor-commits mailing list -- tor-commits@xxxxxxxxxxxxxxxxxxxx
    To unsubscribe send an email to tor-commits-leave@xxxxxxxxxxxxxxxxxxxx