Skip to content

Commit

Permalink
Remove what looks like an old forgotten TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
nazar-pc committed Feb 5, 2024
1 parent 7661545 commit 9acfbcd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions Dockerfile-bootstrap-node.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,6 @@ RUN \
gcc-aarch64-linux-gnu \
libc6-dev-arm64-cross

# TODO: Following package is not necessary on Ubuntu 22.04, but RocksDb compilation fails otherwise on Ubuntu 20.04
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends g++-9-multilib

RUN \
/root/.cargo/bin/cargo -Zgitoxide -Zgit build \
--locked \
Expand Down
3 changes: 0 additions & 3 deletions Dockerfile-farmer.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,6 @@ RUN \
gcc-aarch64-linux-gnu \
libc6-dev-arm64-cross

# TODO: Following package is not necessary on Ubuntu 22.04, but RocksDb compilation fails otherwise on Ubuntu 20.04
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends g++-9-multilib

RUN \
/root/.cargo/bin/cargo -Zgitoxide -Zgit build \
--locked \
Expand Down

0 comments on commit 9acfbcd

Please sign in to comment.