Skip to content

Commit

Permalink
do not defined LD_PRELOAD for fedora
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Jul 20, 2021
1 parent 77dafa9 commit 0c8ee6a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 0 additions & 1 deletion .docker/docker-variables.env
@@ -1,6 +1,5 @@

# CTEST
LD_PRELOAD=/lib/x86_64-linux-gnu/libSegFault.so
SEGFAULT_SIGNALS="abrt segv"
CTEST_BUILD_COMMAND=/usr/bin/ninja
CTEST_PARALLEL_LEVEL=1
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/run-tests.yml
Expand Up @@ -45,6 +45,7 @@ jobs:
with-3d: ON
with-quick: ON
patch-qt-3d: true
LD_PRELOAD: /lib/x86_64-linux-gnu/libSegFault.so

- distro-version: '21.04'
qt-version: 5
Expand All @@ -55,6 +56,7 @@ jobs:
with-3d: OFF
with-quick: ON
patch-qt-3d: false
LD_PRELOAD: /lib/x86_64-linux-gnu/libSegFault.so

- distro-version: 'rawhide'
qt-version: 6
Expand All @@ -65,6 +67,7 @@ jobs:
with-3d: OFF
with-quick: OFF
patch-qt-3d: false
LD_PRELOAD: ''


fail-fast: false
Expand Down Expand Up @@ -161,8 +164,8 @@ jobs:
--env WITH_QT6=${{ matrix.with-qt6 }} \
--env WITH_QUICK=${{ matrix.with-quick }} \
--env WITH_3D=${{ matrix.with-3d }} \
--env WITH_BINDINGS=${{ matrix.with-bindings }} \
--env PATCH_QT_3D=${{ matrix.patch-qt-3d }} \
--env LD_PRELOAD=${{ matrix.LD_PRELOAD }} \
qgis3-build-deps \
/root/QGIS/.docker/docker-qgis-build.sh
Expand Down

0 comments on commit 0c8ee6a

Please sign in to comment.