Skip to content

Commit f68c44b

Browse files
committed
Revert "Merge branch 'main' into vector-additional-methods"
This reverts commit 20f7b30, reversing changes made to 1ebb378.
1 parent 20f7b30 commit f68c44b

File tree

1,637 files changed

+66942
-98820
lines changed

Some content is hidden

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

1,637 files changed

+66942
-98820
lines changed

.CodeQL.yml

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

.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": "9.0.0-prerelease.24161.1",
18+
"version": "9.0.0-prerelease.24112.4",
1919
"commands": [
2020
"xharness"
2121
]

.devcontainer/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,4 @@ RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
2525
libssl-dev \
2626
libkrb5-dev \
2727
zlib1g-dev \
28-
ninja-build \
29-
tzdata
28+
ninja-build

.devcontainer/scripts/onCreateCommand.sh

Lines changed: 6 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,6 @@
22

33
set -e
44

5-
function wasm_common() {
6-
# prebuild for WASM, so it is ready for wasm development
7-
make -C src/mono/browser provision-wasm
8-
export EMSDK_PATH=$PWD/src/mono/browser/emsdk
9-
case "$1" in
10-
wasm)
11-
# Put your common commands for wasm here
12-
./build.sh mono+libs -os browser -c Release
13-
;;
14-
wasm-multithreaded)
15-
# Put your common commands for wasm-multithread here
16-
./build.sh mono+libs -os browser -c Release /p:WasmEnableThreads=true
17-
;;
18-
*)
19-
# install dotnet-serve for running wasm samples
20-
./dotnet.sh tool install dotnet-serve --version 1.10.172 --tool-path ./.dotnet-tools-global
21-
;;
22-
esac
23-
}
24-
255
opt=$1
266
case "$opt" in
277

@@ -40,11 +20,13 @@ case "$opt" in
4020
;;
4121

4222
wasm)
43-
wasm_common $opt
44-
;;
23+
# prebuild for WASM, so it is ready for wasm development
24+
make -C src/mono/browser provision-wasm
25+
export EMSDK_PATH=$PWD/src/mono/browser/emsdk
26+
./build.sh mono+libs -os browser -c Release
4527

46-
wasm-multithreaded)
47-
wasm_common $opt
28+
# install dotnet-serve for running wasm samples
29+
./dotnet.sh tool install dotnet-serve --version 1.10.172 --tool-path ./.dotnet-tools-global
4830
;;
4931
esac
5032

.devcontainer/wasm-multiThreaded/Dockerfile

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

.devcontainer/wasm-multiThreaded/devcontainer.json

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

.devcontainer/wasm/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// For format details, see https://aka.ms/devcontainer.json.
22
{
3-
"name": "WASM singlethreaded development (prebuilt)",
3+
"name": "WASM development (prebuilt)",
44
"build": {
55
"dockerfile": "Dockerfile",
66
"args": {

.github/CODEOWNERS

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
/src/mono @marek-safar
2323

24-
/src/mono/llvm @vargaz @steveisok
24+
/src/mono/llvm @vargaz @SamMonoRT
2525

2626
/src/mono/mono/arch @vargaz
2727
/src/mono/mono/eglib @vargaz @lambdageek
@@ -36,7 +36,7 @@
3636

3737
/src/mono/mono/eventpipe @lateralusX @lambdageek
3838

39-
/src/mono/mono/mini @vargaz @lambdageek @steveisok
39+
/src/mono/mono/mini @vargaz @lambdageek @SamMonoRT
4040
/src/mono/mono/mini/*cfgdump* @vargaz
4141
/src/mono/mono/mini/*exceptions* @vargaz @BrzVlad
4242
/src/mono/mono/mini/*llvm* @vargaz @fanyang-mono
@@ -50,7 +50,7 @@
5050
/src/mono/mono/mini/*simd* @fanyang-mono
5151

5252
/src/mono/mono/profiler @BrzVlad @lambdageek
53-
/src/mono/mono/sgen @BrzVlad @lambdageek
53+
/src/mono/mono/sgen @BrzVlad @lambdageek @SamMonoRT
5454

5555
/src/mono/mono/utils @vargaz @lambdageek
5656
/src/mono/mono/utils/*-win* @lateralusX @lambdageek
@@ -112,4 +112,4 @@
112112
# Area ownership and repo automation
113113
/docs/area-owners.* @jeffhandley
114114
/docs/issue*.md @jeffhandley
115-
/.github/policies/ @jeffhandley @mkArtakMSFT
115+
/.github/fabricbot.json @jeffhandley
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
name: CI Known Issue Report
2+
description: Create a known issue directly
3+
labels: ["blocking-clean-ci","Known Build Error"]
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: |
8+
Use this template to report issues currently affecting PR stability, be it build or test failures.
9+
- type: textarea
10+
id: background
11+
attributes:
12+
label: Error Blob
13+
description: Please identify a clear error string that can help identify future instances of this issue. For more information on how to fill this check our issue triage guidelines at [Failure Analysis](/dotnet/runtime/blob/main/docs/workflow/ci/failure-analysis.md#what-to-do-if-you-determine-the-failure-is-unrelated)
14+
value: |
15+
```json
16+
{
17+
"ErrorMessage": "",
18+
"BuildRetry": false,
19+
"ErrorPattern": "",
20+
"ExcludeConsoleLog": true
21+
}
22+
```
23+
validations:
24+
required: true
25+
- type: textarea
26+
id: repro-steps
27+
attributes:
28+
label: Reproduction Steps
29+
description: |
30+
If possible describe where you observe the issue with links and any other relevant details.
31+
validations:
32+
required: false
File renamed without changes.

0 commit comments

Comments
 (0)