Skip to content

Commit

Permalink
disable Qt6 build on CI (#44417)
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Jul 28, 2021
1 parent 80cf804 commit 8285a15
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/run-tests.yml
Expand Up @@ -58,16 +58,16 @@ jobs:
patch-qt-3d: false
LD_PRELOAD: /lib/x86_64-linux-gnu/libSegFault.so

- distro-version: 'rawhide'
qt-version: 6
run-tests: false
docker-tag-suffix: ''
with-qt6: ON
with-qt5: OFF
with-3d: OFF
with-quick: OFF
patch-qt-3d: false
LD_PRELOAD: ''
# - distro-version: 'rawhide'
# qt-version: 6
# run-tests: false
# docker-tag-suffix: ''
# with-qt6: ON
# with-qt5: OFF
# with-3d: OFF
# with-quick: OFF
# patch-qt-3d: false
# LD_PRELOAD: ''


fail-fast: false
Expand Down

0 comments on commit 8285a15

Please sign in to comment.