Skip to content

Commit

Permalink
Correctly names the R folder
Browse files Browse the repository at this point in the history
  • Loading branch information
programLyrique committed Jan 23, 2025
1 parent f57dd0c commit 7528e06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,4 @@ RUN curl -fsSL -o /opt/llvm.sh https://apt.llvm.org/llvm.sh \
# Install R
COPY ./build-gnur-in-docker.sh /workspace/tools/build-gnur-in-docker.sh
RUN mkdir -p /workspace/external/R
RUN cd /workspace/external ; bash ../tools/build-gnur-in-docker.sh R
#RUN cd /workspace/external ; bash ../tools/build-gnur-in-docker.sh R
1 change: 1 addition & 0 deletions .devcontainer/build-gnur-in-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ if [[ ! -f ${R_DIR}/.git ]]; then
# of the script is used when building the Docker image
echo "-> fetch modified R sources"
git clone https://github.com/PRL-PRG/r-compiler-server-gnur
rm -rf "$R_DIR"
mv r-compiler-server-gnur "$R_DIR"
fi

Expand Down

0 comments on commit 7528e06

Please sign in to comment.