File tree Expand file tree Collapse file tree 4 files changed +1
-17
lines changed Expand file tree Collapse file tree 4 files changed +1
-17
lines changed Original file line number Diff line number Diff line change 3030 - name : install mamba
3131 uses : mamba-org/setup-micromamba@main
3232 with :
33- environment-file : environment-wasm-build.yml
3433 init-shell : bash
35- environment-name : xeus-cpp-wasm-build
3634
3735 - name : Setup default Build Type on *nux
3836 if : ${{ runner.os != 'windows' }}
Original file line number Diff line number Diff line change @@ -209,10 +209,8 @@ jobs:
209209 - name : install mamba
210210 uses : mamba-org/setup-micromamba@main
211211 with :
212- environment-file : environment-wasm-build.yml
213212 init-shell : >-
214213 ${{ matrix.micromamba_shell_init }}
215- environment-name : xeus-cpp-wasm-build
216214
217215 - name : Setup default Build Type on *nux
218216 if : ${{ runner.os != 'windows' }}
Original file line number Diff line number Diff line change @@ -63,19 +63,12 @@ to perform the python tests.
6363
6464## Installation within a mamba environment (wasm build instructions)
6565
66- First clone the repository, and move into that directory
66+ These instructions will assume you have cmake installed on your system. First clone the repository, and move into that directory
6767``` bash
6868git clone --depth=1 https://github.com/compiler-research/xeus-cpp.git
6969cd ./xeus-cpp
7070```
7171
72- Now you'll want to create a clean mamba environment containing the tools you'll need to do a wasm build. This can be done by executing
73- the following
74- ``` bash
75- micromamba create -f environment-wasm-build.yml -y
76- micromamba activate xeus-cpp-wasm-build
77- ```
78-
7972You'll now want to make sure you're using emsdk version "3.1.45" and activate it. You can get this by executing the following
8073``` bash
8174cd $HOME
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments