Skip to content

Commit 644856c

Browse files
github-actions[bot]vargazradical
authored
[release/8.0] Fix wasi build. (#92232)
* Fix wasi build. * dummy change in wasi README to trigger a build * dummy change in wasi to trigger a build --------- Co-authored-by: Zoltan Varga <[email protected]> Co-authored-by: Ankit Jain <[email protected]>
1 parent bf1e333 commit 644856c

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

eng/pipelines/common/templates/pipeline-with-resources.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,12 +85,12 @@ resources:
8585
image: mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream8
8686

8787
- container: browser_wasm
88-
image: mcr.microsoft.com/dotnet-buildtools/prereqs:cbl-mariner-2.0-webassembly
88+
image: mcr.microsoft.com/dotnet-buildtools/prereqs:cbl-mariner-2.0-webassembly-20230913040940-1edc1c6
8989
env:
9090
ROOTFS_DIR: /crossrootfs/x64
9191

9292
- container: wasi_wasm
93-
image: mcr.microsoft.com/dotnet-buildtools/prereqs:cbl-mariner-2.0-webassembly
93+
image: mcr.microsoft.com/dotnet-buildtools/prereqs:cbl-mariner-2.0-webassembly-20230913040940-1edc1c6
9494
env:
9595
ROOTFS_DIR: /crossrootfs/x64
9696

src/mono/wasi/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ or for just native rebuild
1717
./build.sh -bl -os wasi -subset mono.runtime+libs.native+mono.wasiruntime -c Debug
1818
```
1919

20+
2021
### 3. Run it
2122

2223
Finally, you can build and run the sample:
@@ -49,4 +50,4 @@ Download the Mono Debug extension and configure a launch.json like this:
4950
}
5051
]
5152
}
52-
```
53+
```

src/mono/wasi/build/WasiApp.targets

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44

55
<!--
66
Required public items/properties:
7-
- $(WasmMainJSPath)
8-
97
- $(EMSDK_PATH) - points to the emscripten sdk location.
108
119
Public properties (optional):

0 commit comments

Comments
 (0)