mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 09:45:31 +00:00
CI: install libhwloc-dev
This commit is contained in:
parent
593a46452f
commit
44ad2167fb
2 changed files with 3 additions and 1 deletions
2
.github/actions/test-transfer/entrypoint.sh
vendored
2
.github/actions/test-transfer/entrypoint.sh
vendored
|
|
@ -19,7 +19,7 @@ fi
|
||||||
ulimit -a
|
ulimit -a
|
||||||
|
|
||||||
$SUDO apt-get update
|
$SUDO apt-get update
|
||||||
$SUDO apt-get install -y cmake libssl-dev screen rtorrent mktorrent ssl-cert ca-certificates curl golang
|
$SUDO apt-get install -y cmake libssl-dev screen rtorrent mktorrent ssl-cert ca-certificates curl golang libhwloc-dev
|
||||||
|
|
||||||
git clone https://github.com/anacrolix/torrent.git gotorrent
|
git clone https://github.com/anacrolix/torrent.git gotorrent
|
||||||
cd gotorrent
|
cd gotorrent
|
||||||
|
|
|
||||||
2
.github/workflows/cargo-build-and-test.yml
vendored
2
.github/workflows/cargo-build-and-test.yml
vendored
|
|
@ -15,6 +15,8 @@ jobs:
|
||||||
timeout-minutes: 10
|
timeout-minutes: 10
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
- name: Install dependencies
|
||||||
|
run: sudo apt-get update -y && sudo apt-get install libhwloc-dev -y
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
cargo build --verbose -p aquatic_udp --features "cpu-pinning"
|
cargo build --verbose -p aquatic_udp --features "cpu-pinning"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue