Skip to content

Commit 16a65fa

Browse files
authored
ArPow: dotnet/arcade local build infra merged (#1997)
1 parent 0d58af3 commit 16a65fa

File tree

3 files changed

+16
-20
lines changed

3 files changed

+16
-20
lines changed

Documentation/planning/arcade-powered-source-build/img/implementation-plan-graph.dot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ node [fillcolor="#F7CAAC",style="filled,diagonals",tooltip="Inputs ready"]
4747
"linker"
4848
"cssparser"
4949
"diagnostics"
50-
"arcade"
5150

5251
node [fillcolor="#FFE599",style="dashed,filled,rounded",tooltip="1"]
53-
"s1"[label="#1 - Local build infra"]
52+
"s1"[label="#1 - Local build infra merged"]
53+
"arcade"
5454

5555
node [fillcolor="#F0FE86",style="dashed,filled",tooltip="2"]
5656
"s2"[label="#2 - CI implemented"]

Documentation/planning/arcade-powered-source-build/img/implementation-plan-graph.svg

Lines changed: 11 additions & 15 deletions
Loading

Documentation/planning/arcade-powered-source-build/implementation-plan.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ Below, the repo status is in a graph to show the dependencies and make it easy t
77
> ![](img/implementation-plan-graph.svg)
88
> [source (img/implementation-plan-graph.dot)](img/implementation-plan-graph.dot)
99
10-
| Tier | Repo | Owner | Input intermediate packages available | (Stage 1)<br>Local build infra | (Stage 2)<br>CI implemented | (Stage 3)<br>Artifacts greenlit | (Stage 4)<br>Prebuilt regressions blocked |
10+
| Tier | Repo | Owner | Input intermediate packages available | (Stage 1)<br>Local build infra merged | (Stage 2)<br>CI implemented | (Stage 3)<br>Artifacts greenlit | (Stage 4)<br>Prebuilt regressions blocked |
1111
| --- | --- | --- | :---: | :---: | :---: | :---: | :---: |
1212
| sbrp | Source-build-reference-packages | [Dan Seefeldt](https://github.com/dseefeld) | ✔️ | ✔️ | ✔️ | ✔️ | |
1313
| Tools | sourcelink | [Tomas Matousek](https://github.com/tmat) | ✔️ | ✔️ | ✔️ | ✔️ | |
14-
| Tools | arcade | [Mark Wilkie](https://github.com/markwilkie) | ✔️ | | | | |
14+
| Tools | arcade | [Mark Wilkie](https://github.com/markwilkie) | ✔️ | ✔️ | | | |
1515
| 1 | *application-insights*<sup>1</sup> | ? | ✔️ | | | | |
1616
| 1 | *cssparser*<sup>1</sup> | ? | ✔️ | | | | |
1717
| 1 | *humanizer*<sup>1</sup> | ? | ✔️ | | | | |
@@ -48,7 +48,7 @@ Below, the repo status is in a graph to show the dependencies and make it easy t
4848
> <sup>1</sup> — Source will be maintained in central dotnet/source-build repo. It is not feasible to add full arcade-powered source-build infrastructure in some cases.
4949
5050
## Stage descriptions:
51-
- **(1) Local build infra**
51+
- **(1) Local build infra merged**
5252
- (Source-build) Submit PR introducing local build infra. May include `.patch` files.
5353
- (**Repo team**) Review PR and merge.
5454
- Merging into main/master strongly preferred.

0 commit comments

Comments
 (0)