Fix linux build and add increased memory entitlement support

This commit is contained in:
nab138
2026-02-14 13:11:47 -05:00
parent 4c4a5d0051
commit ccc8a685bf
7 changed files with 86 additions and 12 deletions

View File

@@ -43,6 +43,12 @@ jobs:
- name: Install Rust stable
uses: dtolnay/rust-toolchain@stable
- name: Install Linux dependencies
if: runner.os == 'Linux'
run: |
sudo apt-get update
sudo apt-get install -y pkg-config libdbus-1-dev
- name: Build
run: cargo build -p minimal