Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasRampoldi committed Sep 10, 2024
1 parent 2ac795d commit de158d0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test-risc-zero.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion operator/risc_zero/risc_zero.go
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit de158d0

Please sign in to comment.