Skip to content

libtorrent: Add support for AVX2 popcount #21

libtorrent: Add support for AVX2 popcount

libtorrent: Add support for AVX2 popcount #21

Workflow file for this run

name: rTorrent Pull Request
on:
pull_request:
branches:
- 'master'
- 'develop'
- 'stable'
jobs:
whatbox:
runs-on: [self-hosted, linux, whatbox]
steps:
- name: Checkout Pull Request
uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.ref }}
repository: ${{ github.event.pull_request.head.repo.full_name }}
- name: Build Whatbox
run: ./.github/scripts/build_whatbox.sh
shell: bash
arm:
runs-on: [self-hosted, linux, ARM64]
steps:
- name: Checkout Pull Request
uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.ref }}
repository: ${{ github.event.pull_request.head.repo.full_name }}
- name: Build ARM64 Debian 12
run: ./.github/scripts/build.sh
shell: bash