Skip to content

Commit

Permalink
strace obs
Browse files Browse the repository at this point in the history
  • Loading branch information
eightysteele committed Jul 25, 2024
1 parent 88aa992 commit cb957ee
Showing 1 changed file with 24 additions and 22 deletions.
46 changes: 24 additions & 22 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,32 +65,34 @@ jobs:
cat /usr/share/glvnd/egl_vendor.d/10_nvidia.json
sudo find / -name "*nvidia.so*"
sudo find / -name "*nvidia*"
ldd /lib/x86_64-linux-gnu/libEGL.so.1
strings /lib/x86_64-linux-gnu/libEGL.so.1 | grep -i 'nvidia\|mesa'
#glxinfo -B
- name: Authenticate gcloud
id: auth
uses: google-github-actions/auth@v2
with:
credentials_json: "${{ secrets.ARTIFACT_REGISTRY_KEY }}"
# - name: Authenticate gcloud
# id: auth
# uses: google-github-actions/auth@v2
# with:
# credentials_json: "${{ secrets.ARTIFACT_REGISTRY_KEY }}"

- name: Setup gcloud
uses: google-github-actions/setup-gcloud@v2
# - name: Setup gcloud
# uses: google-github-actions/setup-gcloud@v2

- name: Install system environment and project dependencies
env:
GITHUB_CI: "true"
__EGL_VENDOR_LIBRARY_DIRS: "/usr/share/glvnd"
#LD_LIBRARY_PATH: "/usr/lib/x86_64-linux-gnu:$LD_LIBRARY_PATH"
run: |
./install.sh
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"
pixi tree
#export LD_LIBRARY_PATH=/lib/x86_64-linux-gnu
env
pixi run test
grep "GL.*\.so" strace_output.txt
# - name: Install system environment and project dependencies
# env:
# GITHUB_CI: "true"
# __EGL_VENDOR_LIBRARY_DIRS: "/usr/share/glvnd"
# #LD_LIBRARY_PATH: "/usr/lib/x86_64-linux-gnu:$LD_LIBRARY_PATH"
# run: |
# ./install.sh
# 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"
# #pixi tree
# #export LD_LIBRARY_PATH=/lib/x86_64-linux-gnu
# env
# pixi run test
# #grep "GL.*\.so" strace_output.txt



Expand Down

0 comments on commit cb957ee

Please sign in to comment.