Skip to content

Commit

Permalink
explicit dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
DerThorsten committed Feb 5, 2024
1 parent e6843e4 commit c153d68
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
source $(pwd)/emsdk_install/emsdk_env.sh
mkdir build
pushd build
cd build
export PREFIX=$MAMBA_ROOT_PREFIX/envs/pyjs-build-wasm
export CMAKE_PREFIX_PATH=$PREFIX
Expand All @@ -82,7 +82,6 @@ jobs:
make -j2
make install
popd
- name: Build xeus-python
Expand All @@ -91,9 +90,9 @@ jobs:
source $(pwd)/emsdk_install/emsdk_env.sh
git clone git@github.com:jupyter-xeus/xeus-python.git
pushd xeus-python
cd xeus-python
mkdir build
pushd build
cd build
export PREFIX=$MAMBA_ROOT_PREFIX/envs/pyjs-build-wasm
export CMAKE_PREFIX_PATH=$PREFIX
Expand All @@ -111,6 +110,3 @@ jobs:
-DXPYT_EMSCRIPTEN_WASM_BUILD=ON\
..
emmake make -j8 install
popd
popd
6 changes: 1 addition & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
mkdir build
pushd build
export PREFIX=$MAMBA_ROOT_PREFIX/envs/pyjs-build-wasm
export CMAKE_PREFIX_PATH=$PREFIX
export CMAKE_SYSTEM_PREFIX_PATH=$PREFIX
Expand All @@ -79,10 +79,6 @@ jobs:

make install

# copy the whole prefix
cp -r $MABMA_ROOT_PREFIX/envs/pyjs-build-wasm $MAMBA_ROOT_PREFIX/envs/pyjs-wasm-copy
popd

- name: setup env with numpy
Expand Down

0 comments on commit c153d68

Please sign in to comment.