We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1489de2 commit b334fd9Copy full SHA for b334fd9
.github/workflows/benchmark.yml
@@ -6,6 +6,9 @@ on:
6
- master
7
pull_request:
8
9
+env:
10
+ MINIMUM_NOIR_VERSION: v1.0.0-beta.17
11
+
12
jobs:
13
test:
14
name: Benchmark library
@@ -15,15 +18,14 @@ jobs:
15
18
uses: actions/checkout@v4
16
19
17
20
- name: Install Nargo
- uses: noir-lang/[email protected].3
21
+ uses: noir-lang/[email protected].4
22
with:
23
toolchain: ${{ env.MINIMUM_NOIR_VERSION }}
24
25
- name: Install bb
26
run: |
- npm install -g bbup
- bbup -nv ${{ env.MINIMUM_NOIR_VERSION }}
- sudo apt install libc++-dev
27
+ curl -L https://raw.githubusercontent.com/AztecProtocol/aztec-packages/refs/heads/next/barretenberg/bbup/install | bash
28
+ ~/.bb/bbup -nv 1.0.0-beta.17
29
30
- name: Build Noir benchmark programs
31
run: nargo export
0 commit comments