File tree 5 files changed +7
-7
lines changed
yarn-project/noir-contracts
5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 6
6
[subrepo]
7
7
remote = https://github.com/AztecProtocol/barretenberg
8
8
branch = master
9
- commit = 760438bf40eb3315b1953898a439e462baef5c90
10
- parent = 1d0e25d9fad69aebccacf9f646e3291ea89716ca
9
+ commit = ee778d49251b4c5f2569f25d180e0ec8c99d234b
10
+ parent = c808912b2ef1ca4403010eb159bf602af61ba1a3
11
11
method = merge
12
12
cmdver = 0.4.6
Original file line number Diff line number Diff line change 1
- FROM ubuntu:jammy AS builder
1
+ FROM ubuntu:lunar AS builder
2
2
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y build-essential wget git libssl-dev cmake ninja-build curl
3
3
RUN curl https://wasmtime.dev/install.sh -sSf | bash /dev/stdin --version v3.0.1
4
4
WORKDIR /usr/src/barretenberg/cpp
Original file line number Diff line number Diff line change 1
- FROM ubuntu:jammy AS builder
1
+ FROM ubuntu:lunar AS builder
2
2
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y build-essential wget git libssl-dev cmake ninja-build curl binaryen
3
3
4
4
WORKDIR /usr/src/circuits/cpp/barretenberg/cpp
Original file line number Diff line number Diff line change 1
- FROM ubuntu:jammy AS builder
1
+ FROM ubuntu:lunar AS builder
2
2
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y build-essential git libssl-dev cmake ninja-build curl binaryen
3
3
4
4
WORKDIR /usr/src/circuits/cpp/barretenberg/cpp
9
9
10
10
RUN cmake --preset wasm && cmake --build --preset wasm
11
11
12
- FROM ubuntu:jammy
12
+ FROM ubuntu:lunar
13
13
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y xz-utils curl
14
14
RUN curl https://wasmtime.dev/install.sh -sSf | bash /dev/stdin --version v3.0.1
15
15
COPY --from=builder /usr/src/circuits/cpp/barretenberg/cpp/srs_db /usr/src/circuits/cpp/barretenberg/cpp/srs_db
Original file line number Diff line number Diff line change 1
1
# Running on ubuntu until noir supports an alpine build
2
2
3
3
# Builder stage to build the noir artifacts
4
- FROM ubuntu:jammy
4
+ FROM ubuntu:lunar
5
5
6
6
RUN apt-get update && apt-get install -y \
7
7
jq \
You can’t perform that action at this time.
0 commit comments