fix: Implement systemd-notify directly (#26456)

Co-authored-by: Nerivec <62446222+Nerivec@users.noreply.github.com>
Co-authored-by: Koen Kanters <koenkanters94@gmail.com>
This commit is contained in:
Simon Rettberg
2025-03-02 08:59:28 +01:00
committed by Koen Kanters
co-authored by Nerivec Koen Kanters
parent b6c0f4e5db
commit bfeac07c4c
8 changed files with 293 additions and 54 deletions
+2 -2
View File
@@ -188,8 +188,8 @@ jobs:
cache: pnpm
- name: Install dependencies
# --ignore-scripts prevents the serialport build which often fails on Windows
run: pnpm i --frozen-lockfile --ignore-scripts
# --ignore-scripts prevents build on Windows (only for unix-dgram, so doesn't matter, others have pre-builds)
run: pnpm i --frozen-lockfile ${{ matrix.os == 'windows-latest' && '--ignore-scripts' || '' }}
- name: Build
run: pnpm run build