Skip to content

Commit

Permalink
Docker: Update Bender to 0.27.1 (pulp-platform#41)
Browse files Browse the repository at this point in the history
Co-authored-by: Viviane Potocnik <vivianep@iis.ee.ethz.ch>
  • Loading branch information
viv-eth and Viviane Potocnik committed Aug 30, 2023
1 parent 772b86a commit 65e5e8d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions util/container/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ RUN apt-get update && \
# Build Rust tools
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
ENV PATH "/root/.cargo/bin:${PATH}"
RUN rustup install 1.63.0
RUN rustup override set 1.63.0
RUN rustup install 1.70.0
RUN rustup override set 1.70.0

# Install Bender
RUN cargo install bender --version 0.27.1
Expand All @@ -46,6 +46,8 @@ RUN wget https://github.com/Kitware/CMake/releases/download/v${CMAKE_VERSION}/cm
ENV PATH "/tools/bin:${PATH}"

# Install `banshee` (needs cmake)
RUN rustup install 1.63.0
RUN rustup override set 1.63.0
RUN git clone https://github.com/pulp-platform/banshee.git /tmp/banshee --recurse-submodules
RUN cargo install --path /tmp/banshee

Expand Down

0 comments on commit 65e5e8d

Please sign in to comment.