From 5a328e2b471a457bd4269ee7e89c8c6592ab0ddf Mon Sep 17 00:00:00 2001 From: Luis Blanco Date: Tue, 31 Oct 2023 22:40:08 +0400 Subject: [PATCH] Try ld debug libs 5 --- .github/workflows/test.yml | 11 +++-------- core.js | 2 +- 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ad8da17..c8f4f09 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 diff --git a/core.js b/core.js index fa94787..7207157 100644 --- a/core.js +++ b/core.js @@ -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');