Skip to content

Commit dfe490b

Browse files
committed
fix(ci): add library paths for lzma-sys on self-hosted runner
The six-peer-regression job compiles freenet from a separate workspace (river) which doesn't benefit from cached build artifacts. On Arch Linux runners, the linker needs explicit paths to find liblzma. [AI-assisted - Claude]
1 parent 400428b commit dfe490b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,9 @@ jobs:
139139

140140
env:
141141
FREENET_LOG: error
142+
# Ensure lzma-sys can find liblzma on Arch Linux (self-hosted runner)
143+
LIBRARY_PATH: /usr/lib
144+
PKG_CONFIG_PATH: /usr/lib/pkgconfig
142145

143146
steps:
144147
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)