Skip to content

Commit

Permalink
Fix copying xcpp.data for xeus-cpp-lite deploy page
Browse files Browse the repository at this point in the history
  • Loading branch information
anutosh491 committed Dec 24, 2024
1 parent 91c6eda commit 8f9bb49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ jobs:
micromamba activate xeus-lite-host
python -m pip install jupyterlite-xeus
jupyter lite build --XeusAddon.prefix=${{ env.PREFIX }} --output-dir dist
cp xcpp.data dist/extensions/@jupyterlite/xeus/static
cp $PREFIX/bin/xcpp.data dist/extensions/@jupyterlite/xeus/static
cp $PREFIX/lib/libclangCppInterOp.so dist/extensions/@jupyterlite/xeus/static
- name: Upload artifact
Expand Down
2 changes: 1 addition & 1 deletion Emscripten-build-instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ we want to include in our application. As of now this would contain all importan
Libraries etc coming out of emscripten's sysroot. Assuming we are still inside build we should do the following

```bash
cp xcpp.data _output/extensions/@jupyterlite/xeus/static
cp $PREFIX/bin/xcpp.data _output/extensions/@jupyterlite/xeus/static
cp $PREFIX/lib/libclangCppInterOp.so _output/extensions/@jupyterlite/xeus/static
```

Expand Down

0 comments on commit 8f9bb49

Please sign in to comment.