CI: use debian buster; make go accept TLS CommonNames in certs

This commit is contained in:
Joakim Frostegård 2021-08-16 19:54:02 +02:00
parent 4dd5688999
commit a268544a1b
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
# Container image that runs your code
FROM rust:bullseye
FROM rust:latest
# Copies your code file from your action repository to the filesystem path `/` of the container
COPY entrypoint.sh /entrypoint.sh

View file

@ -246,7 +246,7 @@ screen -dmS rtorrent-leech rtorrent
git clone https://github.com/anacrolix/torrent.git leech
cd leech
GOPPROF=http go run -v ./cmd/torrent download ../torrents/wss-ipv4.torrent > "$HOME/wss-leech.log" 2>&1 &
GOPPROF=http GODEBUG=x509ignoreCN=0 go run -v ./cmd/torrent download ../torrents/wss-ipv4.torrent > "$HOME/wss-leech.log" 2>&1 &
cd ..
# Check for completion