Skip to content

Commit

Permalink
remove aztec builds from CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kevaundray committed Nov 27, 2023
1 parent 546020d commit 958e11f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 50 deletions.
45 changes: 0 additions & 45 deletions .github/workflows/build-aztec-feature-flag.yml

This file was deleted.

5 changes: 0 additions & 5 deletions .github/workflows/publish-es-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,6 @@ jobs:
nix-cache-name: "noir"
cachix-auth-token: ${{ secrets.CACHIXAUTHTOKEN }}

- name: Enable aztec features
if: ${{ inputs.npm-tag == 'aztec' }}
run: |
echo $'\n'"default = [\"aztec\"]"$'\n' >> compiler/noirc_driver/Cargo.toml
- name: Build wasm package
run: |
nix build -L .#noir_wasm
Expand Down

0 comments on commit 958e11f

Please sign in to comment.