Skip to content

Commit ff1ac5c

Browse files
committed
build(nix): Don't set CMAKE_SKIP_BUILD_RPATH
This no longer appears to be needed, and it breaks test execution.
1 parent 4bffb15 commit ff1ac5c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.devops/nix/package.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,6 @@ effectiveStdenv.mkDerivation (finalAttrs: {
188188
cmakeFlags =
189189
[
190190
(cmakeBool "BUILD_SHARED_LIBS" (!enableStatic))
191-
(cmakeBool "CMAKE_SKIP_BUILD_RPATH" true)
192191
(cmakeBool "LLAMA_CURL" enableCurl)
193192
(cmakeBool "GGML_NATIVE" false)
194193
(cmakeBool "GGML_BLAS" useBlas)

0 commit comments

Comments
 (0)