Skip to content

Commit

Permalink
chore: clean up some leftover comments
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyasRidhuan committed Mar 8, 2024
1 parent aef55d2 commit acfccb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
3 changes: 1 addition & 2 deletions barretenberg/acir_tests/Dockerfile.bb.sol
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,5 @@ WORKDIR /usr/src/barretenberg/acir_tests
COPY . .
# Run every acir test through a solidity verifier.
RUN (cd sol-test && yarn)
CMD ["/bin/bash"]
# RUN PARALLEL=1 FLOW=sol ./run_acir_tests.sh
RUN PARALLEL=1 FLOW=sol ./run_acir_tests.sh

5 changes: 1 addition & 4 deletions barretenberg/sol/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ COPY ./cpp .
# Build everything to ensure everything builds. All tests will be run from the result of this build.
RUN cmake --preset clang16 && cmake --build --preset clang16 --target solidity_key_gen solidity_proof_gen

# FROM docker.io/frolvlad/alpine-glibc:alpine-3.17_glibc-2.34 as builder
# RUN apk update && apk add git curl build-base openmp-dev bash
FROM ubuntu:lunar
RUN apt update && apt install -y \
build-essential \
Expand All @@ -39,8 +37,7 @@ COPY --from=builder /usr/src/barretenberg/cpp/srs_db /usr/src/barretenberg/cpp/s
WORKDIR /usr/src/barretenberg/sol
COPY ./sol .

# Copy forge binary directly from foundry
# COPY --from=ghcr.io/foundry-rs/foundry:latest /usr/local/bin/forge /usr/local/bin/forge
# Download and install foundry
RUN curl -L https://foundry.paradigm.xyz | bash
ENV PATH="${PATH}:/root/.foundry/bin"
RUN foundryup
Expand Down

0 comments on commit acfccb4

Please sign in to comment.