mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-07 22:04:03 -05:00
chore: Fix CI
This commit is contained in:
5
Makefile
5
Makefile
@@ -12,7 +12,10 @@ RUST_TARGET = $(shell rustc -Vv | grep '^host: ' | cut -d' ' -f2)
|
||||
#RUSTFLAGS = -C target-feature=+crt-static -C link-self-contained=yes
|
||||
|
||||
# List of zkas circuits to compile, used for tests
|
||||
PROOFS_SRC = $(shell find proof -type f -name '*.zk')
|
||||
PROOFS_SRC = \
|
||||
$(shell find proof -type f -name '*.zk') \
|
||||
$(shell find bin/darkirc/proof -type f -name '*.zk')
|
||||
|
||||
PROOFS_BIN = $(PROOFS_SRC:=.bin)
|
||||
|
||||
# List of all binaries built
|
||||
|
||||
Reference in New Issue
Block a user