Skip to content

Commit

Permalink
unjiggle. ship it
Browse files Browse the repository at this point in the history
  • Loading branch information
ludamad committed Feb 23, 2024
1 parent c9d4bc8 commit 1acbecf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion build-system/scripts/generate_circleci_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,4 @@ def remove_jobs_from_workflow(jobs, to_remove):
workflow_dict["workflows"]["system"]["when"] = {"equal":["system","<< pipeline.parameters.workflow >>"]}
# Convert the new workflow back to JSON string
new_workflow_json_str = json.dumps(workflow_dict, indent=2)
# print(new_workflow_json_str)
print(new_workflow_json_str)
1 change: 0 additions & 1 deletion noir/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

Noir is a Domain Specific Language for SNARK proving systems. It has been designed to use any ACIR compatible proving system.


**This implementation is in early development. It has not been reviewed or audited. It is not suitable to be used in production. Expect bugs!**

## Quick Start
Expand Down

0 comments on commit 1acbecf

Please sign in to comment.