Skip to content

Commit ba6c26e

Browse files
committed
Try dynamic load 18
1 parent 47726da commit ba6c26e

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@ jobs:
4444
run: |
4545
patchelf --force-rpath --set-rpath '$ORIGIN:$ORIGIN/../node_modules/deps-qt-core-raub/bin-linux:$ORIGIN/../node_modules/deps-qt-gui-raub/bin-linux:$ORIGIN/../node_modules/deps-qt-qml-raub/bin-linux:$ORIGIN/../../deps-qt-core-raub/bin-linux:$ORIGIN/../../deps-qt-gui-raub/bin-linux:$ORIGIN/../../deps-qt-qml-raub/bin-linux' $GITHUB_WORKSPACE/node_modules/deps-qmlui-raub/bin-linux/libqmlui.so
4646
sudo apt-get update
47-
sudo apt-get install -y libgles2-mesa-dev libxcb-cursor0 libxcb-icccm4 libxcb-keysyms1 libxcb-shape0 libxcb-xkb1 libxkbcommon-x11-0
47+
sudo apt-get install -qq libgles2-mesa-dev libxcb-cursor0 libxcb-icccm4 libxcb-keysyms1 libxcb-shape0 libxcb-xkb1 libxkbcommon-x11-0
4848
# LD_DEBUG=libs node .
4949
# export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$GITHUB_WORKSPACE/ci
50-
# LD_DEBUG=libs xvfb-run --auto-servernum npm run test-ci
50+
LD_DEBUG=libs xvfb-run --auto-servernum npm run test-ci
5151
# cd test && LD_DEBUG=libs xvfb-run --auto-servernum node debug.js
52-
xvfb-run --auto-servernum npm run test-ci
52+
# xvfb-run --auto-servernum npm run test-ci
5353
5454
# - name: Run Unit Tests - MacOS
5555
# if: matrix.os == 'macos-14'

test/debug.js

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)