Skip to content

Commit

Permalink
Added pugixml to the environment
Browse files Browse the repository at this point in the history
  • Loading branch information
anutosh491 committed Dec 15, 2023
1 parent 6e144e2 commit e3d1de2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 24 deletions.
24 changes: 0 additions & 24 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,30 +143,6 @@ jobs:
emcmake cmake ../src/ -DJSON_BuildTests=OFF -DCMAKE_INSTALL_PREFIX=/custom_sysroot
emmake make -j2 install
- name: "install cpp-argparse"
run: |
mkdir -p /opt/cpp-argparse/build
git clone https://github.com/p-ranav/argparse /opt/cpp-argparse/src
cd /opt/cpp-argparse/src
git checkout v3.0
cd /opt/cpp-argparse/build
emcmake cmake ../src/ -DCMAKE_INSTALL_PREFIX=/custom_sysroot
emmake make -j2 install
- name: "install clang"
run: |
mkdir -p /opt/llvm/build
git clone https://github.com/llvm/llvm-project.git /opt/llvm/src
cd /opt/llvm/src
git checkout llvmorg-17.0.6
cd /opt/llvm/build
emcmake cmake ../src/clang \
-DLLVM_ENABLE_PROJECTS="clang" \
-DCMAKE_INSTALL_PREFIX=/custom_sysroot
emmake make -j2
emmake make -j2 install
- name: "install xeus"
run: |
mkdir -p /opt/xeus/build
Expand Down
1 change: 1 addition & 0 deletions environment-wasm-host.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ dependencies:
- xtl >=0.7,<0.8
- llvm
- cpp-argparse
- pugixml

0 comments on commit e3d1de2

Please sign in to comment.