Skip to content

PowerPC64LE

PowerPC64LE #86

Workflow file for this run

name: PowerPC64LE
on:
workflow_dispatch:
concurrency:
group: ci-powerpc64le-tests-${{ github.ref }}-1
cancel-in-progress: true
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-24.04-ppc64le
steps:
- name: apt-get update Ubuntu, libwayland-dev
run: |
sudo apt-get update
sudo apt-get install libwayland-dev
- uses: actions/checkout@v6
# - uses: actions/setup-python@v6.0.0
# with:
# python-version: '3.13'
- name: Install and Run Redis
run: |
sudo apt-get install redis-server
sudo service redis-server start
- name: Installing Rust toolchain
uses: dtolnay/rust-toolchain@master
with:
toolchain: stable
targets: powerpc64le-unknown-linux-gnu
- name: Setup Rust-cache
uses: Swatinem/rust-cache@v2
with:
key: qsv-ppc64lecache
- name: Run tests
env:
RUSTFLAGS: -C target-cpu=native
run: cargo test --verbose --locked --features=apply,fetch,foreach,luau,python,feature_capable,ui