Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
27 changes: 5 additions & 22 deletions src/runtime/.devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,8 @@
ARG VARIANT="8.0-noble"
FROM mcr.microsoft.com/devcontainers/dotnet:${VARIANT}

# Set up machine requirements to build the repo and the gh CLI
RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
&& apt-get -y install --no-install-recommends \
clang \
cmake \
cpio \
build-essential \
python3 \
curl \
git \
lldb \
llvm \
liblldb-dev \
libunwind8 \
libunwind8-dev \
gettext \
libicu-dev \
liblttng-ust-dev \
libssl-dev \
libkrb5-dev \
ninja-build \
tzdata
SHELL [ "/bin/bash", "-c" ]

# Set up machine requirements to build the repo and the gh CLI.
RUN curl --remote-name-all -sSL https://github.com/dotnet/runtime/raw/main/eng/common/native/{install-dependencies,init-os-and-arch}.sh && \
bash install-dependencies.sh && rm {install-dependencies,init-os-and-arch}.sh
116 changes: 0 additions & 116 deletions src/runtime/.github/actions/select-copilot-pat/README.md

This file was deleted.

53 changes: 0 additions & 53 deletions src/runtime/.github/actions/select-copilot-pat/action.yml

This file was deleted.

Loading