ci: add qt 6.9.2 and 6.9.1 checkouts
This commit is contained in:
parent
4b825e7051
commit
2f0f2d1201
2 changed files with 11 additions and 4 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -6,7 +6,7 @@ jobs:
|
||||||
name: Nix
|
name: Nix
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
qtver: [qt6.9.0, qt6.8.3, qt6.8.2, qt6.8.1, qt6.8.0, qt6.7.3, qt6.7.2, qt6.7.1, qt6.7.0, qt6.6.3, qt6.6.2, qt6.6.1, qt6.6.0]
|
qtver: [qt6.9.2, qt6.9.1, qt6.9.0, qt6.8.3, qt6.8.2, qt6.8.1, qt6.8.0, qt6.7.3, qt6.7.2, qt6.7.1, qt6.7.0, qt6.6.3, qt6.6.2, qt6.6.1, qt6.6.0]
|
||||||
compiler: [clang, gcc]
|
compiler: [clang, gcc]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|
|
@ -8,11 +8,18 @@ let
|
||||||
inherit sha256;
|
inherit sha256;
|
||||||
}) {};
|
}) {};
|
||||||
in rec {
|
in rec {
|
||||||
# For old qt versions, grab the commit before the version bump that has all the patches
|
|
||||||
# instead of the bumped version.
|
|
||||||
|
|
||||||
latest = qt6_9_0;
|
latest = qt6_9_0;
|
||||||
|
|
||||||
|
qt6_9_2 = byCommit {
|
||||||
|
commit = "e9f00bd893984bc8ce46c895c3bf7cac95331127";
|
||||||
|
sha256 = "0s2mhbrgzxlgkg2yxb0q0hpk8lby1a7w67dxvfmaz4gsmc0bnvfj";
|
||||||
|
};
|
||||||
|
|
||||||
|
qt6_9_1 = byCommit {
|
||||||
|
commit = "4c202d26483c5ccf3cb95e0053163facde9f047e";
|
||||||
|
sha256 = "06l2w4bcgfw7dfanpzpjcf25ydf84in240yplqsss82qx405y9di";
|
||||||
|
};
|
||||||
|
|
||||||
qt6_9_0 = byCommit {
|
qt6_9_0 = byCommit {
|
||||||
commit = "546c545bd0594809a28ab7e869b5f80dd7243ef6";
|
commit = "546c545bd0594809a28ab7e869b5f80dd7243ef6";
|
||||||
sha256 = "0562lbi67a9brfwzpqs4n3l0i8zvgla368aakcy5mghr7ps80567";
|
sha256 = "0562lbi67a9brfwzpqs4n3l0i8zvgla368aakcy5mghr7ps80567";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue