We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb8b1a3 commit cfb522bCopy full SHA for cfb522b
.github/workflows/build.yml
@@ -323,6 +323,7 @@ jobs:
323
run: |
324
cd generator
325
set QTDIR=%Qt5_Dir%
326
+ set INCLUDE=
327
pythonqt_generator
328
329
- name: Upload Wrappers
.github/workflows/build_latest.yml
@@ -79,6 +79,7 @@ jobs:
79
shell: bash
80
81
82
+ unset INCLUDE
83
if [[ ${{ matrix.os }} == 'windows' && ${{ matrix.qt-version }} =~ '5.1' ]]; then export QTDIR=$Qt5_Dir; fi
84
UBSAN_OPTIONS="halt_on_error=1" \
85
ASAN_OPTIONS="detect_leaks=0:detect_stack_use_after_return=1:fast_unwind_on_malloc=0" \
0 commit comments