summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortoofar <toofar@spalge.com>2023-07-17 00:18:15 +1200
committertoofar <toofar@spalge.com>2023-10-28 08:47:34 +1300
commit8b2e458b24ab65e6cd086f1d7f3b8baf9c351a20 (patch)
treeecc5d9d1e657b63383c2d8164b9d908d02a9d179
parentf3e7d64f5f8193c5b164fcac0ec20747f8bdd738 (diff)
downloadqutebrowser-8b2e458b24ab65e6cd086f1d7f3b8baf9c351a20.tar.gz
qutebrowser-8b2e458b24ab65e6cd086f1d7f3b8baf9c351a20.zip
make macOS build not a debug one too
Seems to be passing the smoke test now! TODO: sort out the debug build stdout/err situation * I changed smoke_test() to fail on unexpected lines from debug builds too * then I asked pyinstaller to trace imports (-v) for debug builds * so a top level --debug build will always fail currently * previously unexpected lines where checked for top level debug builds * but the output was also not printed at all, which isn't helpful * quite possibly I would have got the correct info from a non-top-level-debug run in the first place (except they all timed out), but then what's the point of the top level debug runs? * I think the --debug to get qutebrowser output and whatever the top level debug (eg used from the workflow file) is used for are being conflated Also try with the tip of develop of pyinstaller again and see if that works now we are rebuilding the bootloader.
-rw-r--r--.github/workflows/nightly-test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/nightly-test.yml b/.github/workflows/nightly-test.yml
index f30a2e286..53d11fd2e 100644
--- a/.github/workflows/nightly-test.yml
+++ b/.github/workflows/nightly-test.yml
@@ -14,7 +14,7 @@ jobs:
matrix:
include:
- os: macos-11
- args: --debug
+ args:
toxenv: build-release-qt6
name: qt6-macos-debug
- os: windows-2019