@@ -746,47 +746,6 @@ jobs:
746746 exit 1
747747 fi
748748
749- compile-noir-contracts :
750- name : Compile `noir-contracts` zero inliner aggressiveness
751- needs : [build-binaries]
752- runs-on : ubuntu-22.04
753- timeout-minutes : 30
754- permissions :
755- contents : read
756- steps :
757- - name : Checkout
758- uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
759- with :
760- # Note that we are checking out into a sub-directory, which affects action paths.
761- path : noir-repo
762-
763- - name : Resolve pinned aztec-packages commit
764- id : aztec-commit
765- run : echo "commit=$(yq '.define' ./noir-repo/EXTERNAL_NOIR_LIBRARIES.yml)" >> "$GITHUB_OUTPUT"
766-
767- - name : Checkout
768- uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
769- with :
770- repository : AztecProtocol/aztec-packages
771- ref : ${{ steps.aztec-commit.outputs.commit }}
772- path : test-repo
773-
774- - name : Download nargo binary
775- uses : ./noir-repo/.github/actions/download-binary
776- with :
777- name : nargo
778-
779- - name : Remove requirements on compiler version
780- working-directory : ./test-repo
781- run : |
782- # Github actions seems to not expand "**" in globs by default.
783- shopt -s globstar
784- sed -i '/^compiler_version/d' ./**/Nargo.toml
785-
786- - name : Run nargo compile
787- working-directory : ./test-repo/noir-projects/labs/noir-contracts
788- run : nargo compile --inliner-aggressiveness 0
789-
790749 upload_critical_library_report :
791750 name : Upload critical library report
792751 needs : [external-repo-checks]
@@ -880,7 +839,6 @@ jobs:
880839 # - test-integration-browser
881840 - test-nargo-doc
882841 - test-examples
883- - compile-noir-contracts
884842 permissions :
885843 contents : read
886844
0 commit comments