Skip to content

Commit

Permalink
Try ld debug libs 5
Browse files Browse the repository at this point in the history
  • Loading branch information
raub committed Oct 31, 2023
1 parent a24f14b commit 5a328e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,10 @@ jobs:
- name: Build Current Binary
run: npm run build

- name: Set Env
- name: Run Unit Tests - Linux
if: matrix.os == 'ubuntu-20.04'
run: |
echo "$GITHUB_WORKSPACE/ci"
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$GITHUB_WORKSPACE/ci
export LD_DEBUG=libs
export QT_DEBUG_PLUGINS=1
- name: Run Unit Tests - Linux
if: matrix.os == 'ubuntu-20.04'
uses: coactions/setup-xvfb@v1
with:
run: npm run test-ci
xvfb-run --auto-servernum npm run test-ci
2 changes: 1 addition & 1 deletion core.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
'use strict';
process.env.QT_DEBUG_PLUGINS = '1';
// process.env.QT_DEBUG_PLUGINS = '1';

require('segfault-raub');
const { getBin } = require('addon-tools-raub');
Expand Down

0 comments on commit 5a328e2

Please sign in to comment.