Skip to content

Commit

Permalink
Install CxxWrap Julia package and fix CI run
Browse files Browse the repository at this point in the history
  • Loading branch information
franzpoeschel committed Aug 11, 2023
1 parent 1918464 commit 7379a6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,8 @@ jobs:
export CEI_SUDO="sudo"
# Install libcxxwrap-julia
cmake-easyinstall git+https://github.com/JuliaInterop/[email protected] -DJulia_EXECUTABLE=/usr/local/julia-1.7.3/bin/julia
# Install the Julia side of CxxWrap
/usr/local/julia-1.7.3/bin/julia --eval 'using Pkg; Pkg.add("CxxWrap")'
- name: Build
env: {CXXFLAGS: -Werror, PKG_CONFIG_PATH: /usr/lib/x86_64-linux-gnu/pkgconfig}
run: |
Expand All @@ -264,8 +266,6 @@ jobs:
-DopenPMD_USE_INVASIVE_TESTS=ON
cmake --build build --parallel 2
ctest --test-dir build --output-on-failure
/usr/local/julia-1.7.3/bin/julia --eval 'using Pkg; Pkg.add("CxxWrap")'
/usr/local/julia-1.7.3/bin/julia src/binding/julia/tests/minimal_example.jl
musllinux_py10:
runs-on: ubuntu-20.04
Expand Down
11 changes: 0 additions & 11 deletions src/binding/julia/tests/minimal_example.jl

This file was deleted.

0 comments on commit 7379a6d

Please sign in to comment.