Skip to content

Fix #164: Add Utmpx::is_active() as a workaround on BSD #650

Fix #164: Add Utmpx::is_active() as a workaround on BSD

Fix #164: Add Utmpx::is_active() as a workaround on BSD #650

Workflow file for this run

name: Solaris
on: [push, pull_request]
jobs:
build:
name: Solaris
runs-on: ubuntu-latest
strategy:
matrix:
rust: [nightly]
steps:
- name: Checkout sources
uses: actions/checkout@v3
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ matrix.rust }}
target: rust-src
- name: Setup TOML
run: cp Solaris.toml Cargo.toml
- name: Check Solaris
run: cargo check --target x86_64-sun-solaris -Z build-std