Skip to content

Commit

Permalink
Merge branch 'master' into new-docs-version-v0.19.4
Browse files Browse the repository at this point in the history
  • Loading branch information
signorecello authored Nov 28, 2023
2 parents 5bf03ae + 847ca7c commit 093f31d
Show file tree
Hide file tree
Showing 35 changed files with 618 additions and 772 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-aztec-feature-flag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ jobs:
save-if: ${{ github.event_name != 'merge_group' }}

- name: Build with feature flag
run: cargo build --features="noirc_frontend/aztec"
run: cargo build --features="noirc_driver/aztec"
2 changes: 1 addition & 1 deletion .github/workflows/publish-es-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Enable aztec features
if: ${{ inputs.npm-tag == 'aztec' }}
run: |
echo $'\n'"default = [\"aztec\"]"$'\n' >> compiler/noirc_frontend/Cargo.toml
echo $'\n'"default = [\"aztec\"]"$'\n' >> compiler/noirc_driver/Cargo.toml
- name: Build wasm package
run: |
Expand Down
71 changes: 0 additions & 71 deletions .github/workflows/test-abi_wasm.yml

This file was deleted.

99 changes: 0 additions & 99 deletions .github/workflows/test-acvm-js.yml

This file was deleted.

199 changes: 0 additions & 199 deletions .github/workflows/test-integration.yml

This file was deleted.

Loading

0 comments on commit 093f31d

Please sign in to comment.