File tree 1 file changed +0
-10
lines changed
yarn-project/yarn-project-base
1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -114,20 +114,10 @@ RUN ./scripts/generate-artifacts.sh
114
114
WORKDIR /usr/src/yarn-project
115
115
116
116
# Generate noir contract artifacts
117
- FROM builder_ as noir_types
118
- COPY . .
119
- COPY --from=noir /usr/src/yarn-project/noir-contracts/src/contracts /usr/src/yarn-project/noir-contracts/src/contracts
120
- COPY --from=noir /usr/src/yarn-project/noir-contracts/target /usr/src/yarn-project/noir-contracts/target
121
117
WORKDIR /usr/src/yarn-project/noir-contracts
122
118
123
119
# Run yarn build to have the json ABIs available for the types generator
124
120
RUN yarn build
125
121
RUN ./scripts/types_ci.sh
126
122
# Run yarn build again to build the types
127
123
RUN yarn build
128
-
129
- # Take noir contract artifacts into the final build image
130
- FROM builder_ as final
131
- COPY . .
132
- COPY --from=noir_types /usr/src/yarn-project/noir-contracts/src/artifacts /usr/src/yarn-project/noir-contracts/src/artifacts
133
- COPY --from=noir_types /usr/src/yarn-project/noir-contracts/src/types /usr/src/yarn-project/noir-contracts/src/types
You can’t perform that action at this time.
0 commit comments