Skip to content

Commit

Permalink
Updates to bootstrap etc
Browse files Browse the repository at this point in the history
  • Loading branch information
dmurphy18 committed Jul 2, 2024
1 parent ed15eb7 commit 463a9f9
Show file tree
Hide file tree
Showing 3 changed files with 312 additions and 271 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ jobs:
distro-slug: fedora-39
display-name: Fedora 39
timeout: 20
instances: '["stable-3007", "onedir-3007", "stable-3007-1", "latest", "default"]'
instances: '["stable-3006", "onedir-3006", "stable-3006-8", "latest", "default"]'


fedora-40:
Expand All @@ -341,7 +341,7 @@ jobs:
distro-slug: fedora-40
display-name: Fedora 40
timeout: 20
instances: '["stable-3007", "onedir-3007", "stable-3007-1", "latest", "default"]'
instances: '["stable-3007", "git-3007", "onedir-3007", "stable-3007-1", "git-master", "latest", "default"]'


gentoo:
Expand Down Expand Up @@ -425,7 +425,7 @@ jobs:
distro-slug: oraclelinux-9
display-name: Oracle Linux 9
timeout: 20
instances: '["stable-3006", "onedir-3006", "stable-3006-8", "stable-3007", "onedir-3007", "stable-3007-1", "latest", "default"]'
instances: '["stable-3006", "git-3006", "onedir-3006", "stable-3006-8", "stable-3007", "git-3007", "onedir-3007", "stable-3007-1", "git-master", "latest", "default"]'


photon-4:
Expand Down
6 changes: 1 addition & 5 deletions .github/workflows/templates/generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@
BLACKLIST_3006 = [
"arch",
"debian-12",
"fedora-39",
"fedora-40",
"gentoo",
"gentoo-systemd",
Expand All @@ -117,6 +116,7 @@

BLACKLIST_3007 = [
"arch",
"fedora-39",
"gentoo",
"gentoo-systemd",
"opensuse-15",
Expand All @@ -132,7 +132,6 @@
"centos-stream9",
"debian-11",
"debian-12",
"fedora-39",
"fedora-40",
"gentoo",
"gentoo-systemd",
Expand All @@ -154,7 +153,6 @@
"debian-11",
"debian-12",
"fedora-39",
"fedora-40",
"gentoo",
"gentoo-systemd",
"opensuse-15",
Expand Down Expand Up @@ -228,10 +226,8 @@
"almalinux-8",
"centos-stream8",
"fedora-39",
"fedora-40",
"opensuse-15",
"oraclelinux-8",
"oraclelinux-9",
"rockylinux-8",
]

Expand Down
Loading

0 comments on commit 463a9f9

Please sign in to comment.