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 30
30
- name : install mamba
31
31
uses : mamba-org/setup-micromamba@main
32
32
with :
33
- environment-file : environment-wasm-build.yml
34
33
init-shell : bash
35
- environment-name : xeus-cpp-wasm-build
36
34
37
35
- name : Setup default Build Type on *nux
38
36
if : ${{ runner.os != 'windows' }}
Original file line number Diff line number Diff line change @@ -209,10 +209,8 @@ jobs:
209
209
- name : install mamba
210
210
uses : mamba-org/setup-micromamba@main
211
211
with :
212
- environment-file : environment-wasm-build.yml
213
212
init-shell : >-
214
213
${{ matrix.micromamba_shell_init }}
215
- environment-name : xeus-cpp-wasm-build
216
214
217
215
- name : Setup default Build Type on *nux
218
216
if : ${{ runner.os != 'windows' }}
Original file line number Diff line number Diff line change @@ -63,19 +63,12 @@ to perform the python tests.
63
63
64
64
## Installation within a mamba environment (wasm build instructions)
65
65
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
67
67
``` bash
68
68
git clone --depth=1 https://github.com/compiler-research/xeus-cpp.git
69
69
cd ./xeus-cpp
70
70
```
71
71
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
-
79
72
You'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
80
73
``` bash
81
74
cd $HOME
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments