Skip to content

Commit f8231a1

Browse files
authored
Merge branch 'main' into dev/trungnt2910/haiku-misc-native
2 parents caef932 + 1547c9a commit f8231a1

3,479 files changed

Lines changed: 139604 additions & 74773 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.

.config/dotnet-tools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
]
1616
},
1717
"microsoft.dotnet.xharness.cli": {
18-
"version": "11.0.0-prerelease.26204.1",
18+
"version": "11.0.0-prerelease.26279.1",
1919
"commands": [
2020
"xharness"
2121
]

.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)