Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Taskcluster: remove flatpak build and toolchain tasks #9860

Merged
merged 5 commits into from
Sep 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .dictionary
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,6 @@ ons
os
perl
plist
podman
powershell
ppa
pre
Expand Down
43 changes: 0 additions & 43 deletions taskcluster/docker/flatpak/Dockerfile

This file was deleted.

34 changes: 0 additions & 34 deletions taskcluster/kinds/build/flatpak.yml

This file was deleted.

1 change: 0 additions & 1 deletion taskcluster/kinds/build/kind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,3 @@ tasks-from:
- wasm.yml
- ios.yml
- addons.yml
- flatpak.yml
3 changes: 0 additions & 3 deletions taskcluster/kinds/docker-image/kind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ tasks:
symbol: I(wasm)
args:
QT_VERSION: 6.2.4
flatpak:
symbol: I(flatpak)
definition: flatpak
linux-qt6-build:
parent: base
symbol: I(linux-qt6-build)
Expand Down
31 changes: 0 additions & 31 deletions taskcluster/kinds/toolchain/flatpak.yml

This file was deleted.

1 change: 0 additions & 1 deletion taskcluster/kinds/toolchain/kind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,4 @@ tasks-from:
- conda_android.yml
- conda_windows.yml
- conda_osx.yml
- flatpak.yml
- cargo.yml
44 changes: 0 additions & 44 deletions taskcluster/scripts/build/linux_build_flatpak.sh

This file was deleted.

93 changes: 0 additions & 93 deletions taskcluster/scripts/podman-worker.py

This file was deleted.

40 changes: 0 additions & 40 deletions taskcluster/scripts/toolchain/bundle_flatpak_sdk.sh

This file was deleted.

11 changes: 0 additions & 11 deletions taskcluster/scripts/toolchain/toolchain_podman_worker.sh

This file was deleted.

Loading