Skip to content

Commit 0a3a75e

Browse files
authored
Remove environment-wasm-build.yml (#194)
* Remove environment-wasm-build.yml as redundant
1 parent a9ff145 commit 0a3a75e

File tree

4 files changed

+1
-17
lines changed

4 files changed

+1
-17
lines changed

.github/workflows/deploy-github-page.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,7 @@ jobs:
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' }}

.github/workflows/main.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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' }}

README.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff 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
6868
git clone --depth=1 https://github.com/compiler-research/xeus-cpp.git
6969
cd ./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-
7972
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
8073
```bash
8174
cd $HOME

environment-wasm-build.yml

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

0 commit comments

Comments
 (0)