Skip to content

Commit b854d9f

Browse files
authored
Merge branch 'main' into move-epoll
2 parents 2d45130 + b04ba98 commit b854d9f

1,710 files changed

Lines changed: 48206 additions & 35522 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.devcontainer/Dockerfile

Lines changed: 5 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -4,25 +4,8 @@
44
ARG VARIANT="8.0-noble"
55
FROM mcr.microsoft.com/devcontainers/dotnet:${VARIANT}
66

7-
# Set up machine requirements to build the repo and the gh CLI
8-
RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
9-
&& apt-get -y install --no-install-recommends \
10-
clang \
11-
cmake \
12-
cpio \
13-
build-essential \
14-
python3 \
15-
curl \
16-
git \
17-
lldb \
18-
llvm \
19-
liblldb-dev \
20-
libunwind8 \
21-
libunwind8-dev \
22-
gettext \
23-
libicu-dev \
24-
liblttng-ust-dev \
25-
libssl-dev \
26-
libkrb5-dev \
27-
ninja-build \
28-
tzdata
7+
SHELL [ "/bin/bash", "-c" ]
8+
9+
# Set up machine requirements to build the repo and the gh CLI.
10+
RUN curl --remote-name-all -sSL https://github.com/dotnet/runtime/raw/main/eng/common/native/{install-dependencies,init-os-and-arch}.sh && \
11+
bash install-dependencies.sh && rm {install-dependencies,init-os-and-arch}.sh

.github/actions/select-copilot-pat/README.md

Lines changed: 0 additions & 116 deletions
This file was deleted.

.github/actions/select-copilot-pat/action.yml

Lines changed: 0 additions & 53 deletions
This file was deleted.

0 commit comments

Comments
 (0)