Skip to content

Commit

Permalink
Remove Dev Containers with Clang 18
Browse files Browse the repository at this point in the history
- Set environment variable R_VERSION
  • Loading branch information
benz0li committed Mar 12, 2024
1 parent 846012f commit a6dbce3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 163 deletions.
3 changes: 3 additions & 0 deletions .devcontainer/Debian.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -142,9 +142,11 @@ ARG BLAS=libopenblas-dev
ARG COMPILER
ARG COMPILER_VERSION
ARG CXX_STDLIB
ARG R_VERSION
ARG CRAN

ENV BASE_IMAGE=${BASE_IMAGE}:${BASE_IMAGE_TAG} \
R_VERSION=${R_VERSION} \
CRAN=${CRAN}

ENV LANG=en_US.UTF-8 \
Expand Down Expand Up @@ -194,6 +196,7 @@ RUN apt-get update \
&& apt-get install -y --no-install-recommends \
bash-completion \
file \
fonts-texgyre \
gsfonts \
locales \
tzdata \
Expand Down
82 changes: 0 additions & 82 deletions .devcontainer/debian-unstable-clang-18-libcpp/devcontainer.json

This file was deleted.

81 changes: 0 additions & 81 deletions .devcontainer/debian-unstable-clang-18/devcontainer.json

This file was deleted.

0 comments on commit a6dbce3

Please sign in to comment.