[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [chutney/master] Travis: Run pypy with Tor 0.4.2 on Xenial
commit 5a9271104fec6c5b9bb23d2574596dc9d7c0a2c4
Author: teor <teor@xxxxxxxxxxxxxx>
Date: Fri Dec 20 10:29:53 2019 +1000
Travis: Run pypy with Tor 0.4.2 on Xenial
* PyPy isn't packaged for Travis Bionic yet
* Tor master doesn't work on Travis Xenial, because it only has
OpenSSL 1.1.0, and Tor master requires OpenSSL 1.1.1
Closes ticket 32820.
---
.travis.yml | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 2115e53..46d3866 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -174,6 +174,8 @@ matrix:
## PyPy versions
## PyPy isn't packaged for Travis Bionic yet
+ ## Tor master doesn't work on Travis Xenial, because it only has
+ ## OpenSSL 1.1.0
## Pypy 2
## End of Life: "forever"
@@ -184,11 +186,12 @@ matrix:
addons:
apt:
sources:
- - sourceline: 'deb https://deb.torproject.org/torproject.org tor-nightly-master-xenial main'
+ - sourceline: 'deb https://deb.torproject.org/torproject.org tor-nightly-0.4.2.x-xenial main'
key_url: 'https://deb.torproject.org/torproject.org/A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89.asc'
packages:
- shellcheck
- tor
+ env: TOR="0.4.2-nightly" NETWORK_FLAVOUR="basic-min"
## PyPy does not have documented end of life dates
- python: "pypy3"
@@ -196,11 +199,12 @@ matrix:
addons:
apt:
sources:
- - sourceline: 'deb https://deb.torproject.org/torproject.org tor-nightly-master-xenial main'
+ - sourceline: 'deb https://deb.torproject.org/torproject.org tor-nightly-0.4.2.x-xenial main'
key_url: 'https://deb.torproject.org/torproject.org/A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89.asc'
packages:
- shellcheck
- tor
+ env: TOR="0.4.2-nightly" NETWORK_FLAVOUR="basic-min"
## Uncomment to allow the build to report success (with non-required
## sub-builds continuing to run) if all required sub-builds have
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits