boklm pushed to branch main at The Tor Project / Applications / tor-browser-build

Commits:

5 changed files:

Changes:

  • projects/gcc-cross/config
    ... ... @@ -26,11 +26,6 @@ var:
    26 26
         - gawk
    
    27 27
         - rsync
    
    28 28
     
    
    29
    -targets:
    
    30
    -  linux-arm:
    
    31
    -    var:
    
    32
    -      configure_opt: '--target=[% c("var/crosstarget") %] --disable-multilib --enable-languages=c,c++ --with-glibc-version=[% c("var/glibc_version") %] --with-arch=armv7-a --with-fpu=vfpv3-d16 --with-float=hard --with-mode=thumb'
    
    33
    -
    
    34 29
     input_files:
    
    35 30
       - project: container-image
    
    36 31
       - project: gcc-source
    

  • projects/go/config
    ... ... @@ -62,9 +62,6 @@ targets:
    62 62
       linux-aarch64:
    
    63 63
         var:
    
    64 64
           GOARCH: arm64
    
    65
    -  linux-arm:
    
    66
    -    var:
    
    67
    -      GOARCH: arm
    
    68 65
       android:
    
    69 66
         var:
    
    70 67
           GOOS: android
    

  • projects/openssl/config
    ... ... @@ -11,9 +11,6 @@ targets:
    11 11
       linux-aarch64:
    
    12 12
         var:
    
    13 13
           configure_opts: -shared --cross-compile-prefix=[% c("var/crosstarget") %]- enable-ec_nistp_64_gcc_128 linux-aarch64
    
    14
    -  linux-arm:
    
    15
    -    var:
    
    16
    -      configure_opts: -shared --cross-compile-prefix=[% c("var/crosstarget") %]- linux-armv4
    
    17 14
       windows:
    
    18 15
         var:
    
    19 16
           flag_mwindows: ''
    

  • projects/tor/config
    ... ... @@ -29,11 +29,6 @@ targets:
    29 29
           libdir: lib64
    
    30 30
           arch_deps:
    
    31 31
             - zlib1g-dev:arm64
    
    32
    -  linux-arm:
    
    33
    -    var:
    
    34
    -      libdir: lib
    
    35
    -      arch_deps:
    
    36
    -        - zlib1g-dev:armhf
    
    37 32
     
    
    38 33
       android:
    
    39 34
         var:
    

  • rbm.conf
    ... ... @@ -529,16 +529,6 @@ targets:
    529 529
         - linux-aarch64
    
    530 530
         - linux
    
    531 531
         - mullvadbrowser
    
    532
    -  torbrowser-linux-arm:
    
    533
    -    - linux-cross
    
    534
    -    - linux-arm
    
    535
    -    - linux
    
    536
    -    - torbrowser
    
    537
    -  basebrowser-linux-arm:
    
    538
    -    - linux-cross
    
    539
    -    - linux-arm
    
    540
    -    - linux
    
    541
    -    - basebrowser
    
    542 532
       linux-x86_64:
    
    543 533
         arch: x86_64
    
    544 534
         var:
    
    ... ... @@ -554,14 +544,6 @@ targets:
    554 544
           linux-cross: 1
    
    555 545
           arch_debian: arm64
    
    556 546
           crosstarget: aarch64-linux-gnu
    
    557
    -  linux-arm:
    
    558
    -    arch: arm
    
    559
    -    var:
    
    560
    -      linux-arm: 1
    
    561
    -      osname: linux-arm
    
    562
    -      linux-cross: 1
    
    563
    -      arch_debian: armhf
    
    564
    -      crosstarget: arm-linux-gnueabihf
    
    565 547
       linux-cross:
    
    566 548
         var:
    
    567 549
           linux-cross: 1