Skip to content

Commit

Permalink
only build cli in cross
Browse files Browse the repository at this point in the history
  • Loading branch information
Schaeff committed Apr 12, 2022
1 parent 3259cd8 commit 8f48bbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ jobs:
- run:
name: Build
no_output_timeout: "1h"
command: RUSTFLAGS="--remap-path-prefix=$PWD=" << parameters.build-with >> build --target << parameters.target >> --release
command: cd zokrates_cli && RUSTFLAGS="--remap-path-prefix=$PWD=" << parameters.build-with >> build --target << parameters.target >> --release
- tar_artifacts:
target: << parameters.target >>
publish_artifacts:
Expand Down

0 comments on commit 8f48bbb

Please sign in to comment.