Skip to content

Commit

Permalink
Merge branch 'master' into ag/fix-use-txn
Browse files Browse the repository at this point in the history
  • Loading branch information
charlielye authored Jan 3, 2025
2 parents 52006dc + 8debec2 commit d2c8485
Show file tree
Hide file tree
Showing 392 changed files with 20,224 additions and 4,998 deletions.
2 changes: 1 addition & 1 deletion .github/RELEASE_FAILED.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Nightly release failed"
assignees: fcarreiro, ludamad
assignees: fcarreiro, ludamad, spypsy
---

The most recent nightly release failed. This means that no `bb` artifacts were published (which are required by Noir).
Expand Down
35 changes: 18 additions & 17 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ jobs:
- 'noir/noir-repo/**'
bb:
- 'barretenberg/cpp/**'
- 'barretenberg/acir_tests/**'
noir-projects:
- 'noir-projects/**'
yarn-project:
Expand Down Expand Up @@ -513,7 +514,7 @@ jobs:
- uses: actions/checkout@v4
with: { ref: "${{ github.event.pull_request.head.sha }}" }
- uses: ./.github/ci-setup-action
- name: Build Bench Binaries
- name: Build Boxes
uses: ./.github/ensure-builder
timeout-minutes: 40
with:
Expand Down Expand Up @@ -543,21 +544,21 @@ jobs:
export CI=1 USE_CACHE=1
scripts/earthly-ci +prover-client-with-cache
rough-rhino-installer:
needs: [bootstrap, configure]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with: { ref: "${{ github.event.pull_request.head.sha }}" }
- uses: ./.github/ci-setup-action
- name: Rough Rhino Installer Helper Script
uses: ./.github/ensure-builder
timeout-minutes: 40
with:
username: ${{ needs.configure.outputs.username }}
runner_type: builder-x86
run: |
scripts/earthly-ci ./spartan/releases/rough-rhino/+test-all
# testnet-installer:
# needs: [bootstrap, configure]
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v4
# with: { ref: "${{ github.event.pull_request.head.sha }}" }
# - uses: ./.github/ci-setup-action
# - name: Testnet Installer Helper Script
# uses: ./.github/ensure-builder
# timeout-minutes: 40
# with:
# username: ${{ needs.configure.outputs.username }}
# runner_type: builder-x86
# run: |
# scripts/earthly-ci ./spartan/releases/testnet/+test-all

protocol-circuits-gates-report:
needs: [ci-rest, configure]
Expand Down Expand Up @@ -656,7 +657,7 @@ jobs:
- kind-network-smoke
- kind-network-test
- boxes-test
- rough-rhino-installer
# - testnet-installer
if: always()
outputs:
failure: ${{ steps.set_failed_jobs.outputs.failure }}
Expand Down
10 changes: 0 additions & 10 deletions .github/workflows/publish-aztec-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -316,16 +316,6 @@ jobs:
--VERSION=${{ steps.version_step.outputs.VERSION }} \
--DRY_RUN=${{ (github.event.inputs.publish == 'false') && '1' || '0' }}
- name: Publish spartan NPM package
run: |
earthly-ci \
--no-output \
--secret NPM_TOKEN=${{ env.NPM_TOKEN }} \
./spartan/releases/rough-rhino+publish-npm \
--DIST_TAG=${{ steps.version_step.outputs.DIST_TAG }} \
--VERSION=${{ steps.version_step.outputs.VERSION }} \
--DRY_RUN=${{ (github.event.inputs.publish == 'false') && '1' || '0' }}
publish-aztec-up:
needs: [configure, publish-manifests]
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .noir-sync-commit
Original file line number Diff line number Diff line change
@@ -1 +1 @@
913be5b013323449963d31ab00f521f572cfcd67
c8a25b52a484115663cccf614bbebe3ca11778f3
20 changes: 10 additions & 10 deletions avm-transpiler/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d2c8485

Please sign in to comment.