Skip to content

Commit 04e6b2e

Browse files
committed
Test 24.04 build, and removal of postgres driver from Qt
1 parent ebf95a0 commit 04e6b2e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/build-project.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
secrets:
2121
ffynnon_access: ${{ secrets.OBYBOT_FFYNNON_ACCESS }}
2222
with:
23+
qt_version: 6.8.2
2324
runs_exclude: >
2425
[
2526
{ "compiler": "g++-10" }

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,8 @@ For guidance on which release build is likely best for your system, compare your
343343
| System | Builds |
344344
| ----------------------------------------- | ------------------------------------------------------------------------ |
345345
| Windows | 1) Windows Static <br> 2) Windows Shared |
346-
| Ubuntu 24.04, Ubuntu 22.02, Arch, SteamOS | 1) Linux Static Clang++14/GCC++12 <br> 2) Linux Shared Clang++14/GCC++12 |
346+
| Ubuntu 24.04, Arch, SteamOS | 1) Linux Static Clang++18/GCC++14 <br> 2) Linux Shared Clang++18/GCC++14 |
347+
| Ubuntu 22.02 | 1) Linux Static Clang++14/GCC++12 <br> 2) Linux Shared Clang++14/GCC++12 |
347348
| Ubuntu 20.04 | 1) Linux Static Clang++12 <br> 2) Linux Shared Clang++12 |
348349

349350
Note that for shared builds, you must place the entire directory structure of the release in your Flashpoint folder and run CLIFp from within it's bin directory, like so:

0 commit comments

Comments
 (0)