Skip to content

Commit

Permalink
wip: Prepare rust dockerfile for stow refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
jhwohlgemuth committed Nov 27, 2024
1 parent 8de2585 commit 72540c3
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions Dockerfile.rust
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ENV PATH="${PATH}:/root/.cargo/bin"
#
# %files
#
COPY --chmod=0755 ./provision/scripts/rust/* /tmp/scripts/
COPY --chmod=0755 ./provision/rust/* /tmp/scripts/
#
# %post
#
Expand All @@ -29,7 +29,6 @@ RUN /tmp/scripts/install_dependencies.sh \
evcxr_repl \
evcxr_jupyter \
&& evcxr_jupyter --install \
&& mv /tmp/scripts/install_wasm_tools.sh /usr/local/bin/install_wasm_tools \
&& cleanup
#
# %runscript
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ SCRIPTS = \
./provision/notebook/install_code_server.sh \
./provision/notebook/install_conda.sh \
./provision/notebook/install_dependencies.sh \
./provision/rust/install_dependencies.sh \
./provision/scripts/dev/install_apptainer.sh \
./provision/scripts/dev/install_cosmopolitan.sh \
./provision/scripts/dev/install_cuda.sh \
Expand Down Expand Up @@ -111,12 +112,11 @@ SCRIPTS = \
./provision/scripts/notebook/install_lpython.sh \
./provision/scripts/notebook/install_nim.sh \
./provision/scripts/notebook/install_scala_jupyter_kernel.sh \
./provision/scripts/rust/install_dependencies.sh \
./provision/scripts/rust/install_wasm_tools.sh \
./.github/actions/build-and-push-image/entrypoint.sh
FUNCTIONS = \
./provision/functions/cleanup \
./provision/functions/download_notebooks \
./provision/functions/install_wasm_tools \
./provision/functions/is_command \
./provision/functions/is_installed \
./provision/functions/move_lines \
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 72540c3

Please sign in to comment.