Skip to content

Commit

Permalink
ld path
Browse files Browse the repository at this point in the history
  • Loading branch information
eightysteele committed Jul 19, 2024
1 parent 6393540 commit 15f5e34
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 34 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,8 @@ jobs:
source ~/.bashrc
export PATH="/home/runner/.pixi/bin:/home/runner/.local/bin:$PATH"
export CPLUS_INCLUDE_PATH="$GITHUB_WORKSPACE/.pixi/envs/default/targets/x86_64-linux/include"
sudo cp -v "$GITHUB_WORKSPACE/assets/system/10_nvidia.json" /usr/share/glvnd/egl_vendor.d/
pixi tree
export LD_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu
#sudo cp -v /lib/x86_64-linux-gnu/libEGL_nvidia.so.0 "$GITHUB_WORKSPACE/.pixi/envs/default/x86_64-conda-linux-gnu/sysroot/usr/lib64/"
#sudo cp -v /lib/x86_64-linux-gnu/libEGL_nvidia.so.0 "$GITHUB_WORKSPACE/.pixi/envs/default/x86_64-conda-linux-gnu/sysroot/usr/lib64/libEGL_nvidia.so"
export LD_LIBRARY_PATH=/lib/x86_64-linux-gnu
env
pixi run -vv test-ci
Expand Down
63 changes: 33 additions & 30 deletions pixi.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 15f5e34

Please sign in to comment.