Skip to content

Commit cb957ee

Browse files
committed
strace obs
1 parent 88aa992 commit cb957ee

File tree

1 file changed

+24
-22
lines changed

1 file changed

+24
-22
lines changed

.github/workflows/ci.yml

+24-22
Original file line numberDiff line numberDiff line change
@@ -65,32 +65,34 @@ jobs:
6565
cat /usr/share/glvnd/egl_vendor.d/10_nvidia.json
6666
sudo find / -name "*nvidia.so*"
6767
sudo find / -name "*nvidia*"
68+
ldd /lib/x86_64-linux-gnu/libEGL.so.1
69+
strings /lib/x86_64-linux-gnu/libEGL.so.1 | grep -i 'nvidia\|mesa'
6870
#glxinfo -B
6971
70-
- name: Authenticate gcloud
71-
id: auth
72-
uses: google-github-actions/auth@v2
73-
with:
74-
credentials_json: "${{ secrets.ARTIFACT_REGISTRY_KEY }}"
72+
# - name: Authenticate gcloud
73+
# id: auth
74+
# uses: google-github-actions/auth@v2
75+
# with:
76+
# credentials_json: "${{ secrets.ARTIFACT_REGISTRY_KEY }}"
7577

76-
- name: Setup gcloud
77-
uses: google-github-actions/setup-gcloud@v2
78+
# - name: Setup gcloud
79+
# uses: google-github-actions/setup-gcloud@v2
7880

79-
- name: Install system environment and project dependencies
80-
env:
81-
GITHUB_CI: "true"
82-
__EGL_VENDOR_LIBRARY_DIRS: "/usr/share/glvnd"
83-
#LD_LIBRARY_PATH: "/usr/lib/x86_64-linux-gnu:$LD_LIBRARY_PATH"
84-
run: |
85-
./install.sh
86-
source ~/.bashrc
87-
export PATH="/home/runner/.pixi/bin:/home/runner/.local/bin:$PATH"
88-
export CPLUS_INCLUDE_PATH="$GITHUB_WORKSPACE/.pixi/envs/default/targets/x86_64-linux/include"
89-
pixi tree
90-
#export LD_LIBRARY_PATH=/lib/x86_64-linux-gnu
91-
env
92-
pixi run test
93-
grep "GL.*\.so" strace_output.txt
81+
# - name: Install system environment and project dependencies
82+
# env:
83+
# GITHUB_CI: "true"
84+
# __EGL_VENDOR_LIBRARY_DIRS: "/usr/share/glvnd"
85+
# #LD_LIBRARY_PATH: "/usr/lib/x86_64-linux-gnu:$LD_LIBRARY_PATH"
86+
# run: |
87+
# ./install.sh
88+
# source ~/.bashrc
89+
# export PATH="/home/runner/.pixi/bin:/home/runner/.local/bin:$PATH"
90+
# export CPLUS_INCLUDE_PATH="$GITHUB_WORKSPACE/.pixi/envs/default/targets/x86_64-linux/include"
91+
# #pixi tree
92+
# #export LD_LIBRARY_PATH=/lib/x86_64-linux-gnu
93+
# env
94+
# pixi run test
95+
# #grep "GL.*\.so" strace_output.txt
9496

9597

9698

0 commit comments

Comments
 (0)