Skip to content

Commit

Permalink
fix: Clean Up
Browse files Browse the repository at this point in the history
  • Loading branch information
wanjohiryan committed Dec 10, 2024
1 parent 7a41a11 commit ed83abb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions containers/runner.Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,10 @@ RUN pacman -Syu --noconfirm meson pkgconf cmake git gcc make rustup \

# Setup stable rust toolchain #
RUN rustup default stable
# # Clone nestri source #

#Copy the whole repo inside the build container
COPY ./ /builder/nestri/

# WORKDIR /builder/nestri/packages/server/

RUN mkdir -p /artifacts

RUN --mount=type=cache,target=/builder/nestri/target/ \
Expand Down

0 comments on commit ed83abb

Please sign in to comment.