]> Sergey Matveev's repositories - btrtrc.git/commitdiff
Add LDFLAGS for possum
authorMatt Joiner <anacrolix@gmail.com>
Mon, 12 May 2025 03:23:27 +0000 (13:23 +1000)
committerMatt Joiner <anacrolix@gmail.com>
Mon, 12 May 2025 03:23:27 +0000 (13:23 +1000)
.github/workflows/go.yml

index d1d216bdedb1242968484f8598b365b113b0ad47..e81836ade0073b8ae62b54dd15f65d1b5009cf12 100644 (file)
@@ -5,6 +5,8 @@ on: [push, pull_request]
 jobs:
   test:
     runs-on: ${{ matrix.os }}
+    env:
+      CGO_LDFLAGS: "-Lstorage/possum/lib/target/debug -lpossum"
     strategy:
       matrix:
         go-version: ["1.22", "1.23", "1.24"]