Skip to content

Commit

Permalink
updated to the bridge branch from MR 13958
Browse files Browse the repository at this point in the history
  • Loading branch information
ztepler committed Jun 29, 2024
1 parent e621f27 commit 1c7b4a4
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ jobs:
OCTEZ_TAG=master
OCTEZ_PROTO=PsParisC
PACKAGE=evm_kernel
TEZOS_REPO=https://gitlab.com/baking-bad/tezos.git
TEZOS_REPO_BRANCH=feat/token-deposits-squashed-v6
TEZOS_REPO=https://gitlab.com/tezos/tezos.git
TEZOS_REPO_BRANCH=m-kus@etherlink-fa-withdrawals-part-3
CACHEBUST=${{ steps.cachebust.outputs.date }}
CI_COMMIT_SHA=dev
push: true
Expand Down
12 changes: 5 additions & 7 deletions build/etherlink/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ ARG PACKAGE
ARG CI_COMMIT_SHA
RUN make build-operator PACKAGE=${PACKAGE} CI_COMMIT_SHA=${CI_COMMIT_SHA}

FROM ztepler/tezos-fabridge-bins:latest AS fa-bridge-bins

FROM ubuntu:22.04 AS etherlink
RUN apt-get -qq update && \
apt-get install -y \
Expand All @@ -50,11 +48,11 @@ RUN apt-get -qq update && \
netbase \
wget \
ca-certificates
COPY --from=fa-bridge-bins /usr/bin/octez-smart-rollup-node /usr/bin/octez-smart-rollup-node
COPY --from=fa-bridge-bins /usr/bin/octez-client /usr/bin/octez-client
COPY --from=fa-bridge-bins /usr/bin/octez-node /usr/bin/octez-node
COPY --from=fa-bridge-bins /usr/share/zcash-params/ /root/.zcash-params/
COPY --from=fa-bridge-bins /usr/bin/octez-evm-node /usr/bin/octez-evm-node
COPY --from=octez /usr/local/bin/octez-smart-rollup-node /usr/bin/octez-smart-rollup-node
COPY --from=octez /usr/local/bin/octez-client /usr/bin/octez-client
COPY --from=octez /usr/local/bin/octez-node /usr/bin/octez-node
COPY --from=octez /usr/share/zcash-params/ /root/.zcash-params/
COPY --from=octez /usr/local/bin/octez-evm-node /usr/bin/octez-evm-node
COPY --from=builder /build/bin/wasm_2_0_0/ /root/wasm_2_0_0/
ARG PACKAGE
COPY --from=builder /build/bin/${PACKAGE}_installer.wasm /root/kernel.wasm
Expand Down
3 changes: 3 additions & 0 deletions config/dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,6 @@ instructions:
# KT1Tdrs1K4B2upYmbHE1ZorcpgKEn5WhTwJk
value: 4b543154647273314b3442327570596d624845315a6f726370674b456e35576854774a6b
to: /evm/delayed_bridge
- set:
value: 42
to: /feature_flags/enable_fa_bridge
4 changes: 2 additions & 2 deletions envs/etherlink-paris.env
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
OCTEZ_TAG=master
OCTEZ_PROTO=PsParisC
NETWORK=pariscnet
TEZOS_REPO=https://gitlab.com/baking-bad/tezos.git
TEZOS_REPO_BRANCH=feat/token-deposits-squashed-v6
TEZOS_REPO=https://gitlab.com/tezos/tezos.git
TEZOS_REPO_BRANCH=m-kus@etherlink-fa-withdrawals-part-3

0 comments on commit 1c7b4a4

Please sign in to comment.