tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

arm64-sim (320B)


      1 {
      2     "configure-args": "--enable-simulator=arm64 --enable-rust-simd",
      3     "optimize": true,
      4     "debug": true,
      5     "extra-args": {
      6         "jstests": ["--exclude-file={DIR}/arm64-jstests-slow.txt"],
      7         "jit-test": ["--ignore-timeouts={DIR}/arm64-jittests-timeouts.txt", "--jitflags=debug"]
      8     },
      9     "bits": 64
     10 }