mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
CI: use debian buster; make go accept TLS CommonNames in certs
This commit is contained in:
parent
4dd5688999
commit
a268544a1b
2 changed files with 2 additions and 2 deletions
2
.github/actions/test-transfer/Dockerfile
vendored
2
.github/actions/test-transfer/Dockerfile
vendored
|
|
@ -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
|
||||
|
|
|
|||
2
.github/actions/test-transfer/entrypoint.sh
vendored
2
.github/actions/test-transfer/entrypoint.sh
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue