Skip to content

Commit

Permalink
fix: remove pipewire-libs-extra & disable 39 / 40 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
p5 authored Oct 18, 2024
1 parent e261168 commit d5263d6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-39.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: ublue main 39
on:
pull_request:
# pull_request:
merge_group:
schedule:
- cron: '5 4 * * *' # 4am-ish UTC everyday (timed against official fedora container pushes)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-40.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: ublue main 40
on:
pull_request:
# pull_request:
merge_group:
schedule:
- cron: '5 3 * * *' # 3am-ish UTC everyday (timed against official fedora container pushes)
Expand Down
7 changes: 4 additions & 3 deletions packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
"pam-u2f",
"pam_yubico",
"pamu2fcfg",
"pipewire-libs-extra",
"pipewire-plugin-libcamera",
"powerstat",
"smartmontools",
Expand Down Expand Up @@ -107,7 +106,8 @@
"include": {
"all": [
"bootc",
"intel-vaapi-driver"
"intel-vaapi-driver",
"pipewire-libs-extra"
],
"kinoite": [
"xwaylandvideobridge"
Expand All @@ -122,7 +122,8 @@
"40": {
"include": {
"all": [
"intel-vaapi-driver"
"intel-vaapi-driver",
"pipewire-libs-extra"
],
"kinoite": [
"kf6-kimageformats",
Expand Down

0 comments on commit d5263d6

Please sign in to comment.