From de158d0d77692c51a9f9f9ddeb1a9a57e7a1074c Mon Sep 17 00:00:00 2001 From: NicolasRampoldi <58613770+NicolasRampoldi@users.noreply.github.com> Date: Tue, 10 Sep 2024 15:13:52 -0300 Subject: [PATCH] fix: ci --- .github/workflows/test-risc-zero.yml | 2 -- operator/risc_zero/risc_zero.go | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/test-risc-zero.yml b/.github/workflows/test-risc-zero.yml index e080516c7..cbd8e644f 100644 --- a/.github/workflows/test-risc-zero.yml +++ b/.github/workflows/test-risc-zero.yml @@ -33,7 +33,5 @@ jobs: toolchain: stable - name: Test Risc Zero Rust run: make test_risc_zero_rust_ffi - - name: Print LD_LIBRARY_PATH - run: echo $LD_LIBRARY_PATH - name: Test Risc Zero go bindings run: make test_risc_zero_go_bindings_linux diff --git a/operator/risc_zero/risc_zero.go b/operator/risc_zero/risc_zero.go index ca67362f3..b0f853517 100644 --- a/operator/risc_zero/risc_zero.go +++ b/operator/risc_zero/risc_zero.go @@ -1,7 +1,7 @@ package risc_zero /* -#cgo linux LDFLAGS: -L${SRCDIR}/lib/librisc_zero_verifier_ffi.so -lrisc_zero_verifier_ffi -ldl -lrt -lm -lssl -lcrypto -Wl,--allow-multiple-definition +#cgo linux LDFLAGS: -L${SRCDIR}/lib -lrisc_zero_verifier_ffi -ldl -lrt -lm -lssl -lcrypto -Wl,--allow-multiple-definition #cgo darwin LDFLAGS: -L./lib -lrisc_zero_verifier_ffi #include "lib/risc_zero.h"